summaryrefslogtreecommitdiff
path: root/src/libretools.conf
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-11-12 16:57:01 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-11-12 16:57:01 -0500
commit803ec5f8b5f1450d0ecd6f52463bd3882f03c05c (patch)
tree104f276b0f1372a483472d18d842e90b0694d8c7 /src/libretools.conf
parent53da04831f410d86412361564b1018e9c72e4b66 (diff)
libretools.conf: remove CACHEDIR (grep confirms it is unused)
Diffstat (limited to 'src/libretools.conf')
-rw-r--r--src/libretools.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libretools.conf b/src/libretools.conf
index cc8a8f1..01c93e6 100644
--- a/src/libretools.conf
+++ b/src/libretools.conf
@@ -28,9 +28,6 @@ CHROOTEXTRAPKG=(distcc ccache tsocks tokyocabinet)
# CHROOT=$SUDO_USER
# CHROOT=root
-## Obtains CacheDir from pacman.conf
-CACHEDIR=`grep "^#\?CacheDir" /etc/pacman.conf | cut -d'=' -f2`
-
## Parabola hostname (should be the same used on ssh_config
PARABOLAHOST=parabola
## Assumes something similar in your .ssh/config:
@@ -102,7 +99,7 @@ if [[ -e "$XDG_CONFIG_HOME/libretools/libretools.conf" ]]; then
fi
ret=0
-for VAR in CHROOTDIR CHROOT CACHEDIR PARABOLAHOST LIBREDESTDIR \
+for VAR in CHROOTDIR CHROOT PARABOLAHOST LIBREDESTDIR \
BLACKLIST WORKDIR REPOS ARCHES ABSLIBREGIT \
COMMITCMD DIFFTOOL FULLBUILDCMD; do