diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-10-04 22:11:51 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-10-04 22:11:51 -0400 |
commit | fd054ec1b9efe3496d567edb3b2fd36998fe60dd (patch) | |
tree | e18865356f6d4ae1b8e6edae67c904cabe785313 /src/libretools.conf | |
parent | c85ec87841ee34c0d3fee9d753f5094c36daaf25 (diff) |
I'm stupid, just use relative paths for librereleasev20141004.1
Diffstat (limited to 'src/libretools.conf')
-rw-r--r-- | src/libretools.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libretools.conf b/src/libretools.conf index 2eed310..ba27232 100644 --- a/src/libretools.conf +++ b/src/libretools.conf @@ -38,7 +38,7 @@ ABSLIBREDEST="$WORKDIR/staging/abslibre" ## Where to upload packages to # '/staging/' is appended; this is for compatibility with previous versions. -REPODEST=repo@parabola.nu:~repo/staging/$LIBREUSER +REPODEST=repo@parabola.nu:staging/$LIBREUSER ## These are run before and after uploading packages HOOKPRERELEASE="ssh -fN ${REPODEST%%:*}" |