Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Debug messages | Joseph Hunkeler | 10 days | 2 | -0/+9 |
| | |||||
* | Add delivery_export.c | Joseph Hunkeler | 10 days | 3 | -0/+83 |
| | |||||
* | Remove dead code | Joseph Hunkeler | 10 days | 1 | -2/+0 |
| | |||||
* | Merge pull request #114 from jhunkeler/fail-on-baked-in-vcs-requirements | Joseph Hunkeler | 2025-07-03 | 2 | -0/+24 |
|\ | | | | | Ban Python packages with VCS requirement URLs | ||||
| * | Ban Python packages with VCS requirement URLs in their setup scripts/configsfail-on-baked-in-vcs-requirements | Joseph Hunkeler | 2025-07-02 | 2 | -0/+24 |
| | | |||||
* | | Bug: Injected --extra-index-url into conda and pip commandserrant-extra-index | Joseph Hunkeler | 2025-07-02 | 1 | -1/+1 |
|/ | | | | * Fix: Only inject it in deferred PIP mode | ||||
* | Allow git commit hashes in "version" fieldallow-hashes-as-version | Joseph Hunkeler | 2025-06-30 | 1 | -1/+1 |
| | |||||
* | A note to self | Joseph Hunkeler | 2025-06-27 | 1 | -0/+3 |
| | |||||
* | When a second '@' is present, extract the version | Joseph Hunkeler | 2025-06-27 | 1 | -1/+9 |
| | |||||
* | Fix snprintf maxlen(s) | Joseph Hunkeler | 2025-06-27 | 1 | -3/+3 |
| | | | | * I thought I already fixed this... | ||||
* | Always free tag_data | Joseph Hunkeler | 2025-06-18 | 1 | -1/+1 |
| | |||||
* | Dynamically allocate memory for system commands | Joseph Hunkeler | 2025-06-18 | 1 | -18/+34 |
| | |||||
* | Dynamic pip delivery_install_package()pip-dynamic3 | Joseph Hunkeler | 2025-06-10 | 1 | -0/+1 |
| | |||||
* | Dynamic pip delivery_install_package()pip-dynamic2pip-dynamic | Joseph Hunkeler | 2025-06-10 | 1 | -11/+39 |
| | |||||
* | Compare up to the length of the name string, not the package.fix-strcmp-len | Joseph Hunkeler | 2025-05-29 | 1 | -1/+1 |
| | |||||
* | 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 |