From: Adam Dickmeiss Date: Tue, 3 Jan 2012 09:36:43 +0000 (+0100) Subject: Remove upload.sh X-Git-Tag: v1.6.8~13 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=2e20b0239e74f467de691ac20e3cf8d49ba8dcd3;p=pazpar2-moved-to-github.git Remove upload.sh The git-tools/id-deb-build/id-upload.sh does the same thing. --- diff --git a/upload.sh b/upload.sh deleted file mode 100755 index 8f28c64..0000000 --- a/upload.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -P=pazpar2 -set -x -doxygen >out 2>stderr -if test -s stderr; then - echo "doxygen warnings.. Fix your Doxygen comments!" - cat stderr - exit 1 -fi -(cd doc && make ${P}.pdf index.html) -cp NEWS doc/ -tar cz --exclude=.git -f - dox doc|ssh website "cd software/${P}; tar xzf -" -exit 0