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-12-10Add and maintain a MASTERMNTREL varBryan Drewery
2019-12-04jail -i: Don't show ports tree info if not requestedBryan Drewery
2019-11-06Change pourdiere to poudriere throughout.Pau Amma
2019-09-18Merge pull request #715 from freebsd/ciBryan Drewery
2019-09-18jail -d: Don't confirm if the jail doesn't existBryan Drewery
2019-09-18jail -c: Fix NO_LIB32 supportBryan Drewery
2019-09-18tests: Avoid downloading /usr/src distributionBryan Drewery
2019-08-30Pass MAKEWORLDARGS during installworld tooSteve Wills
2019-08-03IGNORE: Restore old accounting method for skipped/ignored.Bryan Drewery
2019-08-02Tobuild should account for ignored/skipped being trimmed out of queuedBryan Drewery
2019-05-18Allow process-substituted filenames.Bryan Drewery
2019-03-09jail -cu: Stop modifying /etc/login.conf in the jail.Bryan Drewery
2019-03-09Stop passing arch down to do_jail_mountsBryan Drewery
2019-03-08jail -c: Defer pwd_mkdb until bulk's jail_start() call.Bryan Drewery
2019-03-08jail -c -m null/tar/src: Again require -v if newvers.sh is not readable.Bryan Drewery
2019-03-08Style: Use [] rather than test and add quotingBryan Drewery
2019-03-08jail/ports -l: Avoid printing empty columns/trailing whitespace.Bryan Drewery
2018-04-04jail -u freebsd-update: Auto confirm promptsBryan Drewery
2018-03-09jail -x: Fix error installing /nxb-bin with HEAD host 11 jailBryan Drewery
2018-03-05jail -s: Always start with MUTABLE_BASE=yesBryan Drewery
2018-02-13read_file no longer writes to stderr on missing fileBryan Drewery
2018-02-13Fix some missing localsBryan Drewery
2017-12-05jail -c -m null: Assert that the jail is populated already.Bryan Drewery
2017-12-05jail -m null -S <path>: Use the -S path for jail source rather than expect <j...Bryan Drewery
2017-12-05jail -c -m src: Respect existing .cpignore properlyBryan Drewery
2017-12-05jail -c -m null: Fix crashing with existing-dir error after commit 1d0222b696.Bryan Drewery
2017-11-15jail -c: Replace colon in JAILMNT to avoid PATH issues in buildworld.Bryan Drewery
2017-11-15Handle all build cases such as native-xtools.Bryan Drewery
2017-11-15jail: Only disallow ':' in jailname when doing a buildworld.Bryan Drewery
2017-11-08jail -u: Update kernel based on what was passed into jail -cK.Bryan Drewery
2017-10-28Support the new native-xtools-install targetBryan Drewery
2017-10-28jail -c: Disallow using a colon (:) in jail name.Bryan Drewery
2017-10-28jail -x: Respect MAKEOBJDIRPREFIXBryan Drewery
2017-10-28Assert EMULATOR is not empty on useBryan Drewery
2017-10-28jail -c: Fix EMULATOR being unset if ran via poudrieredBryan Drewery
2017-10-24XDEV: Support the fixed native-xtools build target.Bryan Drewery
2017-10-24XDEV_SRC_JAIL: actually check for 'yes' valueBryan Drewery
2017-10-24Add XDEV_SRC_JAIL, if set will use the jail's source for xdev.Bryan Drewery
2017-10-24jail -x: Tell where native-xtools is being builtBryan Drewery
2017-10-23Default XDEV_SRC to SRC_BASE; hardlink readelfAntoine
2017-09-22jail.sh: Fix whitespaces and comparison according PR #532Sofian Brabez
2017-09-20jail: Add changes and taking for account bdrewery reviewSofian Brabez
2017-09-20jail: Add -C (for clean) option in order to clean poudriere data whenSofian Brabez
2017-07-31ports: Add new method -m null for managing system ports trees.Bryan Drewery
2017-07-19jail -cu -m ftp: Fix jail and mounts lingering on failure.Bryan Drewery
2017-07-08Use already-set QEMU_EMULATINGBryan Drewery
2017-07-08jail -x: Only build native-xtools if emulation will be requiredBryan Drewery
2017-07-08bulk: Handle jail -x hardlinking during startup now.Bryan Drewery
2017-07-08jail -m ftp/url/...: Support -x.Bryan Drewery
2017-07-08jail -m tar: Support -xBryan Drewery