Updated Branches:
  refs/heads/wicket-1.5.x dbe227f60 -> 9fd1c15dc

Add a prefix for the build Git archive.


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/9fd1c15d
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/9fd1c15d
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/9fd1c15d

Branch: refs/heads/wicket-1.5.x
Commit: 9fd1c15dccd87cf097d43bdaf8668594494f1bfa
Parents: dbe227f
Author: Martin Tzvetanov Grigorov <[email protected]>
Authored: Tue Nov 6 16:01:57 2012 +0200
Committer: Martin Tzvetanov Grigorov <[email protected]>
Committed: Tue Nov 6 16:01:57 2012 +0200

----------------------------------------------------------------------
 release-martin.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/9fd1c15d/release-martin.sh
----------------------------------------------------------------------
diff --git a/release-martin.sh b/release-martin.sh
index f784e68..f3abf28 100755
--- a/release-martin.sh
+++ b/release-martin.sh
@@ -117,7 +117,7 @@ echo "$passphrase" | gpg --passphrase-fd 0 --armor --output 
$filename.asc --deta
 echo "Creating Git archive..."
 mkdir -p target/git
 gitarchive="target/git/apache-wicket-$version-git.tgz"
-git archive --format=tgz -o $gitarchive build/wicket-$version
+git archive --format=tgz  --prefix=apache-wicket-$version/ -o $gitarchive 
build/wicket-$version
 gpg --print-md MD5 $gitarchive > $gitarchive.md5
 gpg --print-md SHA1 $gitarchive > $gitarchive.sha
 echo "$passphrase" | gpg --passphrase-fd 0 --armor --output $gitarchive.asc 
--detach-sig $gitarchive

Reply via email to