aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* Implement build_name_fmt and build_number_fmt mission rulesJoseph Hunkeler2024-02-181-0/+2
* Fix maximum length passed to strncpyJoseph Hunkeler2024-02-131-1/+1
* Render mission filesJoseph Hunkeler2024-02-131-0/+3
* Disable dumping environment variables in verbose mode (for now)Joseph Hunkeler2024-02-131-2/+2
* Expose more storage variables to template engineJoseph Hunkeler2024-02-131-0/+5
* Enable multiple named artifact upload sections in delivery contextJoseph Hunkeler2024-02-121-0/+1
* Add Delivery.info.time_str_epoch member to store Unix epoch as a string.Joseph Hunkeler2024-02-121-0/+1
* This is what I get for using a GUI... Moved code was not moved. Removed code ...Joseph Hunkeler2024-02-061-62/+0
* Start building wheels again...Joseph Hunkeler2024-02-061-1/+15
* Add note about overriding the python version.Joseph Hunkeler2024-02-061-0/+2
* Tell the user we are succeeding/failing to configure JFrog CLI on their behalfJoseph Hunkeler2024-02-061-2/+2
* Free dangling global pointersJoseph Hunkeler2024-02-061-0/+2
* Fix addressing issue...Joseph Hunkeler2024-02-061-0/+18
* Print the splash banner before the first msg() is shownJoseph Hunkeler2024-02-061-0/+2
* Use two spaces instead of a tab character for main program's argument listing.Joseph Hunkeler2024-02-061-1/+1
* Fix error when no conda/pip packages are present in a delivery.Joseph Hunkeler2024-02-061-3/+8
* Refactor std{out,err} to f_std{out,err}Joseph Hunkeler2024-02-061-2/+2
* Fix up mission directory handlerJoseph Hunkeler2024-01-311-11/+23
* General improvementsJoseph Hunkeler2024-01-301-3/+58
* Integrate all new featuresJoseph Hunkeler2023-12-101-119/+34
* Wow. Typo hell.Joseph Hunkeler2023-11-201-2/+2
* Emit error information when the temporary directory cannot be used.Joseph Hunkeler2023-11-201-18/+40
* Use TMPDIR, and fail when script cannot be executed within that filesystemJoseph Hunkeler2023-11-201-1/+46
* Reduce stack usage for archsuffix variableJoseph Hunkeler2023-11-201-3/+3
* Implements slightly improved error handlingJoseph Hunkeler2023-11-201-32/+101
* Implements getopt argument parsingJoseph Hunkeler2023-11-201-3/+132
* Add placeholders for conda.tool[_build_]versionJoseph Hunkeler2023-10-311-0/+4
* Guard ini_free() in case cfg is not in useJoseph Hunkeler2023-10-311-1/+4
* Remove or disable dead codeJoseph Hunkeler2023-10-311-5/+1
* Use new info.release_name memberJoseph Hunkeler2023-10-311-0/+3
* Removes code that has moved to various source filesJoseph Hunkeler2023-10-311-142/+0
* Initial commitJoseph Hunkeler2023-10-261-0/+373