Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always use the local indexwithout-extras-in-spec | Joseph Hunkeler | 2025-03-20 | 1 | -1/+2 |
| | |||||
* | Do not populate frozen_list if pip freeze returns nothing | Joseph Hunkeler | 2025-03-20 | 1 | -1/+3 |
| | |||||
* | Free lists using guard_ macro | Joseph Hunkeler | 2025-03-20 | 1 | -2/+2 |
| | |||||
* | Remove extras in more locations | Joseph Hunkeler | 2025-03-20 | 2 | -9/+2 |
| | |||||
* | Remove extras usage where applicable | Joseph Hunkeler | 2025-03-20 | 2 | -21/+15 |
| | |||||
* | Remove extras from spec in overlay generator | Joseph Hunkeler | 2025-03-20 | 1 | -0/+21 |
| | |||||
* | free(3): If ptr is NULL, no operation is performed.free-mem | Joseph Hunkeler | 2025-03-20 | 2 | -2/+2 |
| | |||||
* | Plug a few leaks | Joseph Hunkeler | 2025-02-14 | 1 | -0/+1 |
| | |||||
* | Enable codenames outside of HSTcodename-for-all-missions | Joseph Hunkeler | 2025-02-14 | 2 | -11/+19 |
| | | | | * Return from the bootstrap function when an error occurs | ||||
* | Add debug statements to delivery_postprocess.c | Joseph Hunkeler | 2025-02-12 | 1 | -1/+23 |
| | |||||
* | Fix memory leaks in delivery_purge_packages | Joseph Hunkeler | 2025-02-12 | 1 | -1/+3 |
| | |||||
* | Reallocate globals if they are already set by pipulate_delivery_cfg | Joseph Hunkeler | 2025-02-12 | 1 | -0/+38 |
| | |||||
* | Fix upstream file clobberingfix-parallel-clobbering | Joseph Hunkeler | 2025-02-12 | 1 | -2/+35 |
| | | | | | | * When --overwrite is enabled and the delivery meta.rc is >1, stasis would download all files related to a delivery from the server * This change only downloads files relevant to the arch/platform of the current host system. * Addresses several memory leaks found in the delivery_series_sync function | ||||
* | Replace localtime with localtime_r and allocate a new buffer for each ↵ | Joseph Hunkeler | 2025-02-04 | 3 | -4/+17 |
| | | | | Delivery context | ||||
* | Improve message on memory error | Joseph Hunkeler | 2025-02-04 | 1 | -1/+1 |
| | |||||
* | Free members recently added to Delivery structure | Joseph Hunkeler | 2025-02-04 | 1 | -0/+3 |
| | |||||
* | Bug fixdelivery-wheel-index-basename | Joseph Hunkeler | 2025-02-04 | 1 | -1/+1 |
| | | | | | * This prevents absolute paths returned by listdir() from being injected into the "bottom" index.html file. * The href target should be relative to the local directory structure, not an absolute path. | ||||
* | Use delivery context, not globals, to populate path to condaremove-package-from-delivery | Joseph Hunkeler | 2024-12-19 | 1 | -2/+2 |
| | |||||
* | Merge pull request #78 from jhunkeler/remove-package-from-delivery | Joseph Hunkeler | 2024-12-19 | 3 | -35/+110 |
|\ | | | | | Allow removing packages from a delivery | ||||
| * | Add (conda|pip)_packages_purge configuration keys and driver | Joseph Hunkeler | 2024-12-18 | 3 | -3/+77 |
| | | |||||
| * | Consolidate package list normalization | Joseph Hunkeler | 2024-12-13 | 1 | -34/+35 |
| | | | | | | | | * Normalize as in, a list of space or tab delimited entries, is converted to a LF delimited list | ||||
* | | delivery_build_wheels return NULL on checkout error | Joseph Hunkeler | 2024-12-16 | 1 | -1/+5 |
|/ | |||||
* | Initialize authentication context | Joseph Hunkeler | 2024-12-11 | 1 | -0/+5 |
| | | | | * Argument generator may fail otherwise | ||||
* | Restructure projectdelivery-lib | Joseph Hunkeler | 2024-12-11 | 2 | -2/+453 |
| | | | | | | * Move headers to relevant include directories within the target tree(s) * Adjust doxygen configuration to search correct paths * Adjust CMake configuration to use new include paths | ||||
* | Move delivery_*.c sources into their own library | Joseph Hunkeler | 2024-12-08 | 12 | -0/+2580 |