diff options
Diffstat (limited to 'src/libretools.conf')
-rw-r--r-- | src/libretools.conf | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/src/libretools.conf b/src/libretools.conf index 24d6ca6..2c7ccdd 100644 --- a/src/libretools.conf +++ b/src/libretools.conf @@ -26,20 +26,15 @@ REPOS=('core' 'libre' 'extra' 'community' 'libre-testing' 'social' 'sugar' 'pcr' # The dir where you work on WORKDIR=/home/$LIBREUSER/packages -## Parabola hostname -PARABOLAHOST=parabola -## Assumes something similar in your .ssh/config: - -## Repo server -# Host parabola -# Port 1863 -# HostName repo.parabolagnulinux.org -# User repo - -## Server destination of libre packages +## Where to upload packages to # Don't change unless you know what you're doing and you won't screw # anything ;) -LIBREDESTDIR=/srv/http/repo/public +REPODEST=repo@repo:/srv/http/repo/public +## Assumes something similar in your .ssh/config: + +# Host repo +# Port 1863 +# HostName repo.parabolagnulinux.org ## ABSLibre ABSLIBREGIT=http://projects.parabolagnulinux.org/abslibre.git @@ -47,7 +42,7 @@ ABSLIBREGIT=http://projects.parabolagnulinux.org/abslibre.git # Run a command before releasing a package (ie. SSH connection, SSH tunnel, etc.) # This is called by librerelease. -HOOKPRERELEASE="ssh -fN ${PARABOLAHOST}" +HOOKPRERELEASE="ssh -fN ${REPODEST%%:*}" HOOKPOSTRELEASE="sudo librechroot clean-repo" ################################################################################ |