From 2ec8081667c1f12591e3de5c03942c6f19e7e1bf Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 13 Feb 2013 11:37:46 -0500 Subject: make Signwith configurable, defaulting to the previous setting (yes) --- templates/distributions.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') 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 -- cgit v1.2.3