Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hama Wiki" for change 
notification.

The "HowToCommit" page has been changed by thomasjungblut:
http://wiki.apache.org/hama/HowToCommit?action=diff&rev1=7&rev2=8

  
  If everything is correctly verified, you have to post the result on the vote 
thread while casting your vote.
  
+ === Verification Script ===
+ 
  
  You can use a convenient shell script to check the signatures, it takes the 
release managers apache index file URL as argument (e.g. 
http://people.apache.org/~edwardyoon/dist/0.6-RC3/).
  
@@ -108, +110 @@

        rm KEYS
  }
  
+ if [ $# -ne 2 ]
+ then
+   echo "Usage: `basename $0` {people.apache.org index url of the release}"
+   exit 1
+ fi
+ 
+ 
  import_keys
  
  wget --convert-links -q -L -O out.html $1

Reply via email to