mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-23 22:58:52 +01:00
Fix tagrelease
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7946 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
468a26c9a2
commit
e8f1bb5447
@ -29,7 +29,7 @@ VERSION=$1
|
||||
|
||||
case $VERSION in
|
||||
4.0.*)
|
||||
BRANCH=~/shorewall/4.0/
|
||||
BRANCH=~/shorewall/branches/4.0/
|
||||
;;
|
||||
4.1.*)
|
||||
BRANCH=~/shorewall/trunk/
|
||||
@ -45,13 +45,13 @@ svn mkdir $VERSION
|
||||
|
||||
cd $VERSION
|
||||
|
||||
for directory in shorewall-common shorewall-shell shorewall-lite shorewall-perl manpages manpages-lite Samples; do
|
||||
for directory in Shorewall-common Shorewall-shell Shorewall-lite Shorewall-perl manpages manpages-lite Samples; do
|
||||
if [ -d $BRANCH/$directory ]; then
|
||||
rm -f $BRANCH/$directory/*~
|
||||
[ -d $BRANCH/$directory/Shorewall ] && rm -f $BRANCH/$directory/Shorewall/*~
|
||||
svn cp $BRANCH/$directory/ .
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
||||
svn commit -m "Tag version $VERSION"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user