Hi Lewis, +1 from me, SIGS check out and so do checksums (KEYS URL is incorrect below, see my fix below):
[terra:~/tmp/apache-any23-0.9.0-rc1] mattmann% $HOME/bin/stage_apache_rc apache-any23 0.9.0-src https://dist.apache.org/repos/dist/dev/any23/ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1364k 100 1364k 0 0 472k 0 0:00:02 0:00:02 --:--:-- 482k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 836 100 836 0 0 760 0 0:00:01 0:00:01 --:--:-- 801 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2028k 100 2028k 0 0 762k 0 0:00:02 0:00:02 --:--:-- 777k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 836 100 836 0 0 756 0 0:00:01 0:00:01 --:--:-- 795 [terra:~/tmp/apache-any23-0.9.0-rc1] mattmann% $HOME/bin/verify_gpg_sigs Verifying Signature for file apache-any23-0.9.0-src.tar.gz.asc gpg: Signature made Mon Oct 28 14:19:55 2013 PDT using RSA key ID 48BAEBF6 gpg: Can't check signature: No public key Verifying Signature for file apache-any23-0.9.0-src.zip.asc gpg: Signature made Mon Oct 28 14:19:55 2013 PDT using RSA key ID 48BAEBF6 gpg: Can't check signature: No public key [terra:~/tmp/apache-any23-0.9.0-rc1] mattmann% curl -O http://any23.apache.org/dist/KEYS % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 327 100 327 0 0 1799 0 --:--:-- --:--:-- --:--:-- 5736 [terra:~/tmp/apache-any23-0.9.0-rc1] mattmann% gpg --import < KEYS gpg: no valid OpenPGP data found. gpg: Total number processed: 0 [terra:~/tmp/apache-any23-0.9.0-rc1] mattmann% more KEYS <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /dist/KEYS was not found on this server.</p> <hr> <address>Apache/2.4.6 (Unix) mod_wsgi/3.4 Python/2.7.5 OpenSSL/1.0.1e Server at any23.apache.org Port 80</address> </body></html> [terra:~/tmp/apache-any23-0.9.0-rc1] mattmann% curl http://any23.apache.org/dist/KEYS <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /dist/KEYS was not found on this server.</p> <hr> <address>Apache/2.4.7-dev (Unix) OpenSSL/1.0.1e Server at any23.apache.org Port 80</address> </body></html> [terra:~/tmp/apache-any23-0.9.0-rc1] mattmann% curl -O http://www.apache.org/dist/any23/KEYS % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 7927 100 7927 0 0 33105 0 --:--:-- --:--:-- --:--:-- 70776 [terra:~/tmp/apache-any23-0.9.0-rc1] mattmann% gpg --import < KEYS gpg: key 19FEA27D: "Simone Tripodi (simonetripodi) <[email protected]>" not changed gpg: key 48BAEBF6: public key "Lewis John McGibbney (CODE SIGNING KEY) <[email protected]>" imported gpg: Total number processed: 2 gpg: imported: 1 (RSA: 1) gpg: unchanged: 1 [terra:~/tmp/apache-any23-0.9.0-rc1] mattmann% $HOME/bin/verify_gpg_sigs Verifying Signature for file apache-any23-0.9.0-src.tar.gz.asc gpg: Signature made Mon Oct 28 14:19:55 2013 PDT using RSA key ID 48BAEBF6 gpg: Good signature from "Lewis John McGibbney (CODE SIGNING KEY) <[email protected]>" 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: DB7B 5199 121C 08A5 C8F4 052B 3A47 17F0 48BA EBF6 Verifying Signature for file apache-any23-0.9.0-src.zip.asc gpg: Signature made Mon Oct 28 14:19:55 2013 PDT using RSA key ID 48BAEBF6 gpg: Good signature from "Lewis John McGibbney (CODE SIGNING KEY) <[email protected]>" 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: DB7B 5199 121C 08A5 C8F4 052B 3A47 17F0 48BA EBF6 [terra:~/tmp/apache-any23-0.9.0-rc1] mattmann% $HOME/bin/verify_md5_checksums md5sum: stat '*.bz2': No such file or directory md5sum: stat '*.tgz': No such file or directory apache-any23-0.9.0-src.tar.gz: OK apache-any23-0.9.0-src.zip: OK [terra:~/tmp/apache-any23-0.9.0-rc1] mattmann% Built and ran tests, all good: [terra:~/tmp/apache-any23-0.9.0-rc1/apache-any23-0.9.0-src] mattmann% mvn install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Apache Any23 [INFO] Apache Any23 :: Base API [INFO] Apache Any23 :: Test Resources [INFO] Apache Any23 :: NQuads Parser and Writer [INFO] Apache Any23 :: CSV Utilities [INFO] Apache Any23 :: Mime Type Detection [INFO] Apache Any23 :: Encoding Detection [INFO] Apache Any23 :: Core [INFO] Apache Any23 :: Plugins :: Basic Crawler [INFO] Apache Any23 :: Plugins :: HTML Scraper [INFO] Apache Any23 :: Plugins :: Office Scraper [INFO] Apache Any23 :: Plugins :: Integration Test [INFO] Apache Any23 :: Service [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache Any23 0.9.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- buildnumber-maven-plugin:1.0:create (default) @ apache-any23 --- [ ..later [INFO] Reactor Summary: [INFO] [INFO] Apache Any23 ...................................... SUCCESS [7.750s] [INFO] Apache Any23 :: Base API .......................... SUCCESS [15.068s] [INFO] Apache Any23 :: Test Resources .................... SUCCESS [2.392s] [INFO] Apache Any23 :: NQuads Parser and Writer .......... SUCCESS [13.286s] [INFO] Apache Any23 :: CSV Utilities ..................... SUCCESS [0.350s] [INFO] Apache Any23 :: Mime Type Detection ............... SUCCESS [9.216s] [INFO] Apache Any23 :: Encoding Detection ................ SUCCESS [1.790s] [INFO] Apache Any23 :: Core .............................. SUCCESS [1:40.174s] [INFO] Apache Any23 :: Plugins :: Basic Crawler .......... SUCCESS [25.271s] [INFO] Apache Any23 :: Plugins :: HTML Scraper ........... SUCCESS [3.421s] [INFO] Apache Any23 :: Plugins :: Office Scraper ......... SUCCESS [9.026s] [INFO] Apache Any23 :: Plugins :: Integration Test ....... SUCCESS [1:23.349s] [INFO] Apache Any23 :: Service ........................... SUCCESS [39.863s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5:12.350s [INFO] Finished at: Sat Nov 02 20:22:15 PDT 2013 [INFO] Final Memory: 44M/353M [INFO] ----------------------------------------------------------------------- Cheers, Chris -----Original Message----- From: Lewis John Mcgibbney <[email protected]> Reply-To: <[email protected]> Date: Saturday, November 2, 2013 3:57 AM To: <[email protected]>, "[email protected]" <[email protected]> Subject: Re: [VOTE] Release Apache ANY23 0.9.0 >Hi Folks, > >We require one more PMC member to review this RC before we can release. >Currently the [VOTE] is sitting with the following +1's > > >Andy Seaborne * > >Lewis John Mcgibbney * > >S.L. > > >*binding VOTE's > > >Thanks to anyone who can review the RC. I have omitted dev@tika in this >reply as well. > >Lewis > > > > > > > >On Mon, Oct 28, 2013 at 10:49 PM, Lewis John Mcgibbney ><[email protected]> wrote: > >Hi Everyone, >(Hi dev@tika, I hope you don't mind me cross-pollinating this thread) > >This thread is a formal VOTE to release Apache Any23 0.9.0. > >In this release cycle we solved 11 issues: >http://s.apache.org/6l1 > >Git source tag (86daaf897513efce88573c10e06b71d5eb36ad1a): >http://s.apache.org/ORc > >Staging repo: >https://repository.apache.org/content/repositories/orgapacheany23-041/ > >Staging binaries and maven artifacts: >https://dist.apache.org/repos/dist/dev/any23/ > >PGP release keys (all artifacts signed using 48BAEBF6 - lewismc): >http://any23.apache.org/dist/KEYS > >This VOTE will be open for 72 hours. >Thank you in advance to everyone able to review. > >Best > >Lewis > >[ ] +1, let's ship it :) >[ ] +/-0, fine, but consider to fix few issues before... >[ ] -1, nope, because... (and please explain why) >-- >Lewis > > > > > > > > > > > >-- >Lewis >
