projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7860af
)
Remove upload.sh
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 3 Jan 2012 09:36:43 +0000
(10:36 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 3 Jan 2012 09:36:43 +0000
(10:36 +0100)
The git-tools/id-deb-build/id-upload.sh does the same thing.
upload.sh
[deleted file]
patch
|
blob
|
history
diff --git
a/upload.sh
b/upload.sh
deleted file mode 100755
(executable)
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