Developer doc for 'signAll' task

Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/b3248718
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/b3248718
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/b3248718

Branch: refs/heads/master
Commit: b3248718a087e014e7069c42756834bce1ba7a85
Parents: a2d8f1c
Author: Dale LaBossiere <dlab...@us.ibm.com>
Authored: Wed Oct 12 10:50:37 2016 -0400
Committer: Dale LaBossiere <dlab...@us.ibm.com>
Committed: Wed Oct 12 10:50:37 2016 -0400

----------------------------------------------------------------------
 DEVELOPMENT.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/b3248718/DEVELOPMENT.md
----------------------------------------------------------------------
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 2c30057..63cd1a2 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -87,7 +87,10 @@ unique tasks:
 * `reports` : Generate JUnit and Code Coverage reports in 
`build\distributions\reports`. Use after executing the `test` target. 
   * `reports\tests\overview-summary.html` - JUnit test report
   * `reports\coverage\index.html` - Code coverage report
-* `release` : Build a release bundle in `build/release-edgent`, that includes 
subsets of the Edgent jars that run on Java 7 (`build/distributions/java7`) and 
Android (`build/distributions/android`).
+* `release` : Build release bundles in `build/release-edgent`, that includes 
subsets of the Edgent jars that run on Java 7 (`build/distributions/java7`) and 
Android (`build/distributions/android`).
+* `signAll` : Sign the release bundles in `build/release-edgent` (first run 
`release`).  You will be promoted for your PGP code signing key's Id, the 
location of the keyring file, and the secret key password.  Default response 
values may be set with environment variables:
+  * `GPG_ID` - the code signing key's id (e.g., D0F56CAD)
+  * `GPG_SECRING` - path to the secret key's keyring file
 
 The build process has been tested on Linux and MacOSX.
 

Reply via email to