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
2022-11-11html: Ignore 'tobuild' ports from 8931810af713Bryan Drewery
2022-11-10Revert "Merge branch 'bulk_log'"Bryan Drewery
2022-11-10Logging: Strip colors for logfilesBryan Drewery
2022-11-10bulk/testport: Store bulk output in logs/{bulk,testport}.logBryan Drewery
2022-11-10log_stop can run outside of bulk runsBryan Drewery
2022-11-10Hide df(1) warnings that do not matterBryan Drewery
2022-11-10read_file: Restore not showing a warning on missing file.Bryan Drewery
2022-11-10Use setsid(1) for port build phasesBryan Drewery
2022-11-10Import public domain setsid from sysutils/setsidBryan Drewery
2022-11-10Avoid leaking STDIN/STDOUT/STDERR to port buildsBryan Drewery
2022-11-10mapfile sh: Clarify some errorsBryan Drewery
2022-11-10mapfile sh: mapfile open for read should fail on missing fileBryan Drewery
2022-11-10Add a mapfile_tee() and rework some mapfile_write() handling.Bryan Drewery
2022-11-10mapfile_cat: ReworkBryan Drewery
2022-11-10mapfile sh compat: Fix handling of escapesBryan Drewery
2022-11-10testport: Drop DEPENDS_ARGS piece missed in 6ce2d0b5873Bryan Drewery
2022-11-09Store pkgname-flavors in origin-flavorsBryan Drewery
2022-11-09_decode_args: Unset the temp var usedBryan Drewery
2022-11-09pkg.sh: Avoid pipefail failure with &&Bryan Drewery
2022-11-08crashed_build: Fix crashed output not making it to the package logBryan Drewery
2022-11-08bulk tests: Use explicit EXPECTED_QUEUED listsBryan Drewery
2022-11-08Rename function to match other usesBryan Drewery
2022-11-08pkgname_flavor_is_default: Fix logic from e158cb8814faBryan Drewery
2022-11-07clean_pool: Remove some dead IGNORED handling.Bryan Drewery
2022-11-07compute_deps_pkg: Don't show empty FLAVOR suggestionBryan Drewery
2022-11-05Fix html symlink cleanup race after 027806453aBryan Drewery
2022-11-05sh: Make stat(1) a builtinBryan Drewery
2022-11-05Import stat.c from FreeBSD main 20f8331aca892ff812510609b3bc4e747b201197Bryan Drewery
2022-11-05Drop DEPENDS_ARGS support.Bryan Drewery
2022-11-05hash: Avoid name collisions with callersBryan Drewery
2022-11-05hash: Add hash_isset_var() and hash_unset_var()Bryan Drewery
2022-11-05hash: Reduce code duplicationBryan Drewery
2022-11-05display: Use common output functionBryan Drewery
2022-11-05display: Use a tempfile rather than a giant string for dataBryan Drewery
2022-11-05display: Support using column(1)Bryan Drewery
2022-11-05display_output: Allow filtering and re-ordering columnsBryan Drewery
2022-11-05display_output: Avoid globbingBryan Drewery
2022-11-05display_setup can take 1 or 2 paramsBryan Drewery
2022-11-05display: Support a manual display_footer()Bryan Drewery
2022-11-05display: Fix handling empty first columnBryan Drewery
2022-11-05display: Fix sorting due to internally quoted valuesBryan Drewery
2022-11-05jail -l: Give field width to PATH.Bryan Drewery
2022-11-05display: Fix sorting of columnsBryan Drewery
2022-11-05decode_args_vars: Slightly optimize with caseBryan Drewery
2022-11-05Add non-forking decode_argsBryan Drewery
2022-11-05decode_args needs quoted eval paramBryan Drewery
2022-11-05encode_args: Speedup by making less copies of $@Bryan Drewery
2022-11-05bulk -f with port@all shouldn't skip/fail if a flavor is ignoredBryan Drewery
2022-11-05Don't suggest adding port@flavor into subdir/MakefileBryan Drewery
2022-11-05testport -c: Fix not using proper jail arch.Bryan Drewery