← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/lp-signing:charm-rng-tools into lp-signing:master

 

Colin Watson has proposed merging ~cjwatson/lp-signing:charm-rng-tools into lp-signing:master.

Commit message:
charm: Install rng-tools

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/lp-signing/+git/lp-signing/+merge/388204

This is useful for making /dev/random work reasonably reliably, without which generating OpenPGP keys tends to hang.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/lp-signing:charm-rng-tools into lp-signing:master.
diff --git a/charm/lp-signing/layer.yaml b/charm/lp-signing/layer.yaml
index 2ea516b..6f610a8 100644
--- a/charm/lp-signing/layer.yaml
+++ b/charm/lp-signing/layer.yaml
@@ -7,6 +7,7 @@ options:
             - gnupg
             - openssl
             - python3-gpg
+            - rng-tools
             - sbsigntool
             - u-boot-tools
     ols:
diff --git a/dependencies.txt b/dependencies.txt
index eebebee..92973b0 100644
--- a/dependencies.txt
+++ b/dependencies.txt
@@ -1,5 +1,6 @@
 gnupg
 openssl
 python3-gpg
+rng-tools
 sbsigntool
 u-boot-tools