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
2021-08-18download_from_repo: Cache fetched packagesBryan Drewery
2021-08-18enter_interactive: Use new P_PKG_ORIGIN rather than old PKGNG_ORIGINBryan Drewery
2021-08-18stash_packages: No need to look for .building inside .latest/Bryan Drewery
2021-08-18download_from_repo: Add more debug messages and rework normal msg formatBryan Drewery
2021-08-18Add some COLOR_PORT to some more (mostly debug) messagesBryan Drewery
2021-08-18Move pkgqueue code to its own fileBryan Drewery
2021-08-18bulk/testport -b: Accept '' to override poudriere.conf PACKAGE_FETCH_BRANCHBryan Drewery
2021-08-18download_from_repo: Make some failure messages not-verboseBryan Drewery
2021-08-18download_from_repo: Fix count of packages that will be fetchedBryan Drewery
2021-08-18download_from_repo: Further pkg bootstrap improvementsBryan Drewery
2021-08-18bulk: Delete packages with changed ABIBryan Drewery
2021-08-18delete_old_pkg: Document incremental checksBryan Drewery
2021-08-18Don't add pkg notes timestamp+built_by if PKG_REPRODUCIBLE is yesBryan Drewery
2021-08-18bulk: Display ports git hash in the bulk logBryan Drewery
2021-08-14write_atomic/cmp: Prefix tempfiles with .tmp-Bryan Drewery
2021-08-13poudriere-{bulk,testport}.8: Better document MAKE_JOBS handlingBryan Drewery
2021-08-13ALLOW_MAKE_JOBS: Explicitly compare to 'yes'Bryan Drewery
2021-08-13poudriere-bulk.8: Expand on -b internalsBryan Drewery
2021-08-13ports -c: Disallow using - in the ports tree name.Bryan Drewery
2021-08-13poudriere-jail.8: Clarify git name for CURRENT.Bryan Drewery
2021-08-12include_poudriere_confs: Remove the crazy getopts hack.Bryan Drewery
2021-08-12include_poudriere_confs: tests don't need to parse argumentsBryan Drewery
2021-08-12bset: Handle early errors betterBryan Drewery
2021-08-12err: Detect recursionBryan Drewery
2021-08-12Avoid some possible set -e failuresBryan Drewery
2021-08-10Write out .poudriere.ports.remaining soonerBryan Drewery
2021-08-10read_file can mostly use mapfile_read_loopBryan Drewery
2021-08-10Fix a local for mount_portsBryan Drewery
2021-08-10Add, and use, write_atomic for writing files atomically through renameBryan Drewery
2021-08-10Add mapfile_cat()Bryan Drewery
2021-08-10mapfile seems to work fine with character devices (like ttys)Bryan Drewery
2021-08-10mapfile_read_loop and mapfile_read_loop_redir didn't handle error from mapfil...Bryan Drewery
2021-08-10bulk -f: Do not process dependencies of IGNORED ports.Bryan Drewery
2021-08-10mapfile_write: Support -n to not write \nBryan Drewery
2021-08-10mapfile: Don't allow 'B' without write modesBryan Drewery
2021-08-10Rework 8c05e525b: Don't crash with coprocess_shutdown in early errors eitherBryan Drewery
2021-08-10bulk/testport -i BUILD_AS_NON_ROOT: Login directly to PORTBUILD_USER.Bryan Drewery
2021-08-10build_port: Display USER/UID/GID in phase envBryan Drewery
2021-08-10build_port: Use PORTBUILD_GID for GID rather than PORTBUILD_UIDBryan Drewery
2021-08-10CCACHE_DIR_NON_ROOT_SAFE: Chmod /root to n55 to allow non-root to accessBryan Drewery
2021-08-09bulk: Alert what user:group will be built asBryan Drewery
2021-08-09Move make.conf ports_env handling to its own not-spammy fileBryan Drewery
2021-08-09testport: Always build repo without -N.Bryan Drewery
2021-08-09Add required_env() for function env requirementsBryan Drewery
2021-08-09job_msg,msg_error: Fix not forwarding $2+ to msgBryan Drewery
2021-08-09write_pipe: Avoid erroring in errBryan Drewery
2021-08-09Merge pull request #899 from neirbowj/signconfBryan Drewery
2021-08-09err: Avoid endless recursive loopBryan Drewery
2021-08-08Document pkg-repo(8) signing_command parametersJohn W. O'Brien
2021-08-08Fake kern.osreldate on error (osx)Bryan Drewery