Update 'makeshorewall' so that it uses the EXPERIMENTAL branch when the

release name ends in 'ex'.


git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2319 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-07-11 14:27:09 +00:00
parent 7d924c3b82
commit a7ef153f4e

View File

@ -224,6 +224,11 @@ case $VERSION in
XMLPROJ=Shorewall-docs2
BUILDLRP=
;;
*ex)
CVSTAG=EXPERIMENTAL
XMLPROJ=Shorewall-docs2
BUILDLRP=
;;
2.5.*)
CVSTAG=HEAD
XMLPROJ=Shorewall-docs2