diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-02-13 22:47:08 -0600 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-02-13 22:47:08 -0600 |
commit | 3bf5718c1f04a622d457ad0568ba8ba165bdbb67 (patch) | |
tree | ddfaeeff4aafc3867a233d8c84f2be6ae9ae1682 | |
parent | 12ba3b273db883ce153e3c591b572605faadf20d (diff) |
* Updated parabola host recommendation.v20110213
* Fixed librerelease to play with db-update in repo.
-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 |