From c345145c9fa3d86c09ee153142ea8bf706be0e50 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 6 Jun 2015 15:12:49 -0600 Subject: Remove fullpkg and treepkg, in favor of dagpkg. --- src/libretools.conf | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'src/libretools.conf') diff --git a/src/libretools.conf b/src/libretools.conf index 452a70f..a54d73b 100644 --- a/src/libretools.conf +++ b/src/libretools.conf @@ -15,10 +15,10 @@ BLACKLIST=https://projects.parabola.nu/blacklist.git/plain/blacklist.txt DIFFPROG=$(which $([ -z "${DISPLAY:-}" ]||echo kdiff3 meld gvimdiff) vimdiff colordiff diff 2>/dev/null|sed 's/\s.*//;1q') ## The repos you'll be packaging for -## Used by `toru` +## Used by `toru`, `toru-path` # Tip: As early repos take precedence on $REPOS loops, you can use this as -# inverted order of precedence. Put testing repos first so fullpkg find new -# PKGBUILDs first, for instance. Toru-path uses reverse order to enforce repo +# inverted order of precedence. Put testing repos first so dagpkg will find new +# PKGBUILDs first, for instance. `toru-path` uses reverse order to enforce repo # precedence on the path cache (the last path added replaces the rest) REPOS=('core' 'libre' 'extra' 'community' 'libre-testing' 'social' 'sugar' 'pcr' 'java') @@ -45,21 +45,15 @@ HOOKPRERELEASE="ssh -fN ${REPODEST%%:*}" HOOKPOSTRELEASE="sudo librechroot clean-repo" ################################################################################ -# dagpkg/fullpkg/treepkg # +# dagpkg ################################################################################ # Note: Not being set is valid for any of the HOOK* settings. -# Run a command to modify ./PKGBUILD before building -# NOTE: fullpkg ONLY -#HOOKPKGBUILDMOD="mips-add" - # Run a command before running FULLBUILDCMD -# NOTE: IGNORED by fullpkg -#HOOKPREBUILD="" +HOOKPREBUILD="" ## Uncomment one of those or make one of your choice -# NOTE: fullpkg passes this to eval(1bash), where the others run it directly. # Normal FULLBUILDCMD="sudo libremakepkg" # Cross compiling -- cgit v1.2.3-54-g00ecf