]> source.dussan.org Git - archiva.git/commitdiff
Updating for 1.0-alpha-1 release
authorJoakim Erdfelt <joakime@apache.org>
Tue, 5 Jun 2007 16:26:01 +0000 (16:26 +0000)
committerJoakim Erdfelt <joakime@apache.org>
Tue, 5 Jun 2007 16:26:01 +0000 (16:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@544545 13f79535-47bb-0310-9956-ffa450edef68

archiva-site/release-readme.txt [new file with mode: 0644]
archiva-site/src/site/apt/download.apt
archiva-site/src/site/xdoc/index.xml

diff --git a/archiva-site/release-readme.txt b/archiva-site/release-readme.txt
new file mode 100644 (file)
index 0000000..b65976d
--- /dev/null
@@ -0,0 +1,49 @@
+Archiva release process.
+
+1) Perform a release:prepare at root of subversion tree.
+
+2) Perform a release:peform at the root of subversion tree.
+
+   Be sure you have the appropriate $HOME/.m2/settings.xml settings.
+
+  <profiles>
+    <profile>
+      <id>release</id>
+      <properties>
+        <gpg.passphrase>********</gpg.passphrase>
+      </properties>
+    </profile>
+  </profiles>
+
+  Be sure you update your gpg passphrase!!
+
+3) Create the vote for release email.
+
+4) Wait 72 hours
+
+5) Tabulate votes
+
+   If a negative binding vote occurs, the release must be reviewed.
+   If 3 or more positive binding votes occur, then the release is blessed.
+
+6) Perform a stage:copy of the staged repository to the m2-ibiblio-rsync-repository location.
+   This plugin can be found at the subversion url below:
+     https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-stage-plugin
+
+   $ mvn stage:copy -Dsource="http://people.apache.org/builds/maven/archiva/1.0-alpha-1/m2-staging-repository/" -Dtarget="scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository" -Dversion=1.0-alpha-1 -DrepositoryId=apache.releases
+
+7) Copy the binaries over to the dist directory.
+
+   $ ssh people.apache.org cp /www/people.apache.org/builds/maven/archiva/1.0-alpha-1/archiva-*-bin* /www/www.apache.org/dist/maven/binaries/
+
+   $ ssh people.apache.org cp /www/people.apache.org/builds/maven/archiva/1.0-alpha-1/archiva-*-src* /www/www.apache.org/dist/maven/source/
+
+8) Update the archiva-site documents to point to the new downloads.
+
+   Change the download box in the archiva-site/src/site/xdoc/index.xml
+   To point to the new binaries and source files.
+
+9) Deploy the site.
+
+   $ mvn clean site:deploy
+
index b174d505d6f0e087d1dda6d2b171839d22723bcf..285e60627a8abe6ef2da3813357741a6fc3c844a 100644 (file)
@@ -9,6 +9,19 @@ Download Archiva
   You will be prompted for a mirror - if the file is not found on yours, please be patient, as it may take 24
   hours to reach all mirrors.
 
+* Archiva 1.0 Alpha 1
+
+  This version is considered an early alpha release of the database backed, scalable, and stability improved archiva.  This version has known problems with Maven 1 clients, Proxying, and deployment on Tomcat.  (See {{{http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&&pid=10980&resolution=-1&sorter/field=priority&sorter/order=DESC} full list of issues}} for details)
+
+*-------------------------------+---------+----------+-----------+
+|                               | Mirrors | Checksum | Signature |
+*-------------------------------+---------+----------+-----------+
+| Archiva 1.0-alpha-1 (bin.tar.gz)     | {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/archiva-1.0-alpha-1-bin.tar.gz} archiva-1.0-alpha-1-bin.tar.gz}} | {{{http://www.apache.org/dist/maven/binaries/archiva-1.0-alpha-1-bin.tar.gz.md5} archiva-1.0-alpha-1-bin.tar.gz.md5}} | {{{http://www.apache.org/dist/maven/binaries/archiva-1.0-alpha-1-bin.tar.gz.asc} archiva-1.0-alpha-1-bin.tar.gz.asc}} |
+| Archiva 1.0-alpha-1 (bin.zip)     | {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/archiva-1.0-alpha-1-bin.zip} archiva-1.0-alpha-1-bin.zip}} | {{{http://www.apache.org/dist/maven/binaries/archiva-1.0-alpha-1-bin.zip.md5} archiva-1.0-alpha-1-bin.zip.md5}} | {{{http://www.apache.org/dist/maven/binaries/archiva-1.0-alpha-1-bin.zip.asc} archiva-1.0-alpha-1-bin.zip.asc}} |
+*-------------------------------+---------+----------+-----------+
+| Archiva 1.0-alpha-1 (src)     | {{{http://www.apache.org/dyn/closer.cgi/maven/source/archiva-1.0-alpha-1-src.zip} archiva-1.0-alpha-1-src.zip}} | {{{http://www.apache.org/dist/maven/source/archiva-1.0-alpha-1-src.zip.md5} archiva-1.0-alpha-1-src.zip.md5}} | {{{http://www.apache.org/dist/maven/source/archiva-1.0-alpha-1-src.zip.asc} archiva-1.0-alpha-1-src.zip.asc}} |
+*-------------------------------+---------+----------+-----------+
+
 * Archiva 0.9 Alpha 2
 
   This version is considered a proof of concept, useful for demonstration purposes, small repositories, and low user
@@ -38,10 +51,12 @@ Download Archiva
 
  The installation of Archiva consists solely of unpacking the archive in the desired directory. It's that simple!
 
+** NOTE: If you have installed archiva-0.9, backup you $HOME/.m2/archiva.xml file.
+
  For example:
 
 +------+
- tar -xzvf archiva-0.9-alpha-2-bin.tar.gz
+ tar -xzvf archiva-1.0-alpha-1-bin.tar.gz
 +------+
 
  To start the app, use the appropriate platform-specific startup script found under the "bin" directory of your
@@ -50,6 +65,6 @@ Download Archiva
  For example:
 
 +------+
- cd archiva-0.9-alpha-2/bin/linux-x86-32
+ cd archiva-1.0-alpha-1/bin/linux-x86-32
  ./run.sh start
 +------+
index 5eae9a0c780bf311010f62f74a771e86db959c4c..fd065cc3fe8111002ff4d09ab2d82c0c9210947f 100644 (file)
   </properties>
   <body>
     <div id="downloadbox">
-      <h5>Get Archiva 0.9 Alpha 2</h5>
+      <h5>Get Archiva 1.0 Alpha 1</h5>
       <p>
         <a href="download.html">
           <img valign="top" src="http://maven.apache.org/images/folder-open.gif" border="0" alt="" title="download"/>
           Download
         </a>
         Archiva
-        <small>(20Mb)</small>
+        <small>(23MB)</small>
       </p>
       <ul>
         <li>
         <li>
           <a href="download.html#installation">Installation Instructions</a>
         </li>
-        <!--
         <li>
-          <a href="release-notes.html">Release Notes</a>
+          <a href="http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10980&amp;styleName=Html&amp;version=13443">Release Notes</a>
         </li>
+        <!--
         <li>
           <a href="guides/getting-started/index.html">Getting Started</a>
         </li>