diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-15 15:35:50 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-15 15:35:50 -0300 |
commit | 2c4723526c438253a3a55bc80fff08b3e42fd3e1 (patch) | |
tree | 5886d058a8764707b92c5b04dd0f958bf598a762 /libretools.conf | |
parent | 6a42b684dea1611f70f78199bf356888a6978a04 (diff) | |
parent | ef7eee8a30c74760186a73e536397f8ee740a8fd (diff) |
Merge branch 'master' of ssh://gparabola/libretools
Diffstat (limited to 'libretools.conf')
-rw-r--r-- | libretools.conf | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/libretools.conf b/libretools.conf index 9cd1c9a..c6a8245 100644 --- a/libretools.conf +++ b/libretools.conf @@ -18,17 +18,14 @@ ARCHES=('i686' 'x86_64' 'mips64el' 'any') ## The directory where the chroots are stored CHROOTDIR=/home/chroot -## The main chroot +## The working chroot +# A chroot is useful to build packages isolated from the current system and avoid +# unwanted (as in not in dependencies) automatic library linking CHROOT=root -## The working copy -CHCOPY=copy ## Obtains CacheDir from pacman.conf CACHEDIR=`grep "^#\?CacheDir" /etc/pacman.conf | cut -d'=' -f2` -## Directory where you store PKGBUILD patches -PATCHDIR=${WORKDIR}/abslibre/patches - ## Parabola hostname (should be the same used on ssh_config PARABOLAHOST=parabola @@ -65,7 +62,7 @@ TORUPATH=/var/lib/libretools/toru # Checks if vars aren't empty -for VAR in CHROOTDIR CHROOT CHCOPY CACHEDIR PARABOLAHOST LIBREDESTDIR \ +for VAR in CHROOTDIR CHROOT CACHEDIR PARABOLAHOST LIBREDESTDIR \ BLACKLIST WORKDIR PATCHDIR REPOS ARCHES ABSLIBREGIT \ COMMITCMD DIFFTOOL FULLBUILDCMD; do |