[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 2/4] Remove unused variable



Signed-off-by: Mark Hymers <mhy@debian.org>
---
 docs/README.config              |    2 +-
 setup/dak-minimal.conf.template |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/docs/README.config b/docs/README.config
index c7a5965..7fabb4e 100644
--- a/docs/README.config
+++ b/docs/README.config
@@ -146,7 +146,7 @@ Dinstall
 
     //// KeyAutoFetch (optional): boolean (default: false), which if set (and
     //// not overriden by explicit argument to check_signature()) will enable
-    //// auto key retrieval.  Requires KeyServer and SigningKeyIds variables be
+    //// auto key retrieval.  Requires KeyServer variable be
     //// set.  NB: you should only enable this variable on production systems
     //// if you have strict control of your upload queue.
     // KeyAutoFetch "false";
diff --git a/setup/dak-minimal.conf.template b/setup/dak-minimal.conf.template
index 45c5d0f..7b4f9d2 100644
--- a/setup/dak-minimal.conf.template
+++ b/setup/dak-minimal.conf.template
@@ -18,7 +18,6 @@ Dinstall
 {
    SigningKeyring "__DAKBASE__/keyrings/s3kr1t/dot-gnupg/secring.gpg";
    SigningPubKeyring "__DAKBASE__/keyrings/s3kr1t/dot-gnupg/pubring.gpg";
-   SigningKeyIds "__ARCHIVEKEYID__";
 
    Options
    {
-- 
1.7.2.5



Reply to: