diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-03-21 20:18:44 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-03-21 20:18:44 -0300 |
commit | f98753091219274bc92cf8a90b7786e288d8219f (patch) | |
tree | 7f72f30a2aaf304fa7b21daf06a8e001bf4efdb7 /libretools.conf | |
parent | 9c4f19b5e3f590002c19758cded5cb6ed691a8fd (diff) | |
parent | de28a019385b3a4465ffeadf39e51f0411771edf (diff) |
Merge branch 'master' of ssh://vparabola/srv/git/projects/libretoolsv20110321
Diffstat (limited to 'libretools.conf')
-rw-r--r-- | libretools.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libretools.conf b/libretools.conf index ce61f30..a3fd4b8 100644 --- a/libretools.conf +++ b/libretools.conf @@ -26,6 +26,9 @@ PATCHDIR=${WORKDIR}/abslibre/patches ## Parabola hostname (should be the same used on ssh_config PARABOLAHOST=parabola +## Run a command before releasing a package (ie. SSH connection, SSH tunnel, etc.) +HOOKPRERELEASE="ssh -fN parabola" + ## Server destination of libre packages LIBREDESTDIR=/home/parabolavnx/parabolagnulinux.org/free LIBRESRCDIR=/home/parabolavnx/parabolagnulinux.org/repo/pkgbuilds @@ -45,7 +48,7 @@ ABSLIBREGIT=http://projects.parabolagnulinux.org/abslibre.git/ # # Host parabola # Port 22 -# HostName parabolagnulinux.org +# HostName repo.parabolagnulinux.org # User parabolavnx # IdentityFile ~/.ssh/id_rsa |