Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-03IGNORE: Restore old accounting method for skipped/ignored.Bryan Drewery
2019-08-02Tobuild should account for ignored/skipped being trimmed out of queuedBryan Drewery
2018-02-13read_file no longer writes to stderr on missing fileBryan Drewery
2017-07-31Link a jail/latest-done when done building.Bryan Drewery
2017-03-21status: Move for_each_job to common.sh and use relative pathsBryan Drewery
2017-02-20clock_monotonic -> clock, and support -epoch to replace 'date +%s'Bryan Drewery
2015-08-05Stub out msg_debug, etc, depending on VERBOSE setting after parsing options.Bryan Drewery
2015-05-30status -a: Fix handling of showing older builds.Bryan Drewery
2015-04-19Cleanup setting of SCRIPTPATH/SCRIPTPREFIXBryan Drewery
2014-11-15Avoid dirname(1)Bryan Drewery
2014-07-16status -H: Fix output to properly be tab-delimitedBryan Drewery
2014-05-29Remove DURATION_FORMAT and always calculate our own HH:MM:SS to avoid overflo...Bryan Drewery
2014-05-29status: Fix -jpz filters with -a on older buildsBryan Drewery
2014-05-29calculate_elapsed -> calculate_elapsed_from_logBryan Drewery
2014-05-28status: Add -r to show build results in same format as bulk, and also coloriz...Bryan Drewery
2014-05-28status: Refactor to support multiple modesBryan Drewery
2014-05-28Replace all MASTERMNT= with _mastermnt() callBryan Drewery
2014-05-28status: Fix -H outputBryan Drewery
2014-05-14status/jail: Fix sort error on <10 which doesn't support -VBryan Drewery
2014-05-08Update hooks/status for new build urlBryan Drewery
2014-05-04status: Fix extra junk showing in testport statusBryan Drewery
2014-05-04display: Fix handling of empty arguments by quoting them and then later using...Bryan Drewery
2014-05-04Move display auto formatting/alignment to display.sh from status.shBryan Drewery
2014-04-26status: Fix with older builds, they will be skipped.Bryan Drewery
2014-04-26status: Remove count message as it's really not neededBryan Drewery
2014-04-26status: Trim headers someBryan Drewery
2014-04-26status: Use '-' for empty SETBryan Drewery
2014-04-26status: Trim status someBryan Drewery
2014-04-26status: Reorder columns as they are sorted: SET PTNAME JAIL ...Bryan Drewery
2014-04-26status: Fix last column having excess whitespaceBryan Drewery
2014-04-26status: Fix regression from adding -b, siginfo_handler() requires MASTERMNT s...Bryan Drewery
2014-04-26status: No need to buffer with script mode -HBryan Drewery
2014-04-26status: Rename -a to -f and make -a show ALL jobs, not just latest. -B now ac...Bryan Drewery
2014-04-26status: Show -b hint at very end and remove -a hint no longer neededBryan Drewery
2014-04-26status: Sort in this order: SET,PTNAME,JAIL,BUILDBryan Drewery
2014-04-26status: Add -c to show a more compact output and now log/urlBryan Drewery
2014-04-26status: Check for running jobs after matching to avoid only header row showingBryan Drewery
2014-04-25Add DURATION_FORMAT for time durations, default to %H:%M:%SBryan Drewery
2014-04-25status: Move BUILD close to front as it's relevant to the uniqueness of each rowBryan Drewery
2014-04-25status: Split out JAILNAME/PTNAME/SETNAMEBryan Drewery
2014-04-25hash_get: Change parameter order to better match hash_set, place return var o...Bryan Drewery
2014-04-25status: Optimize all output to the lengths to be shownBryan Drewery
2014-04-25status: Hide the hints if not in a terminalBryan Drewery
2014-04-25status: Remove redundant ==>Bryan Drewery
2014-04-25status: Allow '-z 0' to filter to empty sets onlyBryan Drewery
2014-04-24status: Add some hints for new features and changed flagsBryan Drewery
2014-04-24status: Add -b to display builder status, and allow -jzp to filter all buildsBryan Drewery
2014-04-24status: Allow filtering output with -z and -p, using -j still shows a single ...Bryan Drewery
2014-04-24status: Use jail_runs() instead of looking for ref/ dir, fixes stale builds s...Bryan Drewery
2014-04-23status/SIGINFO: Show elapsed build time since start until endBryan Drewery