Updated Branches: refs/heads/4.1 e3af51bfc -> 7e5c6b933
Ensuring the correct dir Signed-off-by: Chip Childers <[email protected]> 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 <[email protected]> Authored: Tue Apr 23 15:06:27 2013 -0400 Committer: Chip Childers <[email protected]> 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"
