Author: buildbot
Date: Tue Feb 3 22:20:54 2015
New Revision: 938861
Log:
Production update by buildbot for activemq
Modified:
websites/production/activemq/content/cache/main.pageCache
websites/production/activemq/content/release-guide.html
Modified: websites/production/activemq/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/activemq/content/release-guide.html
==============================================================================
--- websites/production/activemq/content/release-guide.html (original)
+++ websites/production/activemq/content/release-guide.html Tue Feb 3 22:20:54
2015
@@ -158,15 +158,16 @@ cd activemq-release
<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[cd target/checkout
mvn site site:deploy -Prelease
]]></script>
-</div></div><p>This will copy to the staging.siteURL set up in your
settings.xml release profile.</p></li><li>Call a vote on the dev list, listing
the great new features of the release.</li><li>After it passes, promote the
release</li><li><p>replicate the contents of mvn
apache-activemq/<version> directory to the dist website on
people.apache.org</p><div class="preformatted panel" style="border-width:
1px;"><div class="preformattedContent panelContent">
+</div></div><p>This will copy to the staging.siteURL set up in your
settings.xml release profile.</p></li><li>Call a vote on the dev list, listing
the great new features of the release.</li><li>After it passes, promote the
release</li><li><p>replicate the contents of mvn
apache-activemq/<version> directory to the dist website on
people.apache.org using svn</p><div class="preformatted panel"
style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>ssh [apacheId]@people.apache.org
-mdir siteUpdate;cd siteUpdate
+svn co https://dist.apache.org/repos/dist/release/activemq/
+cd activemq
+mkdir <version>;cd <version>
curl --remote-name-all
https://repository.apache.org/content/repositories/releases/org/apache/activemq/activemq-parent/<version>/activemq-parent-<version>{.pom,-source-release.zip}{.asc,.asc.md5,.asc.sha1,.sha1,.md5,}
curl --remote-name-all
https://repository.apache.org/content/repositories/releases/org/apache/activemq/apache-activemq/<version>/apache-activemq-<version>{.pom,-bin.tar.gz,-bin.zip}{.asc,.asc.md5,.asc.sha1,.sha1,.md5,}
-mkdir /www/www.apache.org/dist/activemq/apache-activemq/<version>
-mv * /www/www.apache.org/dist/activemq/apache-activemq/<version>
-chmod -R g+w /www/www.apache.org/dist/activemq/apache-activemq/<version>
-</pre>
+
+svn add .
+and commit once it looks good.</pre>
</div></div></li><li><p>Populate the schema site in svn</p><div
class="preformatted panel" style="border-width: 1px;"><div
class="preformattedContent panelContent">
<pre>svn co
https://svn.apache.org/repos/infra/websites/production/activemq/content
cd content/schema/core