You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2016/01/25 16:05:11 UTC

isis git commit: ISIS-1287: release procedures updated for pushing to refs/tags/rel/xxx'

Repository: isis
Updated Branches:
  refs/heads/master 3fc1eb219 -> b674bf5ed


ISIS-1287: release procedures updated for pushing to refs/tags/rel/xxx'


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

Branch: refs/heads/master
Commit: b674bf5ed076ee0332862c85ad0b54a841889f81
Parents: 3fc1eb2
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Mon Jan 25 15:05:01 2016 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Mon Jan 25 15:05:01 2016 +0000

----------------------------------------------------------------------
 .../src/main/asciidoc/guides/_cgcom_post-release-successful.adoc   | 2 ++
 scripts/promoterctag.sh                                            | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/b674bf5e/adocs/documentation/src/main/asciidoc/guides/_cgcom_post-release-successful.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_cgcom_post-release-successful.adoc b/adocs/documentation/src/main/asciidoc/guides/_cgcom_post-release-successful.adoc
index 00d3681..51294e3 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_cgcom_post-release-successful.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_cgcom_post-release-successful.adoc
@@ -57,6 +57,8 @@ sh scripts/promoterctag.sh isis-1.12.0 RC1
 sh scripts/promoterctag.sh simpleapp-archetype-1.12.0 RC1
 ----
 
+This script pushes the tag under `refs/tags/rel`.  As per Apache policy (communicated on 10th Jan 2016 to Apache PMCs),
+this path is 'protected' and is unmodifiable (guaranteeing the provenance that the ASF needs for releases).
 
 Then, continue onto the next section for the steps to promote and announce the release.
 

http://git-wip-us.apache.org/repos/asf/isis/blob/b674bf5e/scripts/promoterctag.sh
----------------------------------------------------------------------
diff --git a/scripts/promoterctag.sh b/scripts/promoterctag.sh
index 58bf6b5..1e4a5e5 100755
--- a/scripts/promoterctag.sh
+++ b/scripts/promoterctag.sh
@@ -7,4 +7,4 @@
 #
 git tag -d $1-$2
 git push origin :refs/tags/$1-$2
-git push origin refs/tags/$1:refs/tags/$1
+git push origin refs/tags/$1:refs/tags/rel/$1