You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@tomee.apache.org by bu...@apache.org on 2014/04/22 16:57:17 UTC

svn commit: r906515 - in /websites/staging/tomee/trunk: cgi-bin/ content/ content/dev/release-tomee.html

Author: buildbot
Date: Tue Apr 22 14:57:17 2014
New Revision: 906515

Log:
Staging update by buildbot for tomee

Modified:
    websites/staging/tomee/trunk/cgi-bin/   (props changed)
    websites/staging/tomee/trunk/content/   (props changed)
    websites/staging/tomee/trunk/content/dev/release-tomee.html

Propchange: websites/staging/tomee/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Apr 22 14:57:17 2014
@@ -1 +1 @@
-1589139
+1589150

Propchange: websites/staging/tomee/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Apr 22 14:57:17 2014
@@ -1 +1 @@
-1589139
+1589150

Modified: websites/staging/tomee/trunk/content/dev/release-tomee.html
==============================================================================
--- websites/staging/tomee/trunk/content/dev/release-tomee.html (original)
+++ websites/staging/tomee/trunk/content/dev/release-tomee.html Tue Apr 22 14:57:17 2014
@@ -130,67 +130,81 @@
 
 <h1>Releasing TomEE</h1>
 
-<p>This document is aimed at guiding a release manager through the general release process.</p>
+<pre><code>This document is aimed at guiding a release manager through the general release process.
+</code></pre>
 
-<ol>
-<li>Run <strong>ant -f rat.xml > report.txt</strong> on trunk to ensure all licences are in place.
----* Review the report.txt and update/add missing headers until clean. <em>Tip</em>, search for <strong>Unapproved licenses:</strong>.</li>
-<li>Branch the version to release and ensure it builds and passes all tests.</li>
-<li>Branch the TCK.
----Update the TCK branch to point to the version branch.
------* \tck-1.?\plus.properties
------* \tck-1.?\pom.xml
------* \tck-1.?\webprofile-plus.properties
------* \tck-1.?\webprofile.properties</li>
-<li>Run <strong>ant -f rat.xml > report.txt</strong> on the branch.
----* Review the report.txt and update/add missing headers until clean. <em>Tip</em>, search for <strong>Unapproved licenses:</strong>.</li>
-<li>Pre-authenticate svn repositories to ensure your credentials are cached before using any tools.
---- svn mkdir -m "Create test dir" https://svn.apache.org/repos/asf/tomee/tomee/branches/testdir
---- svn delete -m "Delete test dir" https://svn.apache.org/repos/asf/tomee/tomee/branches/testdir
---- svn mkdir -m "Create test dir" https://repository.apache.org/content/repositories/testdir
---- svn delete -m "Delete test dir" https://repository.apache.org/content/repositories/testdir
---- svn mkdir -m "Create test dir" https://dist.apache.org/repos/dist/dev/tomee/testdir
---- svn delete -m "Delete test dir" https://dist.apache.org/repos/dist/dev/tomee/testdir</li>
-<li>Ensure you have code signing set up [http://www.apache.org/dev/release-signing.html]</li>
-<li>Ensure your maven settings.xml correct, and be aware that the tools currently require a clear text password:</p>
-
-<p><server>
-  <id>apache.snapshots.https</id>
-  <username>un</username>
-  <password>pw.in.clear</password>
-</server></p>
-
-<p><server>
-  <id>apache.releases.https</id>
-  <username>un</username>
-  <password>pw.in.clear</password>
-</server></p>
-
-<p><server>
-  <id>apache.dist.https</id>
-  <username>un</username>
-  <password>pw.in.clear</password>
-</server></p>
+<p>Run <strong>ant -f rat.xml > report.txt</strong> on trunk to ensure all licences are in place.
+  * Review the report.txt and update/add missing headers until clean. <em>Tip</em>, search for <strong>Unapproved licenses:</strong>.</p>
 
-<p><profiles>
-<profile>
+<p>Branch the version to release and ensure it builds and passes all tests.</p>
+
+<p>Branch the TCK.</p>
+
+<p>Update the TCK branch to point to the version branch.
+  * \tck-1.?\plus.properties
+  * \tck-1.?\pom.xml
+  * \tck-1.?\webprofile-plus.properties
+  * \tck-1.?\webprofile.properties</p>
+
+<p>Run <strong>ant -f rat.xml > report.txt</strong> on the branch.
+  * Review the report.txt and update/add missing headers until clean. <em>Tip</em>, search for <strong>Unapproved licenses:</strong>.</p>
+
+<p>Pre-authenticate svn repositories to ensure your credentials are cached before using any tools.
+  svn mkdir -m "Create test dir" https://svn.apache.org/repos/asf/tomee/tomee/branches/testdir
+  svn delete -m "Delete test dir" https://svn.apache.org/repos/asf/tomee/tomee/branches/testdir
+  svn mkdir -m "Create test dir" https://repository.apache.org/content/repositories/testdir
+  svn delete -m "Delete test dir" https://repository.apache.org/content/repositories/testdir
+  svn mkdir -m "Create test dir" https://dist.apache.org/repos/dist/dev/tomee/testdir
+  svn delete -m "Delete test dir" https://dist.apache.org/repos/dist/dev/tomee/testdir</p>
+
+<p>Ensure you have code signing set up [http://www.apache.org/dev/release-signing.html]</p>
+
+<p>Ensure your maven settings.xml correct, and be aware that the tools currently require a clear text password:</p>
+
+<pre><code>&lt;server&gt;
+  &lt;id&gt;apache.snapshots.https&lt;/id&gt;
+  &lt;username&gt;un&lt;/username&gt;
+  &lt;password&gt;pw.in.clear&lt;/password&gt;
+&lt;/server&gt;
+
+&lt;server&gt;
+  &lt;id&gt;apache.releases.https&lt;/id&gt;
+  &lt;username&gt;un&lt;/username&gt;
+  &lt;password&gt;pw.in.clear&lt;/password&gt;
+&lt;/server&gt;
+
+&lt;server&gt;
+  &lt;id&gt;apache.dist.https&lt;/id&gt;
+  &lt;username&gt;un&lt;/username&gt;
+  &lt;password&gt;pw.in.clear&lt;/password&gt;
+&lt;/server&gt;
+
+&lt;profiles&gt;
+&lt;profile&gt;
 ...
-    <repositories>
-        <repository>
-          <id>apache.dist.https</id>
-          <url>https://dist.apache.org/repos/dist</url>
-        </repository>
-      </repositories></li>
-<li>Checkout the release tools from here [https://svn.apache.org/repos/asf/tomee/sandbox/release-tools]</li>
-<li>Really read the README.mdtext and follow the instructions for building the 3rd party libraries.</li>
-<li>Build the release tools, <em>mvn clean install -DskipTests -DfailIfNoTests=false</em></li>
-<li>Have a look at <strong>run.sh</strong> to see the entry point.</li>
-<li>Understand that the release tools are not polished, and you currently may have to edit source and compile.</li>
-</ol>
+    &lt;repositories&gt;
+        &lt;repository&gt;
+          &lt;id&gt;apache.dist.https&lt;/id&gt;
+          &lt;url&gt;https://dist.apache.org/repos/dist&lt;/url&gt;
+        &lt;/repository&gt;
+      &lt;/repositories&gt;
+</code></pre>
+
+<p>Checkout the release tools from here [https://svn.apache.org/repos/asf/tomee/sandbox/release-tools]</p>
+
+<p>Really read the README.mdtext and follow the instructions for building the 3rd party libraries.</p>
+
+<p>Build the release tools, <em>mvn clean install -DskipTests -DfailIfNoTests=false</em></p>
+
+<p>Have a look at <strong>run.sh</strong> to see the entry point.</p>
+
+<p>Understand that the release tools are not polished, and you currently may have to edit source and compile.</p>
 
 <p>http://www.apache.org/dist/openejb/KEYS
 find / > /dev/null</p>
 
+<p>cat KEYS /home/yourname/public_html/AD3424SD.asc > KEYS2</p>
+
 <p>follow steps in task</p>