[SCM] Maven build rule execution framework branch, master, updated. upstream/1.0.beta2-8-gbb54ea4

Torsten Werner twerner at alioth.debian.org
Tue Mar 9 21:26:35 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Maven build rule execution framework".

The branch, master has been updated
       via  bb54ea45fb9cb9236a4a8cdf8ae48cf5cb89ee65 (commit)
      from  d85a73241c5e959b920d289066c11485b5fcc7b9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bb54ea45fb9cb9236a4a8cdf8ae48cf5cb89ee65
Author: Torsten Werner <twerner at debian.org>
Date:   Tue Mar 9 22:26:13 2010 +0100

    fix tags directory in d/orig-tar.sh

-----------------------------------------------------------------------

Summary of changes:
 debian/orig-tar.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 92fde8d..8341100 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -3,7 +3,7 @@
 VERSION=$2
 TAR=../maven-enforcer_$VERSION.orig.tar.gz
 DIR=maven-enforcer-$VERSION
-TAG=$(echo "maven-enforcer-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
+TAG=$(echo "enforcer-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
 
 svn export http://svn.apache.org/repos/asf/maven/enforcer/tags/${TAG}/ $DIR
 GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR


hooks/post-receive
-- 
Maven build rule execution framework



More information about the pkg-java-commits mailing list