diff options
author | Joshua Ismael Haase Hernández <josht@stravy.(none)> | 2011-04-14 23:14:37 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <josht@stravy.(none)> | 2011-04-14 23:14:37 -0500 |
commit | 01f55a1a7e979ab38e6d6d5b169507ab34f73ddb (patch) | |
tree | fa9cf5da2e5ed0df72dfbe603e90b885b050d07d /libretools.conf | |
parent | 4a585ee091e98d980c7f2ae8cc3e507dd4ee1a18 (diff) | |
parent | 47970ad081939c1024a2a9358e647ed2358f6de6 (diff) |
Merge branch 'master' of vparabola:~/projects/libretoolsv20110416
Diffstat (limited to 'libretools.conf')
-rw-r--r-- | libretools.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libretools.conf b/libretools.conf index da8d9d8..00963e2 100644 --- a/libretools.conf +++ b/libretools.conf @@ -7,6 +7,9 @@ DIFFTOOL=vimdiff # The dir where you work on WORKDIR=/home/$USER/packages # The repos you'll be packaging for +# 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. REPOS=('libre' 'libre-testing' 'core' 'community' 'extra' 'social' 'sugar') # The architectures @@ -76,7 +79,7 @@ for VAR in CHROOTDIR CHROOT CHCOPY CACHEDIR PARABOLAHOST LIBREDESTDIR \ LIBRESRCDIR BLACKLIST WORKDIR PATCHDIR REPOS ARCHES ABSLIBREGIT COMMITCMD DIFFTOOL; do [[ -z ${!VAR} ]] && { - echo "Configure $VAR var in $0" + echo "Configure $VAR var in /etc/libretools.conf" exit 1 } done |