shorewall_code/tools/build/upload
teastep 460d2df887 Update tools
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3468 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
2006-02-10 19:52:48 +00:00

13 lines
406 B
Plaintext
Executable File

#/bin/sh
DEST="root@mail.shorewall.net:/srv/ftp/pub/shorewall/${1%.*}/shorewall-$1"
usage() { echo "$0: <version>"; }
[ $# -eq 1 ] || usage
[ -d errata ] || mkdir errata
echo "There are no known problems in Shorewall version $1" > known_problems.txt
scp -r errata known_problems.txt patch-$1 ${1}.* shorewall-${1}/releasenotes.txt shorewall-${1}-[0-1]* shorewall*${1}*.tgz* shorewall*${1}*.bz2* $DEST