You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/06/27 15:21:21 UTC

[2/2] syncope git commit: Adjusting (again) the release process for Docker

Adjusting (again) the release process for Docker


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/bfaae91c
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/bfaae91c
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/bfaae91c

Branch: refs/heads/master
Commit: bfaae91cf0b5e99a69971f2d47b88f4a3c5f2cea
Parents: 1cf21eb
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed Jun 27 17:18:47 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Jun 27 17:18:47 2018 +0200

----------------------------------------------------------------------
 src/site/xdoc/release-process.xml | 22 +++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/bfaae91c/src/site/xdoc/release-process.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/release-process.xml b/src/site/xdoc/release-process.xml
index ba1b346..bebe2ee 100644
--- a/src/site/xdoc/release-process.xml
+++ b/src/site/xdoc/release-process.xml
@@ -288,19 +288,19 @@ cp $SYNCOPE_RELEASE_DIR/client/cli/target/syncope-client-cli-*.zip .
 cp $SYNCOPE_RELEASE_DIR/client/cli/target/syncope-client-cli-*.zip.asc .
 cp $SYNCOPE_RELEASE_DIR/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/target/org.apache.syncope.ide.eclipse.site-*.zip .
 cp $SYNCOPE_RELEASE_DIR/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/target/org.apache.syncope.ide.eclipse.site-*.zip.asc .
-cp $SYNCOPE_RELEASE_DIR/ide/netbeans/target/syncope-ide-netbeans-*.nbm .
-cp $SYNCOPE_RELEASE_DIR/ide/netbeans/target/syncope-ide-netbeans-*.nbm.asc .
+cp $SYNCOPE_RELEASE_DIR/ide/netbeans/target/nbm/syncope-ide-netbeans-*.nbm .
+cp $SYNCOPE_RELEASE_DIR/ide/netbeans/target/nbm/syncope-ide-netbeans-*.nbm.asc .
               
 for file in `find . -type f -iname '*.asc'`
 do
   gpg --verify ${file} 
 done
           
-for file in `find . -name '*.deb' -or -name '*.jar' -or -name '*.zip'`; do
+for file in `find . -name '*.deb' -or -name '*.jar' -or -name '*.zip' -or -name '*.nbm'`; do
  openssl md5 $file | sed 's/.*= //' > $file.md5
  openssl sha1 $file | sed 's/.*= //' > $file.sha1
 done
-              
+
 cd ..
 svn add $VERSION
 svn commit -m "Staging artifacts for $VERSION vote"]]></source>
@@ -426,9 +426,21 @@ svn commit -m "Staging site for release"]]></source>
               <li>
                 <tt>ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/pom.xml</tt>
               </li>
+              <li>
+                <tt>docker/pom.xml</tt>
+              </li>
+              <li>
+                <tt>docker/core/pom.xml</tt>
+              </li>
+              <li>
+                <tt>docker/console/pom.xml</tt>
+              </li>
+              <li>
+                <tt>docker/enduser/pom.xml</tt>
+              </li>
             </ol>
             then commit and push:
-            <source><![CDATA[git commit -a -m "Updating Eclipse files for next development iteration"
+            <source><![CDATA[git commit -a -m "Updating Eclipse and Docker files for next development iteration"
 git push]]></source>            
           </li>
         </ol>