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-10-11Expand mapfile_read_loop_redir usageBryan Drewery
2019-03-08Style: Use [] rather than test and add quotingBryan Drewery
2018-07-17pkgclean requires -jBryan Drewery
2018-03-15Remove references to INDEX - support removed in 0bef52955606412ac64aceddde6Bryan Drewery
2018-01-04pkgclean: Fix creating corrupt repository from the wrong place.Bryan Drewery
2017-10-31Remove bulk/testport -s.Bryan Drewery
2017-07-06pkgclean: Remove packages from .building directory if it exists.Bryan Drewery
2017-06-14pkg_is_needed -> pkgbase_is_needed to reflect what it really doesBryan Drewery
2017-06-13Add a few more status / messages during startupBryan Drewery
2017-06-01pkgclean: -a now again keeps all known ports and -A removes all packagesBryan Drewery
2017-04-12pkgclean -a: Add a note about manually removing the PACKAGES directoryBryan Drewery
2017-04-12pkgclean -a: Remove pkg repository as wellBryan Drewery
2017-04-12pkgclean: Fix -a to work properlyBryan Drewery
2017-04-12pkgclean: Exit 0 if no packages are left to cleanup.Bryan Drewery
2017-03-21pkgclean: Clean cache files as wellBryan Drewery
2017-03-21Consolidate file confirm/deletion, handle spaces better, and be recursiveBryan Drewery
2017-03-21Consolidate file size printingBryan Drewery
2017-03-03Default PREPARE_PARALLEL_JOBS to 1.25*PARALLEL_JOBSBryan Drewery
2017-03-03pkgclean/distclean: Properly support PREPARE_PARALLEL_JOBS from poudriere.confBryan Drewery
2017-03-01pkgclean: Handle PKGBASE comparisons properly after port_is_needed reworkBryan Drewery
2017-03-01port_is_needed(): Rework into pkg_is_needed() to compare PKGBASE.Bryan Drewery
2017-02-24Use ${PORTSDIR} rather than /usr/ports.Bryan Drewery
2017-02-18Remove references to pkgngBaptiste Daroussin
2016-07-21pkgclean: Act on .latest directory for ATOMIC_PACKAGE_REPOSITORYBryan Drewery
2016-07-21pkgclean: Cleanup corrupt packagesBryan Drewery
2016-07-21pkgclean: Add hook: pkgclean done <DELETED_FILES: 0|1> <BUILT_REPO: 0|1>Bryan Drewery
2015-10-23Move prompt code to common.shBryan Drewery
2015-10-20Always call make by absolute path of /usr/bin/make.Bryan Drewery
2015-08-05Stub out msg_debug, etc, depending on VERBOSE setting after parsing options.Bryan Drewery
2015-04-19Have poudriere(1) handle setting '-e' with a blacklist.Bryan Drewery
2015-04-19Cleanup setting of SCRIPTPATH/SCRIPTPREFIXBryan Drewery
2014-11-18pkgclean: Fix -f with recent CWD changesBryan Drewery
2014-11-15Avoid dirname(1)Bryan Drewery
2014-05-28Replace all MASTERMNT= with _mastermnt() callBryan Drewery
2014-05-20pkgclean/distclean: Consider hardlinks for size calculationBryan Drewery
2014-04-25When running a command from non-rot which requires root, try to send to poudr...Bryan Drewery
2014-03-22Pass function name to eargs to aide in debuggingBryan Drewery
2013-11-17pkg_get_origin(): Avoid forkingBryan Drewery
2013-11-17Set defaults for global vars once in common.shBryan Drewery
2013-10-20pkgclean: Fix keeping proper pkg when duplicates existBryan Drewery
2013-10-16pkgclean: Detect duplicated/renamed packagesBryan Drewery
2013-09-24- Clean up usageBrad Davis
2013-09-24Fix pkgclean after PACKAGES change in [6c5a855]Bryan Drewery
2013-09-19Use PACKAGES for packages directoryBryan Drewery
2013-08-28Add pkgclean subcommandBryan Drewery