aboutsummaryrefslogtreecommitdiff
path: root/src/cli
Commit message (Collapse)AuthorAgeFilesLines
* Fix system requirement logic. If docker is not usable, disable.manylinuxJoseph Hunkeler36 hours1-3/+7
|
* Clean up messagesJoseph Hunkeler2 days1-9/+15
|
* Clean up messagesJoseph Hunkeler2 days1-8/+9
|
* add missing short optionsJoseph Hunkeler2 days1-1/+1
|
* overview, not overiewJoseph Hunkeler2 days1-3/+2
|
* No need to print these every timeJoseph Hunkeler2 days1-1/+1
|
* Rename function to better express its purposeJoseph Hunkeler2 days1-2/+3
|
* Check system requirements before setupJoseph Hunkeler3 days1-0/+1
|
* Initialize the python version override before the template engineJoseph Hunkeler3 days1-4/+2
|
* Initialize sysconfdir earlyJoseph Hunkeler3 days1-1/+2
|
* Add wheel_builder CLI argumentsJoseph Hunkeler3 days3-0/+12
|
* Error checking and sequencingJoseph Hunkeler2026-02-181-8/+8
| | | | | | * 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
* 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
| | | | | | * Add argument: --task-timeout=1[s,m,h] * Timed out tasks are SIGKILL'd * If killing a task fails, the entire program ends
* 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
| | | | * Remove memset calls
* 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 ↵Joseph Hunkeler2025-11-042-3/+8
| | | | returned array of Delivery structs
* Increase lines_on_error from 100 to 1000breakdownJoseph Hunkeler2025-07-081-1/+1
| | | | * Debug messages are chatty
* Bugfix: Remove errant else blockJoseph Hunkeler2025-07-081-10/+15
| | | | | * Add debug messages * Add error handling to cfg_path assignment
* 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 ↵Joseph Hunkeler2025-04-021-5/+2
| | | | version in the YAML config instead of trusting it
* Store latest revision number in "REVISION"Joseph Hunkeler2025-03-271-0/+18
|
* Add write_manifest() helperJoseph Hunkeler2025-03-273-0/+57
| | | | * Store file listing in "TREE"
* 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
| | | | | * .md is replaced with .html when --web is enabled * Pad horizontal line with linefeeds
* Do not show docker line if no image existsJoseph Hunkeler2025-02-181-9/+23
| | | | | * Fix docker_images free call * Inject horizontal lines between RCs
* Inject horizontal line between RCsJoseph Hunkeler2025-02-181-4/+12
| | | | * link to html log and raw xml
* sort_by_latest_rc now sorts against the rc, platform, and python version ↵Joseph Hunkeler2025-02-181-2/+17
| | | | (descending)
* 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
| | | | name can be resolved
* 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 parts
* 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
| | | | | * Free resources * Use correct pointer type for rootdirs array
* 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
|