From 3bf5718c1f04a622d457ad0568ba8ba165bdbb67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Ismael=20Haase=20Hern=C3=A1ndez?= Date: Sun, 13 Feb 2011 22:47:08 -0600 Subject: * Updated parabola host recommendation. * Fixed librerelease to play with db-update in repo. --- librerelease | 2 +- 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 -- cgit v1.2.2