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:12 UTC

svn commit: r1625015 - /syncope/branches/1_2_X/src/site/xdoc/release-process.xml

Author: ilgrosso
Date: Mon Sep 15 12:32:11 2014
New Revision: 1625015

URL: http://svn.apache.org/r1625015
Log:
Adding ASC verification before committing on dist-dev area

Modified:
    syncope/branches/1_2_X/src/site/xdoc/release-process.xml

Modified: syncope/branches/1_2_X/src/site/xdoc/release-process.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_2_X/src/site/xdoc/release-process.xml?rev=1625015&r1=1625014&r2=1625015&view=diff
==============================================================================
--- syncope/branches/1_2_X/src/site/xdoc/release-process.xml (original)
+++ syncope/branches/1_2_X/src/site/xdoc/release-process.xml Mon Sep 15 12:32:11 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