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
path: root/src
AgeCommit message (Expand)Author
2022-06-06image: Exclude ZFS snapshot artifacts from imageJose Luis Duran
2022-06-02image_zfs: Allow same-as-host pool namesJose Luis Duran
2022-06-02pkgclean: fix typo in commentsAllan Jude
2022-05-28options: Clarify how to modify the optionsBryan Drewery
2022-05-28Minor spelling fix.Bryan Drewery
2022-05-28options: Add -o flag to specify PORT_DBDIR name to write to.Bryan Drewery
2022-05-28append_make: Display computed path rather than realBryan Drewery
2022-05-28Tweak error spam on exit to avoid false-positives.Bryan Drewery
2022-03-10exit_handler: Show >0 exit status alwaysBryan Drewery
2022-03-10pkg repo: Be more verbose and catch errors better.Bryan Drewery
2022-03-10exit_handler: Alert if an unhandled error (set -e) is seen.Bryan Drewery
2021-12-10Stop using logfile birthtime for durations.Bryan Drewery
2021-12-02Merge pull request #962 from jlduran/fix-image-zfs-boot-sizeBryan Drewery
2021-12-02image_zfs: Fix setting boot partition sizeJose Luis Duran
2021-12-01poudriere.conf.sample: Bring all the web options togetherBryan Drewery
2021-12-01Merge pull request #953 from AMDmi3/allow-disable-log-greppingBryan Drewery
2021-11-29image_zfs: Fix inverted logicJose Luis Duran
2021-11-28Fix include order for non-builtin shBryan Drewery
2021-11-25trim_ignored: Run in parallelBryan Drewery
2021-11-25SIGINFO: New output formatBryan Drewery
2021-11-24display_output: Strip ansi colors from headers and when sizing fieldsBryan Drewery
2021-11-24colors: Remove the need to evaluate \033 escapeBryan Drewery
2021-11-24display_output: Don't size non-format-argumentsBryan Drewery
2021-11-24display_setup: columns are not used for anythingBryan Drewery
2021-11-24Add basic stripansi()Bryan Drewery
2021-11-24status -b: Fix showing logs after 3d248385baBryan Drewery
2021-11-24Add a mechanishm to avoid building rust in tmpfs.Bryan Drewery
2021-11-20cd: Need a critical section here.Bryan Drewery
2021-11-20stop_builders: Don't try to wait on host /var/run pidfilesBryan Drewery
2021-11-20err: Don't show logs in failed $()Bryan Drewery
2021-11-20Add local OPTIND=1 where getopts(1) is usedBryan Drewery
2021-11-18display: Don't size header into cols when hiddenBryan Drewery
2021-11-18bulk: Be verbose about builders startingBryan Drewery
2021-11-18Need to bset builders still.Bryan Drewery
2021-11-18SIGINFO should hide 'done:' jobs tooBryan Drewery
2021-11-18Revert "pkgqueue_remaining: Unhide errors"Bryan Drewery
2021-11-18SIGINFO needs to go to stderrBryan Drewery
2021-11-18mapfile_write (from stdin): Fix writing newline when none is readBryan Drewery
2021-11-18bulk: Opportunistically start builders as neededBryan Drewery
2021-11-17Allow to disable grepping logs for failure reasonDmitry Marakasov
2021-11-04Add support for zfs image types, including send streamsAllan Jude
2021-11-04image: use parameter substitution to parse $MEDIATYPEAllan Jude
2021-11-03image: Allow pre-build script to optionally replace the built-in _prepareAllan Jude
2021-11-03image: Use sysrc when setting hostnameAllan Jude
2021-11-03Prefix image -A path with PWDAllan Jude
2021-10-26Actually fix pid pwaiting.Bryan Drewery
2021-10-26Package fetch: Give an indication which packages are taken from cacheBryan Drewery
2021-10-26bulk: Fetch before deleting packages for missing bootstrapBryan Drewery
2021-10-26Package fetch: always blacklist pkgBryan Drewery
2021-10-26download_from_repo: Never fetch packages if remote pkg is newer than portsBryan Drewery