aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-docs
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2007-11-23 05:13:35 +0000
committerBrett Porter <brett@apache.org>2007-11-23 05:13:35 +0000
commitad9159f8c75d4d5b0cbf66b7f2cba6fee160e4ae (patch)
treef2f1c5adb48595efc571377f0f2e6ddf99722957 /archiva-docs
parentdef531ed7bdb53a23515eaca2ca5634683fa07e5 (diff)
downloadarchiva-ad9159f8c75d4d5b0cbf66b7f2cba6fee160e4ae.tar.gz
archiva-ad9159f8c75d4d5b0cbf66b7f2cba6fee160e4ae.zip
moved to main site
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@597549 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs')
-rw-r--r--archiva-docs/release-readme.txt51
1 files changed, 0 insertions, 51 deletions
diff --git a/archiva-docs/release-readme.txt b/archiva-docs/release-readme.txt
deleted file mode 100644
index aceda60fd..000000000
--- a/archiva-docs/release-readme.txt
+++ /dev/null
@@ -1,51 +0,0 @@
-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.
-
- Update the released binaries to the latest in archiva-site/src/site/apt/download.apt
- To point to the new binaries and source files.
-
- Also add the latest release in the Latest News in archiva-site/src/site/xdoc/index.xml
-
-9) Deploy the site.
-
- $ mvn clean site:site site:deploy
-