Hi All,

+1 from me too (binding):

Sigs verified:

[mattmann@snow odftoolkit-0.5-incubating-rc7]$ curl -O 
http://www.apache.org/dist/incubator/odftoolkit/KEYS
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  2381  100  2381    0     0  28623      0 --:--:-- --:--:-- --:--:--     0
[mattmann@snow odftoolkit-0.5-incubating-rc7]$ gpg --import KEYS
gpg: directory `/home/mattmann/.gnupg' created
gpg: new configuration file `/home/mattmann/.gnupg/gpg.conf' created
gpg: WARNING: options in `/home/mattmann/.gnupg/gpg.conf' are not yet active 
during this run
gpg: keyring `/home/mattmann/.gnupg/secring.gpg' created
gpg: keyring `/home/mattmann/.gnupg/pubring.gpg' created
gpg: /home/mattmann/.gnupg/trustdb.gpg: trustdb created
gpg: key 56185A70: public key "Devin Han (Devin Han works at Apache ODF 
Toolkit) <devin...@apache.org>" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
[

[mattmann@snow odftoolkit-0.5-incubating-rc7]$ for file in `ls *.asc`
> do
> gpg --verify $file
> done
gpg: Signature made Thu 22 Dec 2011 11:29:39 PM PST using RSA key ID 56185A70
gpg: Good signature from "Devin Han (Devin Han works at Apache ODF Toolkit) 
<devin...@apache.org>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 28C5 B919 039F 605B 9787  1BEE 51B4 A56A 5618 5A70
gpg: Signature made Thu 22 Dec 2011 11:29:39 PM PST using RSA key ID 56185A70
gpg: Good signature from "Devin Han (Devin Han works at Apache ODF Toolkit) 
<devin...@apache.org>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 28C5 B919 039F 605B 9787  1BEE 51B4 A56A 5618 5A70
gpg: Signature made Thu 22 Dec 2011 11:29:40 PM PST using RSA key ID 56185A70
gpg: Good signature from "Devin Han (Devin Han works at Apache ODF Toolkit) 
<devin...@apache.org>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 28C5 B919 039F 605B 9787  1BEE 51B4 A56A 5618 5A70
gpg: Signature made Thu 22 Dec 2011 11:29:39 PM PST using RSA key ID 56185A70
gpg: Good signature from "Devin Han (Devin Han works at Apache ODF Toolkit) 
<devin...@apache.org>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 28C5 B919 039F 605B 9787  1BEE 51B4 A56A 5618 5A70
gpg: Signature made Thu 22 Dec 2011 11:29:38 PM PST using RSA key ID 56185A70
gpg: Good signature from "Devin Han (Devin Han works at Apache ODF Toolkit) 
<devin...@apache.org>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 28C5 B919 039F 605B 9787  1BEE 51B4 A56A 5618 5A70
gpg: Signature made Thu 22 Dec 2011 11:29:39 PM PST using RSA key ID 56185A70
gpg: Good signature from "Devin Han (Devin Han works at Apache ODF Toolkit) 
<devin...@apache.org>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 28C5 B919 039F 605B 9787  1BEE 51B4 A56A 5618 5A70
gpg: Signature made Tue 27 Dec 2011 03:43:19 AM PST using RSA key ID 56185A70
gpg: Good signature from "Devin Han (Devin Han works at Apache ODF Toolkit) 
<devin...@apache.org>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 28C5 B919 039F 605B 9787  1BEE 51B4 A56A 5618 5A70
gpg: Signature made Tue 27 Dec 2011 03:43:18 AM PST using RSA key ID 56185A70
gpg: Good signature from "Devin Han (Devin Han works at Apache ODF Toolkit) 
<devin...@apache.org>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 28C5 B919 039F 605B 9787  1BEE 51B4 A56A 5618 5A70
gpg: Signature made Tue 27 Dec 2011 03:43:19 AM PST using RSA key ID 56185A70
gpg: Good signature from "Devin Han (Devin Han works at Apache ODF Toolkit) 
<devin...@apache.org>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 28C5 B919 039F 605B 9787  1BEE 51B4 A56A 5618 5A70
[mattmann@snow odftoolkit-0.5-incubating-rc7]$ 

MD5s checkout:

[mattmann@snow odftoolkit-0.5-incubating-rc7]$ for file in *.tar.gz *.zip; do 
md5sum $file >> allmd5s.txt; done
[mattmann@snow odftoolkit-0.5-incubating-rc7]$ md5sum -c allmd5s.txt 
odftoolkit-0.5-incubating-bin.tar.gz: OK
odftoolkit-0.5-incubating-doc.tar.gz: OK
odftoolkit-0.5-incubating-src.tar.gz: OK
odftoolkit-0.5-incubating-bin.zip: OK
odftoolkit-0.5-incubating-doc.zip: OK
odftoolkit-0.5-incubating-src.zip: OK
[mattmann@snow odftoolkit-0.5-incubating-rc7]$ 

Good luck!

Cheers,
Chris


On Jan 8, 2012, at 6:10 PM, Devin Han wrote:

> Hi all,
> 
> The ODF Toolkit 0.5 is ready for release.  This will be our first incubator
> release.
> We had a preliminary vote in the PPMC, which had great results, including a
> +1 from our mentor, Yegor.
> 
> The PPMC vote result thread is here:
> http://markmail.org/message/tw3juzkak6kdiod2
> The vote thread is here:
> http://markmail.org/message/h6qfmhl4vulyjyhw
> 
> We need two more IPMC votes to pass.
> 
> Please vote on releasing the following candidate RC7 as Apache ODF Toolkit
> (incubating) version 0.5.
> 
> This release candidate fixes the pom.xml file inconsistant issue found in
> RC6. Thanks Yegor!
> 
> The candidate for the ODF Toolkit 0.5-incubating release is available at:
> http://people.apache.org/~devinhan/odftoolkit-release/odftoolkit-0.5-incubating-rc7/
> 
> The release candidate is a zip archive of the sources in:
> https://svn.apache.org/repos/asf/incubator/odf/tags/odftoolkit-0.5-incubating/
> 
> The SHA1 checksum of the zip archive is
> 4e97a1a79291035d590b5578caf79478dc3f6de8.
> The MD5 checksum of the zip archive is 8883f036ee34282077d3c175329f6257.
> 
> Besides source code, binary packages and javadoc packages are also listed
> in:
> http://people.apache.org/~devinhan/odftoolkit-release/odftoolkit-0.5-incubating-rc7/
> All of the artifacts supply three package formats, tar.gz, tar.bz2 and zip.
> 
> Keys:
> http://www.apache.org/dist/incubator/odftoolkit/KEYS
> 
> The vote is open for 72 hours, or until we get the needed number of votes
> (3 +1).
> 
>  [ ] +1 Release this package as Apache ODF Toolkit 0.5-incubating
>  [ ] -1 Do not release this package because...
> 
> To learn more about Apache ODF Toolkit, please access:
> http://incubator.apache.org/odftoolkit/.
> 
> Regards,
> 
> -- 
> -Devin


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: chris.a.mattm...@nasa.gov
WWW:   http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Reply via email to