aboutsummaryrefslogtreecommitdiff
path: root/src/deliverable.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix python_compact not getting updated when target python version changedJoseph Hunkeler2024-03-081-3/+6
* Makes docker builds, artifactory uploads, and testing optional via CLI argume...Joseph Hunkeler2024-03-081-2/+5
* Zero argument bufferJoseph Hunkeler2024-03-071-0/+2
* Add OMC_ROOT environment to control where OMC writes its files toJoseph Hunkeler2024-03-071-1/+11
* Set global.jfrog.repo through config, or environment variableJoseph Hunkeler2024-03-061-0/+9
* Implement docker delivery configurationJoseph Hunkeler2024-03-061-6/+59
* Refactor deployment structureJoseph Hunkeler2024-03-061-42/+44
* Add paths for build_docker_dir and docker_artifact_dirJoseph Hunkeler2024-03-061-0/+2
* Replace raw LF with LINE_SEP defineJoseph Hunkeler2024-03-061-6/+6
* Fix memory corruption in runtime_set and tpl_renderJoseph Hunkeler2024-03-041-6/+2
* Prototypes documentationJoseph Hunkeler2024-03-041-54/+1
* xmkstemp allow setting file modeJoseph Hunkeler2024-03-041-1/+1
* Free docker membersJoseph Hunkeler2024-02-281-0/+3
* Use path_basename instead of basenameJoseph Hunkeler2024-02-261-1/+1
* Fixes several memory leaksJoseph Hunkeler2024-02-261-16/+60
* Implement initial driver code for docker buildsJoseph Hunkeler2024-02-231-0/+52
* Extract git repository informationJoseph Hunkeler2024-02-181-1/+6
* Fix recently introduced pathing issueJoseph Hunkeler2024-02-181-2/+2
* Implement build_name_fmt and build_number_fmt mission rulesJoseph Hunkeler2024-02-181-2/+14
* Fix garbage file creationJoseph Hunkeler2024-02-161-3/+10
* Compatibility changesJoseph Hunkeler2024-02-131-2/+12
* Use guard_free macroJoseph Hunkeler2024-02-131-4/+4
* Use Globals.jfrog.repo when OMC_JF_REPO is unsetJoseph Hunkeler2024-02-131-4/+8
* Render template strings in test shell scriptJoseph Hunkeler2024-02-131-1/+3
* Remove whitespaceJoseph Hunkeler2024-02-131-1/+1
* Fix empty statement warningJoseph Hunkeler2024-02-131-1/+1
* Implement delivery_mission_render_filesJoseph Hunkeler2024-02-131-19/+60