summaryrefslogtreecommitdiff
path: root/src/libretools.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/libretools.conf')
-rw-r--r--src/libretools.conf16
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