]> pd.if.org Git - zpackage/commitdiff
remove gpg references
authorNathan Wagner <nw@hydaspes.if.org>
Fri, 15 Feb 2019 11:50:34 +0000 (11:50 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Fri, 15 Feb 2019 18:24:27 +0000 (18:24 +0000)
zpm-bug

diff --git a/zpm-bug b/zpm-bug
index 892e60f41b41fe55b5cdaa3714abb9e79d0d7972..9b933ba2413ecf92b3341cf5dfcc2fd64dedd1ac 100755 (executable)
--- a/zpm-bug
+++ b/zpm-bug
@@ -3,9 +3,10 @@
 # program to submit a bug report
 
 # TODO
 # program to submit a bug report
 
 # TODO
-# gpg encrypt the report.  this will require that
-# the submitter have gpg set up, we might be able
-# to use a system one
+# encrypt the report.  Use chacha20 and a public key
+# for bug submissions.  This key will need to be set up
+# for zoranix.  Should probably use the packager's public
+# key as well.
 #
 # allow a bug report from stdin
 
 #
 # allow a bug report from stdin
 
@@ -74,8 +75,8 @@ EOR
 
 ${EDITOR:-vi} $file
 
 
 ${EDITOR:-vi} $file
 
-# TODO gpg encrypt the file
-# gpg -ea -r bugreport@zoranix.net
+# TODO encrypt the file, possibly sign
+# if encrypted, should uuencode the lot
 
 # submit the file to the bug destination
 
 
 # submit the file to the bug destination