diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-01 22:10:58 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-01 22:10:58 -0300 |
commit | c1bd3b844617fcfee4dc2da6e053859a0ee11923 (patch) | |
tree | 164f6922d96675901e2bf050a3f3aacad0050359 /libretools.conf | |
parent | 00b73bbb8262ed5a43db281a96448638fd15122d (diff) |
Toru maintains a cache of already processed PKGBUILDs
Diffstat (limited to 'libretools.conf')
-rw-r--r-- | libretools.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libretools.conf b/libretools.conf index fa5d4b2..a506af7 100644 --- a/libretools.conf +++ b/libretools.conf @@ -54,6 +54,10 @@ ABSLIBREGIT=http://projects.parabolagnulinux.org/abslibre.git FULLBUILDCMD="sudo libremakepkg -cumL -M --noconfirm -M --nocheck" #FULLBUILDCMD="here is a place for cross-compiling build cmd" +## Toru +# Section for toru's vars +TORUPATH=/var/lib/libretools/toru + # Checks if vars aren't empty for VAR in CHROOTDIR CHROOT CHCOPY CACHEDIR PARABOLAHOST LIBREDESTDIR \ |