Updated Branches: refs/heads/build/wicket-6.5.0 [created] 1a8fce167
Updated script to generate a vote-message Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/1a8fce16 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/1a8fce16 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/1a8fce16 Branch: refs/heads/build/wicket-6.5.0 Commit: 1a8fce167c111c49517cc3d75e9cea65341d09f7 Parents: cad5a68 Author: Martijn Dashorst <[email protected]> Authored: Sat Jan 19 01:12:22 2013 +0100 Committer: Martijn Dashorst <[email protected]> Committed: Sat Jan 19 01:12:22 2013 +0100 ---------------------------------------------------------------------- release-dashorst.sh | 42 +++++++++++++++++++++++++++++++++++++++--- 1 files changed, 39 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/1a8fce16/release-dashorst.sh ---------------------------------------------------------------------- diff --git a/release-dashorst.sh b/release-dashorst.sh index 5873b75..f308d14 100755 --- a/release-dashorst.sh +++ b/release-dashorst.sh @@ -226,8 +226,8 @@ popd echo "Uploading release" pushd target/dist -svn mkdir https://dist.apache.org/repos/dist/dev/wicket/wicket-$version -m "Create $version release staging area" -svn co --force --depth=empty https://dist.apache.org/repos/dist/dev/wicket/wicket-$version . +svn mkdir https://dist.apache.org/repos/dist/dev/wicket/$version -m "Create $version release staging area" +svn co --force --depth=empty https://dist.apache.org/repos/dist/dev/wicket/$version . cp ../../CHANGELOG* . svn add * svn commit -m "Upload wicket-$version to staging area" @@ -254,7 +254,7 @@ echo "" echo "To move the release from staging to the mirrors:" echo "" -echo " svn mv https://dist.apache.org/repos/dist/dev/wicket/wicket-$version https://dist.apache.org/repos/dist/release/wicket -m \"Upload release to the mirrors\"" +echo " svn mv https://dist.apache.org/repos/dist/dev/wicket/$version https://dist.apache.org/repos/dist/release/wicket -m \"Upload release to the mirrors\"" echo "" echo "To sign the release tag issue the following three commands: " @@ -281,3 +281,39 @@ echo " git commit -m \"Start next development version\"" echo " git push" echo "" +cat << EOF +Please download the source distributions found in our staging area +linked below. + +I have included the signatures for both the source archives. This vote +lasts for 72 hours minimum. + +[ ] Yes, release Apache Wicket $version +[ ] No, don't release Apache Wicket $version, because ... + +Distributions, changelog, keys and signatures can be found at: + + http://dist.apache.org/repos/dist/dev/wicket/$version + +Staging repository: + + << FILL IN REPOSITORY URL >> + +The binaries are available in the above link, as is a staging +repository with Maven artefacts. Typically the vote is on the source, +but should you find a problem with one of the binaries, please let me +know, I can re-roll them some way or the other. + +Signatures: + +For apache-wicket-$version.tar.gz: +EOF + +cat apache-wicket-$version.tar.gz.asc + +echo "" +echo "For apache-wicket-$version.zip:" +echo "" +cat apache-wicket-$version.zip.asc +echo "" +
