> On Feb. 14, 2014, 6:17 p.m., Jun Rao wrote: > > How do I test this locally? I set mavenUrl to a local file, but I am not > > sure how to set the signing stuff, especially signing.secretKeyRingFile for > > local testing.
Install GNU Pgp http://www.gnupg.org/ gpg --gen-key gpg --list-secret-keys --fingerprint the number after the / in the first line is your signing.keyId, the password is whatever you choose in --gen-key and signing.secretKeyRingFile should be in the ~/.gnupg/secring.gpg directory (you can't use ~/ I don't think you have to use full path) - Joe ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17879/#review34521 ----------------------------------------------------------- On Feb. 13, 2014, 7:41 p.m., Joe Stein wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/17879/ > ----------------------------------------------------------- > > (Updated Feb. 13, 2014, 7:41 p.m.) > > > Review request for kafka. > > > Bugs: KAFKA-1245 > https://issues.apache.org/jira/browse/KAFKA-1245 > > > Repository: kafka > > > Description > ------- > > KAFKA-1245 updates to the README for how to use uploadArchivesAll > > > KAFKA-1245 updates to the README for how to use uploadArchivesAll > > > KAFKA-1245 the jar files and pom are not being signed so nexus is failing to > publish them > > > Diffs > ----- > > README.md e3fea22fe103dc690eef4956d535a4f3987b778c > build.gradle 19bbbae030480b89ac3344f4d9c2618921148e8e > gradle.properties ad7a2f0f62930515ed0b74250dcc63069fb988de > > Diff: https://reviews.apache.org/r/17879/diff/ > > > Testing > ------- > > > Thanks, > > Joe Stein > >