[tomcat8] 03/05: Tweaked debian/orig-tar.sh to work with release candidates
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Thu Sep 12 14:33:25 UTC 2013
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository tomcat8.
commit 000685f4a1fdbafaf70ccec832ffc9e8be0995cc
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Sep 12 16:29:03 2013 +0200
Tweaked debian/orig-tar.sh to work with release candidates
---
debian/orig-tar.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 2f01e36..757fb2c 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -3,7 +3,7 @@
VERSION=$2
TAR=../tomcat8_$VERSION.orig.tar.xz
DIR=tomcat8-$VERSION
-TAG=$(echo TOMCAT_$VERSION | sed -e 's/\./_/g')
+TAG=$(echo TOMCAT_$VERSION | sed -e 's/[\.~]/_/g')
svn export http://svn.apache.org/repos/asf/tomcat/tags/$TAG $DIR
tar -c -J -f $TAR --exclude 'standard.jar' --exclude 'jstl.jar' $DIR
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat8.git
More information about the pkg-java-commits
mailing list