Merge pull request #575 from smira/pgp-refactoring

Refactor GPG signer/verifier
This commit is contained in:
Andrey Smirnov
2017-05-24 19:24:38 +03:00
committed by GitHub
23 changed files with 137 additions and 112 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
gpgv: DSA key ID 16DB3E6D
gpgv: Good signature from "Aptly Tester (don't use it) <test@aptly.info>"
Loading repository unstable for changes file hardlink_0.2.1_amd64.changes...
[!] changes file skipped due to uploaders config: hardlink_0.2.1_amd64.changes, keys []utils.GpgKey{"21DBB89C16DB3E6D"}: denied as no rule matches
[!] changes file skipped due to uploaders config: hardlink_0.2.1_amd64.changes, keys []pgp.Key{"21DBB89C16DB3E6D"}: denied as no rule matches
[!] Some files were skipped due to errors:
/hardlink_0.2.1_amd64.changes
ERROR: some files failed to be added
+1 -1
View File
@@ -1,7 +1,7 @@
gpgv: DSA key ID 16DB3E6D
gpgv: Good signature from "Aptly Tester (don't use it) <test@aptly.info>"
Loading repository unstable for changes file hardlink_0.2.1_amd64.changes...
[!] changes file skipped due to uploaders config: hardlink_0.2.1_amd64.changes, keys []utils.GpgKey{"21DBB89C16DB3E6D"}: denied as no rule matches
[!] changes file skipped due to uploaders config: hardlink_0.2.1_amd64.changes, keys []pgp.Key{"21DBB89C16DB3E6D"}: denied as no rule matches
[!] Some files were skipped due to errors:
/hardlink_0.2.1_amd64.changes
ERROR: some files failed to be added