diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-02-08 22:35:42 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-02-08 22:35:42 -0300 |
commit | 3b84550f01e3c226e6dd43a01a21d2b1e121f252 (patch) | |
tree | 73ed535db7cfbadbe1ffd4da1ca873b9c3f0321e /libretools.conf | |
parent | b279674cdc555740efcc4bebee642467226add6b (diff) |
Changed default dirs
Diffstat (limited to 'libretools.conf')
-rw-r--r-- | libretools.conf | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/libretools.conf b/libretools.conf index 6f7c368..ce61f30 100644 --- a/libretools.conf +++ b/libretools.conf @@ -4,7 +4,7 @@ BLACKLIST=http://repo.parabolagnulinux.org/docs/blacklist.txt # The dir where you work on WORKDIR=/home/$USER/packages # The repos you'll be packaging for -REPOS=('libre' 'libre-testing') +REPOS=('libre' 'libre-testing' 'core' 'community' 'extra' 'social' 'sugar') # The architectures ARCHES=('i686' 'x86_64') @@ -27,8 +27,8 @@ PATCHDIR=${WORKDIR}/abslibre/patches PARABOLAHOST=parabola ## Server destination of libre packages -LIBREDESTDIR=parabolagnulinux.org/free/staging -LIBRESRCDIR=parabolagnulinux.org/repo/pkgbuilds +LIBREDESTDIR=/home/parabolavnx/parabolagnulinux.org/free +LIBRESRCDIR=/home/parabolavnx/parabolagnulinux.org/repo/pkgbuilds ## ABSLibre ABSLIBREGIT=http://projects.parabolagnulinux.org/abslibre.git/ @@ -48,10 +48,6 @@ ABSLIBREGIT=http://projects.parabolagnulinux.org/abslibre.git/ # HostName parabolagnulinux.org # User parabolavnx # IdentityFile ~/.ssh/id_rsa -# -# $ cd pkgbuild/dir -# $ ssh parabola -fN -# $ librerelease extra # Checks if vars aren't empty |