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 2014/09/15 14:32:36 UTC

svn commit: r1625016 - in /syncope/trunk: ./ src/site/xdoc/release-process.xml

Author: ilgrosso
Date: Mon Sep 15 12:32:36 2014
New Revision: 1625016

URL: http://svn.apache.org/r1625016
Log:
Merge from 1_2_X

Modified:
    syncope/trunk/   (props changed)
    syncope/trunk/src/site/xdoc/release-process.xml

Propchange: syncope/trunk/
------------------------------------------------------------------------------
  Merged /syncope/branches/1_2_X:r1625013-1625015

Modified: syncope/trunk/src/site/xdoc/release-process.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/src/site/xdoc/release-process.xml?rev=1625016&r1=1625015&r2=1625016&view=diff
==============================================================================
--- syncope/trunk/src/site/xdoc/release-process.xml (original)
+++ syncope/trunk/src/site/xdoc/release-process.xml Mon Sep 15 12:32:36 2014
@@ -245,6 +245,11 @@ cp $SYNCOPE_RELEASE_DIR/deb/core/target/
 cp $SYNCOPE_RELEASE_DIR/deb/console/target/apache-syncope-console-*.deb .
 cp $SYNCOPE_RELEASE_DIR/deb/console/target/apache-syncope-console-*.deb.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
  openssl md5 $file | sed 's/.*= //' > $file.md5
  openssl sha1 $file | sed 's/.*= //' > $file.sha1