Updated Branches: refs/heads/master f624ac5d4 -> d60d2b446
Fix for URL generation Project: http://git-wip-us.apache.org/repos/asf/couchdb-admin/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-admin/commit/d60d2b44 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-admin/tree/d60d2b44 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-admin/diff/d60d2b44 Branch: refs/heads/master Commit: d60d2b44640d9d426f3fcdc1bb62101e55a59b9b Parents: f624ac5 Author: Noah Slater <[email protected]> Authored: Thu Mar 14 11:34:00 2013 +0000 Committer: Noah Slater <[email protected]> Committed: Thu Mar 14 11:34:00 2013 +0000 ---------------------------------------------------------------------- email/discuss_release.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-admin/blob/d60d2b44/email/discuss_release.sh ---------------------------------------------------------------------- diff --git a/email/discuss_release.sh b/email/discuss_release.sh index 4b0d48a..2db7d71 100755 --- a/email/discuss_release.sh +++ b/email/discuss_release.sh @@ -18,7 +18,7 @@ # # cf. http://wiki.apache.org/couchdb/Release_Procedure -GIT_URL=https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=blob_plain; +GIT_URL="https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=blob_plain;" EMAIL_TPL=discuss_release.txt @@ -94,7 +94,7 @@ EOF email_file=$tmp_dir/email.txt -changes=$GIT_URL"f=CHANGES;hb=$branch" +changes=$GIT_URL"\&f=CHANGES;hb=$branch" sed -e "s|%VERSION%|$version|g" \ -e "s|%CHANGES%|$changes|g" \
