Update build tools for 4.1

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7697 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-11-19 21:17:41 +00:00
parent 50e0ce027a
commit 825c4c245c
3 changed files with 4 additions and 4 deletions

View File

@ -255,13 +255,13 @@ touch $LOGFILE
progress_message "Build of Shorewall $VERSION on $(date)"
case $VERSION in
3.9.*)
4.1.*)
SVNBRANCH="trunk/Shorewall-common"
LITESVNBRANCH="trunk/Shorewall-lite"
PERLBRANCH="trunk/Shorewall-perl"
SHELLBRANCH="trunk/Shorewall-shell"
DOCTAG="trunk/docs"
XMLPROJ="docs-3.9"
XMLPROJ="docs-4.1"
SAMPLESTAG="trunk/Samples"
MANPAGETAG=trunk/manpages
LITEMANPAGETAG=trunk/manpages-lite

View File

@ -27,7 +27,7 @@ case $1 in
perlrpm=shorewall-perl-${1}-1.noarch.rpm
shellrpm=shorewall-shell-${1}-1.noarch.rpm
;;
3.9.*)
4.1.*)
DEST="/srv/ftp/pub/shorewall/development/staging/${1%.*}/shorewall-$1"
rpm=shorewall-${1}-1.noarch.rpm
literpm=shorewall-lite-${1}-1.noarch.rpm

View File

@ -27,7 +27,7 @@ case $1 in
perlrpm=shorewall-perl-${1}-1.noarch.rpm
shellrpm=shorewall-shell-${1}-1.noarch.rpm
;;
3.9.*)
4.1.*)
DEST="/srv/ftp/pub/shorewall/development/${1%.*}/shorewall-$1"
rpm=shorewall-${1}-1.noarch.rpm
literpm=shorewall-lite-${1}-1.noarch.rpm