You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2016/11/01 22:46:16 UTC

svn commit: r1767588 - /directory/studio/trunk/README.md

Author: seelmann
Date: Tue Nov  1 22:46:16 2016
New Revision: 1767588

URL: http://svn.apache.org/viewvc?rev=1767588&view=rev
Log:
Update readme for release with installers

Modified:
    directory/studio/trunk/README.md

Modified: directory/studio/trunk/README.md
URL: http://svn.apache.org/viewvc/directory/studio/trunk/README.md?rev=1767588&r1=1767587&r2=1767588&view=diff
==============================================================================
--- directory/studio/trunk/README.md (original)
+++ directory/studio/trunk/README.md Tue Nov  1 22:46:16 2016
@@ -128,12 +128,12 @@ We release the following artifacts:
 * P2 repositories
     * the main features (LDAP Browser, Schema Editor, ApacheDS)
     * dependencies
-* Product archives for
+* Product archives and installers for
     * Linux GTK 32bit tar.gz
     * Linux GTK 64bit tar.gz
-    * Mac OS X 64bit tar.gz
-    * Windows 32bit zip
-    * Windows 64bit zip
+    * Mac OS X 64bit dmg
+    * Windows 32bit exe
+    * Windows 64bit exe
 * Userguides
 
 
@@ -142,7 +142,7 @@ We release the following artifacts:
 Test the release build: rat check, javadoc and source jar generation, GPG signing, userguide generation
 
     mvn -f pom-first.xml clean install
-    mvn -Papache-release -Duserguides clean install
+    mvn -Papache-release,windows,macos -Duserguides clean install
 
 Run UI tests (if possible on all platforms)
 
@@ -200,7 +200,7 @@ As long as the `org.apache.directory.stu
 #### Build the release and deploy to staging Nexus repository
 
     mvn -f pom-first.xml clean install
-    mvn -Papache-release -Duserguides -DretryFailedDeploymentCount=3 clean deploy
+    mvn -Papache-release,windows,macos -Duserguides -DretryFailedDeploymentCount=3 clean deploy
 
 #### Close the staging Nexus repository
 
@@ -226,7 +226,7 @@ Afterwards all distribution packages are
     cd target/$VERSION
     svn mkdir https://dist.apache.org/repos/dist/dev/directory/studio/$VERSION -m "Create dev area for release $VERSION"
     svn co https://dist.apache.org/repos/dist/dev/directory/studio/$VERSION .
-    svn add $VERSION
+    svn add *
     svn commit -m "Add release $VERSION"
 
 ### Call the vote