Add wget to email
Project: http://git-wip-us.apache.org/repos/asf/couchdb-admin/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-admin/commit/29ec1c8b Tree: http://git-wip-us.apache.org/repos/asf/couchdb-admin/tree/29ec1c8b Diff: http://git-wip-us.apache.org/repos/asf/couchdb-admin/diff/29ec1c8b Branch: refs/heads/master Commit: 29ec1c8b926d2c9f52fa7c4603ba6f6ac67112dd Parents: ac1ba86 Author: Noah Slater <[email protected]> Authored: Sun Mar 10 21:04:22 2013 +0000 Committer: Noah Slater <[email protected]> Committed: Sun Mar 10 21:04:22 2013 +0000 ---------------------------------------------------------------------- email/vote_release.txt | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-admin/blob/29ec1c8b/email/vote_release.txt ---------------------------------------------------------------------- diff --git a/email/vote_release.txt b/email/vote_release.txt index e5eca60..58f51a9 100644 --- a/email/vote_release.txt +++ b/email/vote_release.txt @@ -12,11 +12,11 @@ We encourage the whole community to download and test these release artefacts so The release artefacts we are voting on are available here: - %CANDIDATE_URL%/%PACKAGE%.tar.gz - %CANDIDATE_URL%/%PACKAGE%.tar.gz.asc - %CANDIDATE_URL%/%PACKAGE%.tar.gz.ish - %CANDIDATE_URL%/%PACKAGE%.tar.gz.md5 - %CANDIDATE_URL%/%PACKAGE%.tar.gz.sha + wget %CANDIDATE_URL%/%PACKAGE%.tar.gz + wget %CANDIDATE_URL%/%PACKAGE%.tar.gz.asc + wget %CANDIDATE_URL%/%PACKAGE%.tar.gz.ish + wget %CANDIDATE_URL%/%PACKAGE%.tar.gz.md5 + wget %CANDIDATE_URL%/%PACKAGE%.tar.gz.sha Please follow the test procedure here:
