diff options
author | dd <dd@wx.tnyzeq.icu> | 2024-06-13 14:00:18 +0200 |
---|---|---|
committer | dd <dd@wx.tnyzeq.icu> | 2024-06-13 14:00:18 +0200 |
commit | c6f46619f8b58bc33cf78b4c9d2234b85d42f617 (patch) | |
tree | 0093adffc03b20cdc09a0a3eb2a0e3baec31ac27 | |
parent | cd53a356a453394c401f0a3f1811d47db936a494 (diff) | |
download | vyos-jenkins-c6f46619f8b58bc33cf78b4c9d2234b85d42f617.tar.gz vyos-jenkins-c6f46619f8b58bc33cf78b4c9d2234b85d42f617.zip |
added gpg key note
-rw-r--r-- | readme.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -352,6 +352,9 @@ Generate GPG singing key (without passphrase): sudo -u jenkins gpg --pinentry-mode loopback --full-gen-key ``` +This key **needs to be without passphrase**. The reprepro uses this key in background thus there is no way to enter +passphrase. + Remember your pub key, it's random string like "934824D5C6A72DA964B3AFBD27A7E25D86BB7E2A". Create expected folder structure, prepare reprepro config and give Jenkins access, this is done for each release |