mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-23 16:13:18 +01:00
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:
parent
50e0ce027a
commit
825c4c245c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user