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
2015-05-13Restore /usr/sbin and /sbin to PATH lost in b5073cBryan Drewery
2015-05-11Jail upgrade from source asks about every deleted file between the twoMark Felder
2015-05-06Restore the simpler prefix_stderr for fork-heavy codeBryan Drewery
2015-05-06Rework prefix_{stdout,stderr}() to return the target command's status and PID...Bryan Drewery
2015-05-01Rework 8b5c1d to only _try_ protect(1) on jail startup.Bryan Drewery
2015-04-28Fix the mktemp(1) wrapper in b344fa to properly export TMPDIR.Bryan Drewery
2015-04-28Merge remote-tracking branch 'origin/pr/300'Bryan Drewery
2015-04-28Use &erwinlem
2015-04-28Reindent HTMLBryan Drewery
2015-04-28Add missing </span>erwinlem
2015-04-28Add missing </span>erwinlem
2015-04-28Remove excess iderwinlem
2015-04-28Remove excess </div>erwinlem
2015-04-22be more accurate with origin checkAndrej Zverev
2015-04-22Revert "This doesn't need to be a subshell"Bryan Drewery
2015-04-21Also kill cached when USE_CACHED is set to yesBaptiste Daroussin
2015-04-21Add an option to use cachedBaptiste Daroussin
2015-04-21Support STRICT_DEPENDS from ports r384436Bryan Drewery
2015-04-19Add a hash_remove which will return and remove the valueBryan Drewery
2015-04-19parallel_start: Detect double runningBryan Drewery
2015-04-19Api.sh wasn't hooked upBryan Drewery
2015-04-19Have poudriere(1) handle setting '-e' with a blacklist.Bryan Drewery
2015-04-19Cleanup setting of SCRIPTPATH/SCRIPTPREFIXBryan Drewery
2015-04-19Fix 'eargs' output since making hash.sh self-containedBryan Drewery
2015-04-19Move DISTFILES_CACHE default to more proper placeBryan Drewery
2015-04-19Let poudriere(1) handle PATH and LIBEXECPREFIX.Bryan Drewery
2015-04-19Prefer the imported sh.Bryan Drewery
2015-04-18Allow hash.sh to be self-containedBryan Drewery
2015-04-18Simplify the stderr wrapper and add a stdout one as wellBryan Drewery
2015-04-18job_msg needs support for OUTPUT_REDIRECTED after loss of socket 5Bryan Drewery
2015-04-18mangle_stderr: Read until EOFBryan Drewery
2015-04-18No need for socket 5 anymore now that build_pkg keeps stdout openBryan Drewery
2015-04-18Don't show 2 errors when failing to get PKGNAME.Bryan Drewery
2015-04-18mangle_stderr: No need for awk here. Reuse msg_warn()Bryan Drewery
2015-04-18msg: Print the newline inline to prevent interleaved messages.Bryan Drewery
2015-04-18Don't ignore SIGINT in bg processes. This should fix cpdup spam on ^C during ...Bryan Drewery
2015-04-18Attempt to hide Terminated messagesBryan Drewery
2015-04-18Fix warningBaptiste Daroussin
2015-04-17Revert "build_pkg(): Avoid rolling back stuff in the jail if the port is igno...Bryan Drewery
2015-04-17Create temporary files in [MASTER]MNT/.p/tmp when possible rather than /tmpBryan Drewery
2015-04-17Always protect(1) poudriere and its coprocesses from OOM killer.Bryan Drewery
2015-04-17Did not intend to commit this yetBryan Drewery
2015-04-17Spell eargs rightBryan Drewery
2015-04-17Remove dead codeBryan Drewery
2015-04-17Allow TMPFS_DATA to be used for builders too.Bryan Drewery
2015-04-17Cleanup the craziness with MNT/.pBryan Drewery
2015-04-17SIGINFO: Hide html_json's sleep(1) SIGINFO outputBryan Drewery
2015-04-17This doesn't need to be a subshellBryan Drewery
2015-04-17Disable SIGINFO trap when erroring, exiting or in other trapsBryan Drewery
2015-04-17Rewrite lock_acquire() to not spam 'sleep 0.1'Bryan Drewery