Updated Branches: refs/heads/master fb03bffd2 -> 1af9e206d
Correct invokation of build_candidate.sh Project: http://git-wip-us.apache.org/repos/asf/couchdb-admin/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-admin/commit/1af9e206 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-admin/tree/1af9e206 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-admin/diff/1af9e206 Branch: refs/heads/master Commit: 1af9e206d988999137fb3ca020e10724418a99e4 Parents: fb03bff Author: Noah Slater <[email protected]> Authored: Sat Mar 9 18:09:06 2013 +0000 Committer: Noah Slater <[email protected]> Committed: Sat Mar 9 18:09:06 2013 +0000 ---------------------------------------------------------------------- release/build_candidate_aws.sh | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-admin/blob/1af9e206/release/build_candidate_aws.sh ---------------------------------------------------------------------- diff --git a/release/build_candidate_aws.sh b/release/build_candidate_aws.sh index 32f5fd3..01ab689 100755 --- a/release/build_candidate_aws.sh +++ b/release/build_candidate_aws.sh @@ -95,7 +95,9 @@ git clone http://git-wip-us.apache.org/repos/asf/couchdb-admin.git tmp_dir=\`mktemp -d /tmp/$basename.XXXXXX\` || exit 1 -./couchdb-pmc/release/build_candidate.sh $branch $version \$tmp_dir +cd couchdb-admin + +./release/build_candidate.sh $branch $version \$tmp_dir echo \$tmp_dir > ~/tmp_dir.txt EOF
