aboutsummaryrefslogtreecommitdiff
path: root/src/cli
Commit message (Expand)AuthorAgeFilesLines
* Fix system requirement logic. If docker is not usable, disable.manylinuxJoseph Hunkeler23 hours1-3/+7
* Clean up messagesJoseph Hunkeler47 hours1-9/+15
* Clean up messagesJoseph Hunkeler47 hours1-8/+9
* add missing short optionsJoseph Hunkeler47 hours1-1/+1
* overview, not overiewJoseph Hunkeler47 hours1-3/+2
* No need to print these every timeJoseph Hunkeler47 hours1-1/+1
* Rename function to better express its purposeJoseph Hunkeler47 hours1-2/+3
* Check system requirements before setupJoseph Hunkeler2 days1-0/+1
* Initialize the python version override before the template engineJoseph Hunkeler2 days1-4/+2
* Initialize sysconfdir earlyJoseph Hunkeler2 days1-1/+2
* Add wheel_builder CLI argumentsJoseph Hunkeler2 days3-0/+12
* Error checking and sequencingJoseph Hunkeler2026-02-181-8/+8
* Install cibuildwheelJoseph Hunkeler2026-02-131-0/+4
* Move utility functions to utils.cJoseph Hunkeler2026-01-022-30/+0
* Implement task timeoutJoseph Hunkeler2025-12-303-0/+45
* Integrate --no-task-logging CLI argumentJoseph Hunkeler2025-11-141-0/+3
* Add --no-task-logging CLI argumentJoseph Hunkeler2025-11-142-0/+3
* The release list should use the full count of releases, not nelem_realindexer-buffer-overlowJoseph Hunkeler2025-11-101-1/+1
* Fix buffer overflow while building command stringJoseph Hunkeler2025-11-061-2/+2
* Initialize character arrays to zeroJoseph Hunkeler2025-11-041-7/+3
* Fix incorrect formatter in SYSERROR callJoseph Hunkeler2025-11-041-1/+1
* Convert context manipulation from stack+heap to just heapJoseph Hunkeler2025-11-0410-76/+85
* Fix possible overflow in command stringJoseph Hunkeler2025-11-041-3/+3
* get_latest_deliveries() now optionally returns the count of elements in the r...Joseph Hunkeler2025-11-042-3/+8
* Increase lines_on_error from 100 to 1000breakdownJoseph Hunkeler2025-07-081-1/+1
* Bugfix: Remove errant else blockJoseph Hunkeler2025-07-081-10/+15
* Set last records to NULLJoseph Hunkeler2025-07-081-1/+2
* Make want_(artifactory|docker) constantJoseph Hunkeler2025-07-071-3/+3
* Move steps into functionsJoseph Hunkeler2025-07-071-330/+387
* Inform user that wheel are being builtJoseph Hunkeler2025-04-081-0/+1
* base and "based_on" installations shall hardcode the requested python version...Joseph Hunkeler2025-04-021-5/+2
* Store latest revision number in "REVISION"Joseph Hunkeler2025-03-271-0/+18
* Add write_manifest() helperJoseph Hunkeler2025-03-273-0/+57
* free(3): If ptr is NULL, no operation is performed.free-memJoseph Hunkeler2025-03-202-3/+3
* Favor writing .md extensions firstindexer-minor-fixupsJoseph Hunkeler2025-02-182-5/+9
* Do not show docker line if no image existsJoseph Hunkeler2025-02-181-9/+23
* Inject horizontal line between RCsJoseph Hunkeler2025-02-181-4/+12
* sort_by_latest_rc now sorts against the rc, platform, and python version (des...Joseph Hunkeler2025-02-181-2/+17
* Match harderJoseph Hunkeler2025-02-151-1/+3
* Use the same function as the delivery mechanism to ensure the docker archive ...Joseph Hunkeler2025-02-141-1/+1
* Plug a few leaksJoseph Hunkeler2025-02-141-2/+2
* Encapsulate macro arguments in parenthesesJoseph Hunkeler2025-02-121-2/+2
* Add missing linefeedbug-fix-leaks-indexerJoseph Hunkeler2025-01-301-1/+1
* Free version_strJoseph Hunkeler2025-01-301-0/+6
* Free file_listingJoseph Hunkeler2025-01-301-0/+2
* Duplicate basename to avoid invalid readJoseph Hunkeler2025-01-301-1/+3
* Indexer fixes:Joseph Hunkeler2025-01-301-1/+5
* Truncate the basename of the xml file only when an extension is presentfix-index-junitxml-reportJoseph Hunkeler2024-12-301-1/+3
* indexer: Rewrite indexer_junitxml_report from scratchJoseph Hunkeler2024-12-242-134/+105
* indexer: Keep test reporting simple for nowJoseph Hunkeler2024-12-221-33/+41