diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-09-21 13:27:02 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-09-21 13:27:02 -0300 |
commit | 4c4f7255e97bde5524e3798b4b777a94e37da23d (patch) | |
tree | 64a28f2efb14473b10798d17b513bd398bdbff1e /libretools.conf | |
parent | 6082f831bbacb174c050915d3b301910fb2ea261 (diff) | |
parent | 0663c0c58a8d04a35f5ba9ab6de068a3f6c09b40 (diff) |
Merge branch 'master' into fauno
Diffstat (limited to 'libretools.conf')
-rw-r--r-- | libretools.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libretools.conf b/libretools.conf index c6a8245..05971d3 100644 --- a/libretools.conf +++ b/libretools.conf @@ -35,7 +35,7 @@ HOOKPRERELEASE="ssh -fN parabola" ## Server destination of libre packages # Don't change unless you know what you're doing and you won't screw # anything ;) -LIBREDESTDIR=/home/parabolavnx/parabolagnulinux.org/repo +LIBREDESTDIR=/srv/http/repo/public ## ABSLibre ABSLIBREGIT=http://projects.parabolagnulinux.org/abslibre.git @@ -63,7 +63,7 @@ TORUPATH=/var/lib/libretools/toru # Checks if vars aren't empty for VAR in CHROOTDIR CHROOT CACHEDIR PARABOLAHOST LIBREDESTDIR \ - BLACKLIST WORKDIR PATCHDIR REPOS ARCHES ABSLIBREGIT \ + BLACKLIST WORKDIR REPOS ARCHES ABSLIBREGIT \ COMMITCMD DIFFTOOL FULLBUILDCMD; do ret=0 |