Hey Guys, OK, I'm switching my VOTE to +1. I have no clue why it didn't verify the first time, but this time SIGS look great:
[chipotle:~/tmp/mrunit-0.5.0] mattmann% gpg --verify mrunit-0.5.0-incubating-dist.zip.asc gpg: Signature made Wed Nov 2 19:48:44 2011 PDT using RSA key ID B4AE10F8 gpg: Good signature from "Brock Noland (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: 92A6 C6BF 1144 FC93 BE7A 8425 5664 2685 B4AE 10F8 [chipotle:~/tmp/mrunit-0.5.0] mattmann% gpg --verify mrunit-0.5.0-incubating-dist.tar.gz.asc gpg: Signature made Wed Nov 2 19:48:43 2011 PDT using RSA key ID B4AE10F8 gpg: Good signature from "Brock Noland (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: 92A6 C6BF 1144 FC93 BE7A 8425 5664 2685 B4AE 10F8 MD5/SHA1 looks good: [chipotle:~/tmp/mrunit-0.5.0] mattmann% openssl md5 mrunit-0.5.0-incubating-dist.tar.gz MD5(mrunit-0.5.0-incubating-dist.tar.gz)= b69d2389a5c631e1cfefaa687f381eef [chipotle:~/tmp/mrunit-0.5.0] mattmann% cat mrunit-0.5.0-incubating-dist.tar.gz.md5 b69d2389a5c631e1cfefaa687f381eef[chipotle:~/tmp/mrunit-0.5.0] mattmann% openssl sha1 mrunit-0.5.0-incubating-dist.tar.gz SHA1(mrunit-0.5.0-incubating-dist.tar.gz)= 989fc3212387ff8b11a42af547007d03a5f91141 [chipotle:~/tmp/mrunit-0.5.0] mattmann% cat mrunit-0.5.0-incubating-dist.tar.gz.sha1 989fc3212387ff8b11a42af547007d03a5f91141[chipotle:~/tmp/mrunit-0.5.0] mattmann% [chipotle:~/tmp/mrunit-0.5.0] mattmann% openssl md5 mrunit-0.5.0-incubating-dist.zip MD5(mrunit-0.5.0-incubating-dist.zip)= e028d9ff0c4ecbd045accf2936f50f04 [chipotle:~/tmp/mrunit-0.5.0] mattmann% cat mrunit-0.5.0-incubating-dist.zip.md5 e028d9ff0c4ecbd045accf2936f50f04[chipotle:~/tmp/mrunit-0.5.0] mattmann% [chipotle:~/tmp/mrunit-0.5.0] mattmann% cat mrunit-0.5.0-incubating-dist.zip.sha1 19f2b15b630f27656ae4a4f84af8542f67943c07 [chipotle:~/tmp/mrunit-0.5.0] mattmann% openssl sha1 mrunit-0.5.0-incubating-dist.zip SHA1(mrunit-0.5.0-incubating-dist.zip)= 19f2b15b630f27656ae4a4f84af8542f67943c07 Unit tests pass and build works great. [INFO] Installing /Users/mattmann/tmp/mrunit-0.5.0/mrunit-0.5.0-incubating/target/mrunit-0.5.0-incubating-dist.zip to /Users/mattmann/.m2/repository/org/apache/mrunit/mrunit/0.5.0-incubating/mrunit-0.5.0-incubating-dist.zip [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 24 seconds [INFO] Finished at: Sat Nov 19 21:43:02 PST 2011 [INFO] Final Memory: 43M/90M [INFO] ------------------------------------------------------------------------ [chipotle:~/tmp/mrunit-0.5.0/mrunit-0.5.0-incubating] mattmann% Sorry for taking so long! Cheers, Chris On Nov 14, 2011, at 5:01 PM, Mattmann, Chris A (388J) wrote: > You got it Brock, I'll make some time the next few days. > > It's probably something I did on my side! :-) > > Cheers, > Chris > > On Nov 14, 2011, at 4:38 PM, Brock Noland wrote: > >> Chris, >> >> On Sat, Nov 5, 2011 at 12:11 AM, Mattmann, Chris A (388J) >> <[email protected]> wrote: >>> >>> Really weird. I just used curl -O to download them -- didn't grab them from >>> a >>> browser or anything. >>> >>> I'll try again tomorrow with a fresh curl and new directory and see if they >>> sort >>> themselves out. >> >> Any chance you could give this another try? I just tried it again, and >> it works for me as well. >> >> [noland@node100 mrunit]$ curl -O >> http://people.apache.org/~brock/mrunit-0.5.0-incubating-candidate-0/mrunit-0.5.0-incubating-dist.tar.gz >> % Total % Received % Xferd Average Speed Time Time Time Current >> Dload Upload Total Spent Left Speed >> 100 96087 100 96087 0 0 160k 0 --:--:-- --:--:-- --:--:-- >> 264k >> [noland@node100 mrunit]$ curl -O >> http://people.apache.org/~brock/mrunit-0.5.0-incubating-candidate-0/mrunit-0.5.0-incubating-dist.tar.gz.md5 >> % Total % Received % Xferd Average Speed Time Time Time Current >> Dload Upload Total Spent Left Speed >> 0 32 0 32 0 0 134 0 --:--:-- --:--:-- --:--:-- 0 >> [noland@node100 mrunit]$ openssl md5 >> mrunit-0.5.0-incubating-dist.tar.gzMD5(mrunit-0.5.0-incubating-dist.tar.gz)= >> b69d2389a5c631e1cfefaa687f381eef >> [noland@node100 mrunit]$ cat mrunit-0.5.0-incubating-dist.tar.gz.md5 ; echo >> b69d2389a5c631e1cfefaa687f381eef >> [noland@node100 mrunit]$ curl -O >> http://people.apache.org/~brock/mrunit-0.5.0-incubating-candidate-0/mrunit-0.5.0-incubating-dist.zip >> % Total % Received % Xferd Average Speed Time Time Time Current >> Dload Upload Total Spent Left Speed >> 100 139k 100 139k 0 0 200k 0 --:--:-- --:--:-- --:--:-- >> 304k >> [noland@node100 mrunit]$ curl -O >> http://people.apache.org/~brock/mrunit-0.5.0-incubating-candidate-0/mrunit-0.5.0-incubating-dist.zip.md5 >> % Total % Received % Xferd Average Speed Time Time Time Current >> Dload Upload Total Spent Left Speed >> 0 32 0 32 0 0 134 0 --:--:-- --:--:-- --:--:-- 0 >> [noland@node100 mrunit]$ openssl md5 >> mrunit-0.5.0-incubating-dist.zipMD5(mrunit-0.5.0-incubating-dist.zip)= >> e028d9ff0c4ecbd045accf2936f50f04 >> [noland@node100 mrunit]$ cat mrunit-0.5.0-incubating-dist.zip.md5 ; echo >> e028d9ff0c4ecbd045accf2936f50f04 > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Chris Mattmann, Ph.D. > Senior Computer Scientist > NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA > Office: 171-266B, Mailstop: 171-246 > Email: [email protected] > WWW: http://sunset.usc.edu/~mattmann/ > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Adjunct Assistant Professor, Computer Science Department > University of Southern California, Los Angeles, CA 90089 USA > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Senior Computer Scientist NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 171-266B, Mailstop: 171-246 Email: [email protected] WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Assistant Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
