Updated Branches: refs/heads/master 24db8480b -> ac1ba865e
Going to production... Project: http://git-wip-us.apache.org/repos/asf/couchdb-admin/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-admin/commit/ac1ba865 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-admin/tree/ac1ba865 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-admin/diff/ac1ba865 Branch: refs/heads/master Commit: ac1ba865ebfe0ad672e41938ea8621d7be3760e9 Parents: 24db848 Author: Noah Slater <[email protected]> Authored: Sun Mar 10 19:13:59 2013 +0000 Committer: Noah Slater <[email protected]> Committed: Sun Mar 10 19:13:59 2013 +0000 ---------------------------------------------------------------------- release/publish_candidate.sh | 4 +--- release/tag_candidate.sh | 10 +++------- 2 files changed, 4 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-admin/blob/ac1ba865/release/publish_candidate.sh ---------------------------------------------------------------------- diff --git a/release/publish_candidate.sh b/release/publish_candidate.sh index 4ac837a..aa21092 100755 --- a/release/publish_candidate.sh +++ b/release/publish_candidate.sh @@ -58,9 +58,7 @@ echo $tmp_dir build_file=$tmp_dir/build.mk cat > $build_file <<EOF -# SVN_URL=https://dist.apache.org/repos/dist/dev/couchdb - -SVN_URL=https://svn.apache.org/repos/asf/couchdb/site/test/dev +SVN_URL=https://dist.apache.org/repos/dist/dev/couchdb TMP_DIR=$tmp_dir http://git-wip-us.apache.org/repos/asf/couchdb-admin/blob/ac1ba865/release/tag_candidate.sh ---------------------------------------------------------------------- diff --git a/release/tag_candidate.sh b/release/tag_candidate.sh index 99f2f0e..1a998e8 100755 --- a/release/tag_candidate.sh +++ b/release/tag_candidate.sh @@ -58,13 +58,9 @@ build_file=$tmp_dir/build.mk cat > $build_file <<EOF GIR_URL=https://git-wip-us.apache.org/repos/asf/couchdb.git -# SVN_DEV_URL=https://dist.apache.org/repos/dist/dev/couchdb +SVN_DEV_URL=https://dist.apache.org/repos/dist/dev/couchdb -# SVN_RELEASE_URL=https://dist.apache.org/repos/dist/release/couchdb - -SVN_DEV_URL=https://svn.apache.org/repos/asf/couchdb/site/test/dev - -SVN_RELEASE_URL=https://svn.apache.org/repos/asf/couchdb/site/test/release +SVN_RELEASE_URL=https://dist.apache.org/repos/dist/release/couchdb TMP_DIR=$tmp_dir @@ -104,7 +100,7 @@ release: tag: \$(GIT_DIR) echo git tag -u \$(GPG_KEY) \$(VERSION) \ \`cat \$(ISH_FILE)\` -m \$(COMMIT_MSG_TAG) - echo git push origin \$(VERSION) + git push origin \$(VERSION) \$(GIT_DIR): check git clone \$(GIR_URL) \$@
