From: Adam Dickmeiss Date: Tue, 13 Oct 2009 11:03:34 +0000 (+0200) Subject: Update to host website X-Git-Tag: v1.2.3~29 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=eac3b928ecbef5cbe4b4c1bd7f82d5d2faaae45c;p=pazpar2-moved-to-github.git Update to host website --- diff --git a/upload.sh b/upload.sh index cc12628..8f28c64 100755 --- a/upload.sh +++ b/upload.sh @@ -9,5 +9,5 @@ if test -s stderr; then fi (cd doc && make ${P}.pdf index.html) cp NEWS doc/ -tar cz --exclude=.git -f - dox doc|ssh us2 "cd software/${P}; tar xzf -" +tar cz --exclude=.git -f - dox doc|ssh website "cd software/${P}; tar xzf -" exit 0