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
2017-07-06HTML Remaining: Hide table if there's no [more] data.Bryan Drewery
2017-07-06HTML: Don't show NaN:NaN:NaN for duration on older builds.Bryan Drewery
2017-07-06jail -cu -m ftp: Fix freebsd-update not being properly ran.Bryan Drewery
2017-07-06Add assertion and comment missed for b40169fc671.Bryan Drewery
2017-07-06bulk: Store build name in PACKAGES/.buildnameBryan Drewery
2017-07-05testport/bulk -i: Fix not installing main package in jail.Bryan Drewery
2017-07-05Indent this codeBryan Drewery
2017-07-05Set proper XDEV_TOOLS for NXBDESTDIR valueBryan Drewery
2017-07-05jail -x: Add back a default for NXBDESTDIR for older base branchesBryan Drewery
2017-06-22delete_old_pkg: Only check for changed FLAVORS if the portstree supports itBryan Drewery
2017-06-22poudriere: Remove stray \ in substitution.Bryan Drewery
2017-06-22Properly lookup IGNOREBryan Drewery
2017-06-21jail -c -m ftp: Avoid bad number comparison with '12-CURRENT'Bryan Drewery
2017-06-18compute_deps: Garbage collect pkgname-deps as it will not be needed after thisBryan Drewery
2017-06-18gather_distfiles: Avoid looking up already-known PKGNAME.Bryan Drewery
2017-06-18No longer need to store pkgname-dep_args after 147b4c4d0a2Bryan Drewery
2017-06-18Properly align status.Bryan Drewery
2017-06-18maybe_apply_my_own_dep_args can be simplified after 147b4c4d0a2Bryan Drewery
2017-06-18Strip PORTSDIR directly from _DEPEND_SPECIALS fetchBryan Drewery
2017-06-18Apply DEPENDS_ARGS to dependencies in one placeBryan Drewery
2017-06-18Fetch _DEPEND_SPECIALS up-front in deps_fetch_varsBryan Drewery
2017-06-18Enable check from 86345c57 for IGNOREd DEPENDS_ARGS-specific portsBryan Drewery
2017-06-18testport: Fix application of DEPENDS_ARGS to dependencies.Bryan Drewery
2017-06-18Detect broken ports like devel/py3-enum34 and cause an errorBryan Drewery
2017-06-18deps_fetch_vars: Fetch IGNORE up-frontBryan Drewery
2017-06-18Validate that depended-on ports are connected in a category Makefile.Bryan Drewery
2017-06-18get_pkgname_from_originspec: This function is primarily for FLAVORS supportBryan Drewery
2017-06-18DEPENDS_ARGS: Deal with python ports which force default 3.Bryan Drewery
2017-06-18deps_fetch_vars: bulk -a cannot superfluous PKGNAMEs for FLAVORS.Bryan Drewery
2017-06-18Add more assertions on ports tree featuresBryan Drewery
2017-06-17deps_fetch_vars: Combine some similar logicBryan Drewery
2017-06-17Special case devel/py3-enum34 which only supports up to Python 3.3Bryan Drewery
2017-06-17Map py3 ports for special distfiles tooBryan Drewery
2017-06-17PKGNAMES dependencies may be a glob (follow-up to 465f4268d)Bryan Drewery
2017-06-17gather_port_vars_port: Duplicates should be handled by 545a65953306 just fine...Bryan Drewery
2017-06-17Map the py3 dependencies just once from deps_fetch_vars()Bryan Drewery
2017-06-17originspec_encode: Avoid parent namespace clash moreBryan Drewery
2017-06-17map_py_slave_port: Fix final return statusBryan Drewery
2017-06-16CHECK_CHANGED_DEPS: No need to deal with LIB_DEPENDS for PKGNAME checkBryan Drewery
2017-06-16sh: Enable nofork for: mkdir, mktempBryan Drewery
2017-06-16sh: Enable nofork for: clock, dirempty, realpath, rename, rmdirBryan Drewery
2017-06-16WhitespaceBryan Drewery
2017-06-16Garage collect COLOR_RESET_REALBryan Drewery
2017-06-16Disable all of the py3 mapping logic unless the default is 2.xBryan Drewery
2017-06-16gather_port_vars: Avoid race with duplicated PKGNAMES.Bryan Drewery
2017-06-16Avoid polluting PORTS_FEATURES into environmentBryan Drewery
2017-06-16testport: Fix cleaning phase showing wrong pkgname for DEPENDS_ARGS usageBryan Drewery
2017-06-16Merge branch 'master' into pkgspecBryan Drewery
2017-06-16Reduce more duplicated code for applying a package's own DEPENDS_ARGSBryan Drewery
2017-06-16Add hash_isset()Bryan Drewery