aboutsummaryrefslogtreecommitdiff
path: root/src/lib/delivery
Commit message (Collapse)AuthorAgeFilesLines
* Fix segfault if repository_info_tag was NULLJoseph Hunkeler35 hours1-3/+5
| | | | * Tag is version otherwise
* Only execute image check when requestedJoseph Hunkeler35 hours1-9/+14
| | | | * Fix memory leak on failure
* Bugfix: Only use the version field of the tagJoseph Hunkeler41 hours1-1/+14
|
* Implement manylinux supportJoseph Hunkeler2 days1-18/+255
|
* No need to print these every timeJoseph Hunkeler2 days1-1/+1
|
* No need to print these every timeJoseph Hunkeler2 days1-2/+2
|
* Return from function on failure to read, instead of exiting the programJoseph Hunkeler2 days1-1/+1
|
* Comment why we're exiting the function without an errorJoseph Hunkeler2 days1-0/+1
|
* Initialize sysconfdir earlyJoseph Hunkeler2 days1-1/+3
|
* Handle wheel_builder configuration itemsJoseph Hunkeler2 days1-0/+34
|
* Bootstrap needs to know if docker is availableJoseph Hunkeler2 days1-0/+2
|
* Bugfix: Memory leaked in version value reassignmentJoseph Hunkeler5 days1-1/+2
|
* Bugfix: Populate tag information when testing is disabledJoseph Hunkeler2026-02-221-0/+6
|
* Pass `--rm` to docker_script()Joseph Hunkeler2026-02-221-1/+1
|
* Bugfix: Allow cibuildwheel if docker is usablecibuildwheelJoseph Hunkeler2026-02-191-1/+0
| | | | * --no-docker is for disabling image builds, not wheels
* Error checking and sequencingJoseph Hunkeler2026-02-181-4/+13
| | | | | | * Add error checks for allocations * Check docker is usable on Linux, if not fall back to the host tools * check_system_requirements initializes the docker capabilities struct
* Only utilize cibuildwheel on linuxJoseph Hunkeler2026-02-131-2/+1
|
* Tentative solution for building wheels on modern OSesJoseph Hunkeler2026-02-131-3/+9
|
* Error message pointer must be validJoseph Hunkeler2026-02-121-1/+4
|
* Allow per-test timeoutsJoseph Hunkeler2026-01-183-0/+19
| | | | * Test blocks without a timeout use the global timeout setting
* Delivery context is constantJoseph Hunkeler2025-11-061-1/+1
|
* Duplicate testsJoseph Hunkeler2025-11-061-0/+17
|
* Duplicate jfrog_authJoseph Hunkeler2025-11-061-0/+11
|
* Move docker struct duplication down to jfrog struct duplicationJoseph Hunkeler2025-11-061-9/+9
|
* Delivery context is not modifiedJoseph Hunkeler2025-11-061-1/+1
|
* Fix System struct comment positionsJoseph Hunkeler2025-11-041-4/+2
|
* Duplicate upload contextJoseph Hunkeler2025-11-041-1/+43
|
* Add delivery_duplicate() and strdup_maybe() helperJoseph Hunkeler2025-11-042-0/+110
| | | | | * The indexer needs to generate copies of the delivery context. The previous implementation (memcpy) left a lot to be desired. * strdup_maybe() might be useful elsewhere but for now I am leaving it static
* Debug messagesJoseph Hunkeler2025-07-082-0/+9
|
* Add delivery_export.cJoseph Hunkeler2025-07-073-0/+83
|
* Remove dead codeJoseph Hunkeler2025-07-071-2/+0
|
* Merge pull request #114 from jhunkeler/fail-on-baked-in-vcs-requirementsJoseph Hunkeler2025-07-032-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-requirementsJoseph Hunkeler2025-07-022-0/+24
| |
* | Bug: Injected --extra-index-url into conda and pip commandserrant-extra-indexJoseph Hunkeler2025-07-021-1/+1
|/ | | | * Fix: Only inject it in deferred PIP mode
* Allow git commit hashes in "version" fieldallow-hashes-as-versionJoseph Hunkeler2025-06-301-1/+1
|
* A note to selfJoseph Hunkeler2025-06-271-0/+3
|
* When a second '@' is present, extract the versionJoseph Hunkeler2025-06-271-1/+9
|
* Fix snprintf maxlen(s)Joseph Hunkeler2025-06-271-3/+3
| | | | * I thought I already fixed this...
* Always free tag_dataJoseph Hunkeler2025-06-181-1/+1
|
* Dynamically allocate memory for system commandsJoseph Hunkeler2025-06-181-18/+34
|
* Dynamic pip delivery_install_package()pip-dynamic3Joseph Hunkeler2025-06-101-0/+1
|
* Dynamic pip delivery_install_package()pip-dynamic2pip-dynamicJoseph Hunkeler2025-06-101-11/+39
|
* Compare up to the length of the name string, not the package.fix-strcmp-lenJoseph Hunkeler2025-05-291-1/+1
|
* Always use the local indexwithout-extras-in-specJoseph Hunkeler2025-03-201-1/+2
|
* Do not populate frozen_list if pip freeze returns nothingJoseph Hunkeler2025-03-201-1/+3
|
* Free lists using guard_ macroJoseph Hunkeler2025-03-201-2/+2
|
* Remove extras in more locationsJoseph Hunkeler2025-03-202-9/+2
|
* Remove extras usage where applicableJoseph Hunkeler2025-03-202-21/+15
|
* Remove extras from spec in overlay generatorJoseph Hunkeler2025-03-201-0/+21
|
* free(3): If ptr is NULL, no operation is performed.free-memJoseph Hunkeler2025-03-202-2/+2
|