aboutsummaryrefslogtreecommitdiff
path: root/src/deliverable.c
Commit message (Expand)AuthorAgeFilesLines
* The default tag should use the build number as the version, not the full buil...Joseph Hunkeler2024-04-101-1/+1
* Use rsync to copy artifacts to the docker build directoryJoseph Hunkeler2024-04-101-0/+20
* A conda package version will be the repository tag resolved by git describe, ...Joseph Hunkeler2024-04-101-1/+1
* fixme: tag variableJoseph Hunkeler2024-04-101-0/+1
* Stop duplicating the jfrog authentication context for each upload context.Joseph Hunkeler2024-04-101-16/+17
* * Refactor delivery_index_wheel_artifacts to generate a dumb pypi indexJoseph Hunkeler2024-04-101-20/+68
* Fix new context nameJoseph Hunkeler2024-04-101-1/+1
* requirement_from_test() helper returns a pointer to a Test structureJoseph Hunkeler2024-04-101-59/+11
* Move build/ directory creation into delivery_init_dirs_stage2Joseph Hunkeler2024-04-101-6/+8
* Consolidate INIFILE handling across the delivery contextJoseph Hunkeler2024-04-101-90/+71
* Consolidate INIFILE handling across the delivery contextJoseph Hunkeler2024-04-101-13/+93
* Rewriting the specfile is now a two stage processJoseph Hunkeler2024-04-101-80/+68
* Add docker_validate_image_compression()Joseph Hunkeler2024-04-101-15/+4
* Add docker_sanitize_tag()Joseph Hunkeler2024-04-101-3/+5
* Write conda installer to a temporary location instead of the current working ...Joseph Hunkeler2024-04-101-17/+43
* Increase buffer size to match input argument sizesJoseph Hunkeler2024-04-101-0/+1
* Filter disabled requirements from listJoseph Hunkeler2024-04-021-0/+14
* Remove unused codeJoseph Hunkeler2024-04-021-4/+1
* Fix segfault in delivery dockerJoseph Hunkeler2024-04-021-2/+27
* Refactor delivery_rewrite_spec()Joseph Hunkeler2024-04-021-37/+30
* When a wheel doesn't exist at the destination directory, move it there. Other...Joseph Hunkeler2024-04-021-1/+6
* Apply necessary changes to file_replace_text callsJoseph Hunkeler2024-04-021-7/+8
* Reenable installation via local wheelsJoseph Hunkeler2024-04-021-27/+33
* Reset HOME to point to a temporary directory to prevent contaminating the use...Joseph Hunkeler2024-04-021-0/+7
* Addresses undesired effect when based_on is in use.Joseph Hunkeler2024-04-021-1/+6
* Move system.{arch,platform} template registrations into delivery_init_platform()Joseph Hunkeler2024-04-021-0/+6
* Use new COE_CHECK_ABORTJoseph Hunkeler2024-04-021-4/+4
* More strlist operationsJoseph Hunkeler2024-04-021-5/+6
* Changes to strlist_*() functions:Joseph Hunkeler2024-04-021-10/+10
* Add error handler for system.platformJoseph Hunkeler2024-03-241-1/+5
* Move deliver_init_tmpdir() next to path_store() call to clarify what is happe...Joseph Hunkeler2024-03-241-8/+9
* Encapsulate the tox.ini generation.Joseph Hunkeler2024-03-221-8/+8
* Free resources on errorJoseph Hunkeler2024-03-221-4/+9
* Increase command string size.Joseph Hunkeler2024-03-221-1/+1
* Return on error immediately to avoid an invalid readJoseph Hunkeler2024-03-221-1/+0
* Remove the user-facing "${VAR}" notation.Joseph Hunkeler2024-03-221-10/+14
* Free more members from the delivery contextJoseph Hunkeler2024-03-221-0/+4
* Dynamically allocate Delivery.system.platform array.Joseph Hunkeler2024-03-221-0/+5
* Use GENERIC_ARRAY_FREE instead of split_free()Joseph Hunkeler2024-03-221-1/+2
* Free more dangling resourcesJoseph Hunkeler2024-03-221-0/+1
* Free more dangling resourcesJoseph Hunkeler2024-03-221-0/+1
* Add missing cleanupJoseph Hunkeler2024-03-181-1/+4
* Add fix_tox_conf functionJoseph Hunkeler2024-03-141-0/+19
* We're executing the test, so tell the userJoseph Hunkeler2024-03-141-1/+2
* Fix bug that prevented package deferrals from proceeding when package names c...Joseph Hunkeler2024-03-141-2/+2
* Splits OMC directory creation into two stagesJoseph Hunkeler2024-03-141-7/+15
* Pretty-print pytest xml results (if xmllint is present)Joseph Hunkeler2024-03-141-0/+31
* Only set continue_on_error and always_update_base if not already set by CLI a...Joseph Hunkeler2024-03-121-4/+9
* Use do/while in guard_* macros to make them behave more like functionsJoseph Hunkeler2024-03-101-74/+74
* Replace getter_* and conv_* macros with static functions.Joseph Hunkeler2024-03-101-186/+160