mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-08 22:30:41 +00:00
Add new flags for specifying GPG keyring manually when signing.
This commit is contained in:
Vendored
+2
@@ -28,7 +28,9 @@ func (n *NullSigner) Init() error {
|
||||
}
|
||||
|
||||
func (n *NullSigner) SetKey(keyRef string) {
|
||||
}
|
||||
|
||||
func (g *NullSigner) SetKeyRing(keyring, secretKeyring string) {
|
||||
}
|
||||
|
||||
func (n *NullSigner) DetachedSign(source string, destination string) error {
|
||||
|
||||
Reference in New Issue
Block a user