diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-06 15:12:49 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-06 15:12:49 -0600 |
commit | c345145c9fa3d86c09ee153142ea8bf706be0e50 (patch) | |
tree | a8268cd5286a32e4ff55a78dc8a6d4179f0441e1 /src/libretools.conf | |
parent | d088888be34e64faf9734b1548d6e545aa9c271c (diff) |
Remove fullpkg and treepkg, in favor of dagpkg.
Diffstat (limited to 'src/libretools.conf')
-rw-r--r-- | src/libretools.conf | 16 |
1 files changed, 5 insertions, 11 deletions
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 |