Author: omalley
Date: Tue Dec 18 21:52:51 2018
New Revision: 31598

Log:
Add README to explain how to add keys.

Added:
    release/orc/README.md

Added: release/orc/README.md
==============================================================================
--- release/orc/README.md (added)
+++ release/orc/README.md Tue Dec 18 21:52:51 2018
@@ -0,0 +1,14 @@
+# ORC Distribution Area
+
+This is where the current official ORC releases are distributed.
+Only the last two release branches should be kept here (eg. 1.4
+and 1.5).
+
+The KEYS file is an append-only copy of the release managers' GPG
+keys.
+
+Add new keys using:
+
+```
+% (gpg --list-sigs <your name> && gpg --armor --export <your name>) >> KEYS
+```


Reply via email to