You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2015/12/07 16:59:01 UTC

allura git commit: Minor improvements to release script: link to CHANGES, accurate timestamp for end of voting

Repository: allura
Updated Branches:
  refs/heads/db/release-script-improvements [created] 7d6936ff5


Minor improvements to release script: link to CHANGES, accurate timestamp for end of voting


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/7d6936ff
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/7d6936ff
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/7d6936ff

Branch: refs/heads/db/release-script-improvements
Commit: 7d6936ff5559c940e6d08d3cc0ab1277960ff2f7
Parents: 36303a1
Author: Dave Brondsema <da...@brondsema.net>
Authored: Fri Dec 4 17:26:33 2015 -0500
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Mon Dec 7 10:58:48 2015 -0500

----------------------------------------------------------------------
 scripts/asf-release.sh | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/7d6936ff/scripts/asf-release.sh
----------------------------------------------------------------------
diff --git a/scripts/asf-release.sh b/scripts/asf-release.sh
index cd1e347..c032628 100755
--- a/scripts/asf-release.sh
+++ b/scripts/asf-release.sh
@@ -44,7 +44,7 @@ RELEASE_FILENAME=$RELEASE_BASE.tar.gz
 RELEASE_FILE_EXTRACTED=$RELEASE_DIR/$RELEASE_BASE
 RELEASE_FILE=$RELEASE_DIR/$RELEASE_FILENAME
 RELEASE_TAG=asf_release_$VERSION
-CLOSE_DATE=`date -d '+72 hours' +%F`
+CLOSE_DATE=`date -d '+72 hours' -R --utc | sed -e 's/+0000/UTC/'`
 
 scripts/changelog.py asf_release_$PREV_VERSION HEAD $VERSION > .changelog.tmp
 echo >> .changelog.tmp
@@ -116,12 +116,15 @@ The release has been signed with key ($KEY):
 Source corresponding to this release can be found at:
   Commit: $COMMIT_SHA
   Tag:    asf_release_$VERSION (pending successful vote)
-  Browse: https://forge-allura.apache.org/p/allura/git/ci/$COMMIT_SHA/log/?path=
+  Browse: https://forge-allura.apache.org/p/allura/git/ci/$COMMIT_SHA/log/
+
+Changes for this version are listed at:
+  https://forge-allura.apache.org/p/allura/git/ci/$COMMIT_SHA/tree/CHANGES
 
 The RAT license report is available at:
   $RAT_LOG_PASTEBIN_URL
 
-Vote will be open for at least 72 hours ($CLOSE_DATE 12PM IST).  Votes from Allura PMC members are binding,
+Vote will be open for at least 72 hours ($CLOSE_DATE).  Votes from Allura PMC members are binding,
 but we welcome all community members to vote as well.
 
 [ ] +1 approve