aboutsummaryrefslogtreecommitdiff
path: root/src/delivery_install.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor directory structureJoseph Hunkeler2024-10-141-224/+0
| | | | | * Move core library sources into src/lib/core * Move command-line programs into src/cli
* Fixes bug found in delivery_overlay_packages_from_env():Joseph Hunkeler2024-10-081-2/+6
| | | | * When "pip freeze" does not emit any packages we now avoid replacing the context's pip package list with an empty one.
* Use msg() in delivery_overlay_packages_from_env()Joseph Hunkeler2024-10-071-3/+3
|
* Add function delivery_overlay_packages_from_env()Joseph Hunkeler2024-10-041-0/+95
| | | | * Add helper function have_spec_in_config()
* Initialize resultJoseph Hunkeler2024-10-041-3/+1
|
* Use strcmp instead of strstrJoseph Hunkeler2024-10-041-1/+1
|
* Change requirement_from_test helper to be variable, not constrequirement_from_test-typeJoseph Hunkeler2024-10-041-2/+2
| | | | * Other functions need to edit the test block values
* Implement updated get_wheel_info()Joseph Hunkeler2024-10-041-7/+18
|
* Refactor structureJoseph Hunkeler2024-09-201-0/+116
* Break delivery.c into smaller components