summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-02-13 11:37:46 -0500
committerMicah Anderson <micah@riseup.net>2013-02-13 11:37:46 -0500
commit2ec8081667c1f12591e3de5c03942c6f19e7e1bf (patch)
tree36d104da9d298d57d7a2c89ddc48868a3354143c /templates
parent9878f1e0b68f5c68cdb8deeb795618ccbcf4c25e (diff)
make Signwith configurable, defaulting to the previous setting (yes)add_signwith
Diffstat (limited to 'templates')
-rw-r--r--templates/distributions.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/distributions.erb b/templates/distributions.erb
index b58b6ea..1f22aab 100644
--- a/templates/distributions.erb
+++ b/templates/distributions.erb
@@ -7,7 +7,7 @@ Pull: testing
Codename: stable
Architectures: <%= @architectures.join(' ') %>
Components: main non-free contrib
-SignWith: yes
+SignWith: <%= signwith %>
Uploaders: uploaders
Origin: <%= @origin %>
@@ -17,7 +17,7 @@ Pull: unstable
Codename: testing
Architectures: <%= @architectures.join(' ') %>
Components: main non-free contrib
-SignWith: yes
+SignWith: <%= signwith %>
Uploaders: uploaders
Origin: <%= @origin %>
@@ -26,5 +26,5 @@ Suite: unstable
Codename: unstable
Architectures: <%= @architectures.join(' ') %>
Components: main non-free contrib
-SignWith: yes
+SignWith: <%= signwith %>
Uploaders: uploaders