You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jr...@apache.org on 2013/09/04 15:34:44 UTC

svn commit: r1520018 - /qpid/site/README

Author: jross
Date: Wed Sep  4 13:34:44 2013
New Revision: 1520018

URL: http://svn.apache.org/r1520018
Log:
QPID-4990: Add a note to the readme about how to generate curren-versoin release page content

Modified:
    qpid/site/README

Modified: qpid/site/README
URL: http://svn.apache.org/viewvc/qpid/site/README?rev=1520018&r1=1520017&r2=1520018&view=diff
==============================================================================
--- qpid/site/README (original)
+++ qpid/site/README Wed Sep  4 13:34:44 2013
@@ -110,6 +110,17 @@ These will produce a new tree of release
 books.  Once generated, you can make any edits you'd like and check it
 in.
 
+A wrinkle: the current-version release page should point to a mirror
+download URL, while all previous versions should point instead at dist
+URLs.  To control which is generated, use the `CURRENT` parameter.
+
+    transom$ make gen-release-page RELEASE=$CURRENT_VERSION CURRENT=1
+
+The superceded release (current minus one) should be regenerated with
+`CURRENT` set to `0` (the default).
+
+    transom$ make gen-release-page RELEASE=$PREVIOUS_VERSION CURRENT=0
+
 When you add release content, you should also update the following
 files:
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org