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 <[email protected]> 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

