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
2014-09-19Fix login.conf.db when removing a null jailBryan Drewery
2014-09-19Make failure from next_in_queue show an explicit errorBryan Drewery
2014-09-19Make failure to move balanced item a hard error with message.Bryan Drewery
2014-09-19next_in_queue: If the race is lost with balance_pool(), don't crash.Bryan Drewery
2014-09-18Note an inefficiencyBryan Drewery
2014-09-18Fix race with balance_pool() and next_in_queue()Bryan Drewery
2014-09-17Give a nice error when unable to extract pkgBryan Drewery
2014-09-16Fix commentsBryan Drewery
2014-09-16Fix multiple races between next_in_queue(), balanced_pool() and queue_empty().Bryan Drewery
2014-09-16Avoid adding empty ANSI resets in from build_portBryan Drewery
2014-09-16No reason to send stdout to /dev/null for build_pkg now that tee is not used.Bryan Drewery
2014-09-16bulk: Remove the need for tee(1).Bryan Drewery
2014-09-16log_start: Remove the buggy eval and explode the cases out for tee/timestampBryan Drewery
2014-09-16Now that job messages are not shown, there is no reason for the high-CPU stri...Bryan Drewery
2014-09-16Stop showing *JOB* messages from testport. These are purely for bulk.Bryan Drewery
2014-09-16Optimize check_dep_fatal_error() by avoiding a stat(2) if not needed in parentBryan Drewery
2014-09-16Ensure compute_deps delays errors until the endBryan Drewery
2014-09-16Fix regression of timed_wait() crashing due to being passed too many argumentsBryan Drewery
2014-09-16Avoid recursive err(). When exit_handler() is called, disable err() causing a...Bryan Drewery
2014-09-16Don't hide errors from kill_and_waitBryan Drewery
2014-09-16Avoid spinning on CPU and stat(2) when queue empty and waiting on builders.Bryan Drewery
2014-09-16jail -m src=: Copy in the src dir as well.Bryan Drewery
2014-09-16Lower the ABI check sleepBryan Drewery
2014-09-16timed_wait(): Optimize by using timeout(1), reducing execs and sleepsBryan Drewery
2014-09-16log_stop(): Give tee(1) a moment to flush buffers before killing it.Bryan Drewery
2014-09-16kill_and_wait(): If timed_wait() returns 0 no need to pwait as nothing is run...Bryan Drewery
2014-09-16Add a timed_wait_and_kill() that will: wait || SIGTERM || (SIGKILL && wait)Bryan Drewery
2014-09-16Tell which signal is caught when exitingBryan Drewery
2014-09-16Backout [f5ac219]Bryan Drewery
2014-09-16blahBryan Drewery
2014-09-16Cleanly exit on SIGPIPEBryan Drewery
2014-09-16Disable SIGPIPE and errxit when cleaning up. We always want to try our best t...Bryan Drewery
2014-09-16We can't trap SIGKILLBryan Drewery
2014-09-15Backout [e40827f]Baptiste Daroussin
2014-09-15Do not check anymore for removal of directories under PREFIXBaptiste Daroussin
2014-08-29bulk -B: Note that it will not resume failed packagesBryan Drewery
2014-08-27HTML: Don't show NaN in progress bar during compute depsBryan Drewery
2014-08-25bulk -i: Fix installing pkg after [d761598]Bryan Drewery
2014-08-25No need to use socket 3 here, it is just being saved for log_stopBryan Drewery
2014-08-25jail -i: Tweak to not require a ports treeBryan Drewery
2014-08-22Don't consider missing MOVED as a failureBryan Drewery
2014-08-21clean_restricted: Show which files are being removedBryan Drewery
2014-08-21testport/bulk -t: Only show NEEDED libraries.Bryan Drewery
2014-08-20jail -u: Avoid missing /compat mount warningBryan Drewery
2014-08-20jail -u: Don't try null mounting /usr/src on top of itselfBryan Drewery
2014-08-19Add a jail:start hook, which will allow copying in customizations before buildBryan Drewery
2014-08-18Symlink log to errors/ for stuck_in_queue failureBryan Drewery
2014-08-16testport: Somehow invalid origin was not being checked, even in 3.0.xBryan Drewery
2014-08-08Allow securelevel>=1 with USE_TMPFS=allBryan Drewery
2014-08-08Replace uses of /.p/pkg-static with PKG_BINBryan Drewery