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 (Collapse)Author
2019-12-10Add manpages for OVERLAYS.Bryan Drewery
Also reword the usage since these are not PATHS but registered ports tree.
2019-12-10listed_ports: Only sort with OVERLAYS.Bryan Drewery
This should help improve pipelining again when not using OVERLAYS.
2019-12-10Add -a overlay tests and fix -a duplicatesBryan Drewery
2019-12-10Add some non -a overlay tests.Bryan Drewery
This also required allowing /overlays to be renamed.
2019-12-10testport: Don't change PWD when running portlintBryan Drewery
2019-12-10enter_interactive: Support OVERLAYSBryan Drewery
2019-12-10_lookup_portdir: Try avoiding parent 'ptdir' variableBryan Drewery
2019-12-10_lookup_portdir can use MASTERMNTRELBryan Drewery
2019-12-10_list_ports_dir: Iterate portstree files relativelyBryan Drewery
2019-12-10Remove unneeded _find_origin_in_ports_or_overlays.Bryan Drewery
test_port_origin_exist() can be used now. The only point of the other was to have a relative path lookup which is now always done with MASTERMNTREL.
2019-12-10Add and maintain a MASTERMNTREL varBryan Drewery
2019-12-10relpath: Trim away excess // when the path doesn't exist yetBryan Drewery
2019-12-10cd: Auto update RELATIVE_PATH_VARSBryan Drewery
2019-12-09getvar: Adopt dteske's APIBryan Drewery
2019-12-09relpath: Adopt dteske's APIBryan Drewery
2019-12-04Minor style nitBryan Drewery
2019-12-04It shouldn't be needed to export OVERLAYS (untested).Bryan Drewery
Exported variables are special for distributed. If it doesn't need to be exported then it's less conflict for me to resolve later.
2019-12-04More locals and quoting cleanupBryan Drewery
2019-12-04Overlays cleanupBryan Drewery
1. Quote file references to avoid glob/space issues 2. Local any used vars (o, cat) 3. Use eargs() to document/assert arguments 4. Assert in _find_origin_in_ports_or_overlays() that the path is in an expected place for '../overlays' to work. 5. Where setvar is used need to name vars like _name to try avoiding namespace issues if the var being set matches the name in the function
2019-12-04Merge remote-tracking branch 'origin/master' into overlayBryan Drewery
2019-12-04gsub: Support an output var and simplify gsub() call.Bryan Drewery
Inspired by str_replaceall() API in bsdconfig.
2019-12-04jail -i: Don't show ports tree info if not requestedBryan Drewery
2019-11-12Change "copied has" to "copied to"Pau Amma
2019-11-06Change pourdiere to poudriere throughout.Pau Amma
2019-11-01mapfile: Fix possible -1 array index on mapped_files limit exceeding.Bryan Drewery
Reported by: Coverity
2019-11-01mkfifo: Fix resource leak when mode specified.Bryan Drewery
Reported by: Coverity
2019-11-01Ensure /proc isn't copied for rollbackBryan Drewery
2019-10-11Compute queued stats after trimming ignored AND trimming queue.Bryan Drewery
This avoids showing a negative value for Tobuild. It does show the truth that many were queued and then after trimming less are in the queue. It might make sense to have an Unchanged column since the ones removed from Queued won't reflect the original value of Queued. Fixes #727
2019-10-11Expand mapfile_read_loop_redir usageBryan Drewery
2019-10-11build_pkg: Cleaning MAKE_ARGS should be ARGUMENTS not envBryan Drewery
2019-10-11build_pkg: Be clear that 'make clean' is ignoredBryan Drewery
2019-10-11save_wrkdir: Be more verbose when starting to tar.Bryan Drewery
This avoids the appearance of a hang during the tarring.
2019-10-11bset: No reason to skip passing empty MY_JOBIDBryan Drewery
2019-10-11testport: Show log info on failure exitBryan Drewery
2019-10-11save_wrkdir: Expand list of phases to ignore pre-extractBryan Drewery
2019-10-11save_wrkdir: Use proper local phase variableBryan Drewery
2019-09-19msg: Print all argumentsBryan Drewery
2019-09-18Merge pull request #715 from freebsd/ciBryan Drewery
Cirrus CI support
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-09-17Initial support for overlays in poudriereBaptiste Daroussin
Only regular bulks tested
2019-08-30Pass MAKEWORLDARGS during installworld tooSteve Wills
both for consistency and for passing things like LOCAL_MODULES
2019-08-28Fix inverted logic.Bryan Drewery
Issue #699
2019-08-28Merge pull request #674 from 0mp/examplesBryan Drewery
Improve poudriere-jail.8
2019-08-28Merge pull request #676 from 0mp/manpagesBryan Drewery
Improve the poudriere-bulk manpage
2019-08-28Fix WRKDIR saving with FLAVOR'd originsBryan Drewery
2019-08-28Expand securelevel check to handle MUTABLE_BASE=schg and ↵Bryan Drewery
TMPFS_WRKDIR/TMPFS_LOCALBASE. Issue #684
2019-08-28Allow overriding default nullfs paths with NULLFS_PATHS.Bryan Drewery
Fixes #695
2019-08-28distclean: Remove empty directories when done.Bryan Drewery
Fixes #699