diff options
-rwxr-xr-x | librerelease | 2 | ||||
-rw-r--r-- | libretools.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/librerelease b/librerelease index ad083a3..707ebca 100755 --- a/librerelease +++ b/librerelease @@ -34,7 +34,7 @@ rsync --recursive \ --progress \ -e "ssh " \ ${WORKDIR}/staging \ - ${PARABOLAHOST}:${LIBREDESTDIR} || exit 1 + ${PARABOLAHOST}:${LIBREDESTDIR}/stagging || exit 1 echo ":: Removing packages from local [staging]" find ${WORKDIR}/staging/ -iname "*.pkg.tar.*" -delete diff --git a/libretools.conf b/libretools.conf index ce61f30..d8850bd 100644 --- a/libretools.conf +++ b/libretools.conf @@ -45,7 +45,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 |