You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2018/02/14 09:52:04 UTC

[myfaces-tobago] branch master updated: enhance release docs

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new ea41536  enhance release docs
ea41536 is described below

commit ea41536f7e2db514f8db1ded79cf31e793356be8
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Feb 14 10:52:36 2018 +0100

    enhance release docs
    
    renaming working directory
    directory comes form variable
---
 src/site/apt/release-checklist.apt | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/site/apt/release-checklist.apt b/src/site/apt/release-checklist.apt
index 5401c65..1f8ff7f 100644
--- a/src/site/apt/release-checklist.apt
+++ b/src/site/apt/release-checklist.apt
@@ -147,14 +147,15 @@ src/site/resources/doap_tobago.rdf
       Disk Utility.
 
 +------------------------+
-cd /Volumes/tobago-site
-git clone https://github.com/apache/myfaces-tobago tobago-trunk
+TOBAGO_SITE=/Volumes/tobago-site
+cd $TOBAGO_SITE
+git clone https://github.com/apache/myfaces-tobago tobago-master
 svn co https://svn.apache.org/repos/asf/myfaces/site/publish/tobago tobago-publish
-cd tobago-trunk
+cd tobago-master
 export MAVEN_OPTS="-Xmx1500m ${MAVEN_OPTS}"
 mvn clean package -Pattach-source
 mvn site:site
-mvn site:stage -DstagingDirectory=/Volumes/tobago-site/tobago-publish
+mvn site:stage -DstagingDirectory=$TOBAGO_SITE/tobago-publish
 +------------------------+
 
 

-- 
To stop receiving notification emails like this one, please contact
lofwyr@apache.org.