You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ch...@apache.org on 2013/04/23 21:06:54 UTC

git commit: updated refs/heads/4.1 to 7e5c6b9

Updated Branches:
  refs/heads/4.1 e3af51bfc -> 7e5c6b933


Ensuring the correct dir

Signed-off-by: Chip Childers <ch...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7e5c6b93
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7e5c6b93
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7e5c6b93

Branch: refs/heads/4.1
Commit: 7e5c6b93307d4b88b4f894f6151d226e1524fd15
Parents: e3af51b
Author: Chip Childers <ch...@apache.org>
Authored: Tue Apr 23 15:06:27 2013 -0400
Committer: Chip Childers <ch...@apache.org>
Committed: Tue Apr 23 15:06:27 2013 -0400

----------------------------------------------------------------------
 tools/build/build_asf.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7e5c6b93/tools/build/build_asf.sh
----------------------------------------------------------------------
diff --git a/tools/build/build_asf.sh b/tools/build/build_asf.sh
index c768ca8..0c6101c 100755
--- a/tools/build/build_asf.sh
+++ b/tools/build/build_asf.sh
@@ -94,7 +94,6 @@ mvn versions:set -DnewVersion=$version -P vmware -P developer -P systemvm -P sim
 mv deps/XenServerJava/pom.xml.versionsBackup deps/XenServerJava/pom.xml
 perl -pi -e 's/$ENV{'currentversion'}/$ENV{'version'}/' deps/XenServerJava/pom.xml
 perl -pi -e 's/$ENV{'currentversion'}/$ENV{'version'}/' tools/apidoc/pom.xml
-
 case "$currentversion" in 
   *-SNAPSHOT*)
     perl -pi -e 's/-SNAPSHOT//' debian/rules
@@ -166,6 +165,7 @@ if [ "$committosvn" == "yes" ]; then
 fi
 
 echo 'revert version changes'
+cd $sourcedir
 git revert --no-edit $commitsh
 
 echo "completed.  use commit-sh of $commitsh when starting the VOTE thread"