This commit is contained in:
Jean-Francois Dockes 2010-09-13 16:33:43 +02:00
parent 25ff728317
commit 023b0205d8

View File

@ -6,6 +6,10 @@ fatal() {
echo $*
exit 1
}
usage() {
echo 'Usage: [dotag=no] makescrdist.sh do_it'
exit 1
}
tagtopsvn() {
(cd ..; svn copy -m "Release $version tagged" . $SVNREPOS/tags/$1) \
|| fatal tag failed
@ -21,6 +25,7 @@ tagtop() {
}
#set -x
test $# -eq 1 || usage
TAR=/usr/bin/tar