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-04-04nohang: Specify pidfile as an argumentBryan Drewery
2014-04-04Fix installation of parallel.shBryan Drewery
2014-04-04Need to include hash.shBryan Drewery
2014-04-04Move hash handling to hash.shBryan Drewery
2014-04-04Move more parallel codeBryan Drewery
2014-04-04Start splitting up common.sh: Move parallel code to include/parallel.shBryan Drewery
2014-04-03Make missing category origin a warningBryan Drewery
2014-04-03Only skip erroring on missing origins for -a for nowBryan Drewery
2014-04-03Disable DEVELOPER waits when running non-interactivelyBryan Drewery
2014-04-03Use check-sanity not check-config as its own phase.Bryan Drewery
2014-04-03Use stage-qa now instead of our own symlink checkingBryan Drewery
2014-04-03Hide pkg_install EOL warnings when testingBryan Drewery
2014-04-03If a port is listed to be build but doesn't exist, just emit a message instea...Antoine Brodin
2014-04-02status: Fix regression from adding URL, need to dereference latest symlink fo...Bryan Drewery
2014-04-02Status: Show MASTERNAME in errorBryan Drewery
2014-04-02Fix regression from -cat -k, don't warn on -aBryan Drewery
2014-04-02buildlog_stop: Don't return 1 if the port was successfulBryan Drewery
2014-04-02Make testing errors and build failure more clearBryan Drewery
2014-04-02check_leftovers: Show modified outputBryan Drewery
2014-04-01No longer need to remove extra spaces, list_deps() won't have blanks nowBryan Drewery
2014-04-01list_deps: Fix to actually remove duplicates and also remove blank linesBryan Drewery
2014-04-01poudriere.8: Note that -r is also implied by -atBryan Drewery
2014-04-01bulk -at: Automatically set PORTTESTING_FATAL=noBryan Drewery
2014-04-01bulk: Add -k to set PORTTESTING_FATAL=noBryan Drewery
2014-03-27Update todoBryan Drewery
2014-03-27testport: Fix check_moved warning when tested port has no depsBryan Drewery
2014-03-26Fix testport: Need to handle packages not in pkg_depsBryan Drewery
2014-03-26Add missing eargs function namesBryan Drewery
2014-03-26Just create unbalanced dir with othersBryan Drewery
2014-03-25balance_pool: Fix race between checking for empty dir and grabbing lockBryan Drewery
2014-03-25Allow boosting priorities based on pkgname globbingBryan Drewery
2014-03-25priorities: Use a hashtable instead of executing awk(1) in every balance_pool...Bryan Drewery
2014-03-25Add hash_get,set,unset which allows setting aribtrary variables like a hash-t...Bryan Drewery
2014-03-25Only need to load cache if tracking buildtimesBryan Drewery
2014-03-24Add /var/tmp/* to mtree.prebuildexclude and mtree.preinstexclude.Antoine Brodin
2014-03-24Reapply [1ca3c5a] and fix by adding the missing bits to configure.acBaptiste Daroussin
2014-03-23Remove invalid extra |Bryan Drewery
2014-03-23Revert [1ca3c5a] for now, breaks build and needs more workBryan Drewery
2014-03-23Detect strftime_l(3) and only use if availableBryan Drewery
2014-03-23This sort was not neededBryan Drewery
2014-03-23Install hook samples againBryan Drewery
2014-03-23Need to sort tsort output now as depths are not sortedBryan Drewery
2014-03-23Remove make_index, no longer used since [ed9b559]Bryan Drewery
2014-03-23To calculate the depth, when removing a node, give a depth of at least the ...Antoine Brodin
2014-03-23Bugfix after distfiles rework, some ports have a subdir in their distfiles (s...Antoine Brodin
2014-03-22Pass function name to eargs to aide in debuggingBryan Drewery
2014-03-22Create only the buckets needed for the build to satisfy the dependency chainsBryan Drewery
2014-03-22cd into pool dir so POOL_BUCKET_DIRS does not overflow ARGS_MAXBryan Drewery
2014-03-22balance_pool: Remove need to lookup originBryan Drewery
2014-03-22Rename rdeps.list to pkg_depsBryan Drewery