Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor directory structure | Joseph Hunkeler | 2024-10-14 | 1 | -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 Hunkeler | 2024-10-08 | 1 | -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 Hunkeler | 2024-10-07 | 1 | -3/+3 |
| | |||||
* | Add function delivery_overlay_packages_from_env() | Joseph Hunkeler | 2024-10-04 | 1 | -0/+95 |
| | | | | * Add helper function have_spec_in_config() | ||||
* | Initialize result | Joseph Hunkeler | 2024-10-04 | 1 | -3/+1 |
| | |||||
* | Use strcmp instead of strstr | Joseph Hunkeler | 2024-10-04 | 1 | -1/+1 |
| | |||||
* | Change requirement_from_test helper to be variable, not constrequirement_from_test-type | Joseph Hunkeler | 2024-10-04 | 1 | -2/+2 |
| | | | | * Other functions need to edit the test block values | ||||
* | Implement updated get_wheel_info() | Joseph Hunkeler | 2024-10-04 | 1 | -7/+18 |
| | |||||
* | Refactor structure | Joseph Hunkeler | 2024-09-20 | 1 | -0/+116 |
* Break delivery.c into smaller components |