diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/distributions.erb | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/templates/distributions.erb b/templates/distributions.erb index bbd863a..b58b6ea 100644 --- a/templates/distributions.erb +++ b/templates/distributions.erb @@ -2,25 +2,11 @@ Origin: <%= @origin %> Label: <%= @origin %> -Suite: oldstable -Pull: stable -Codename: lenny -Version: 5.0 -Architectures: <%= @architectures.join(' ') %> -Components: main non-free contrib -Description: <%= @origin %> specific (or backported) packages -SignWith: yes -Uploaders: uploaders - -Origin: <%= @origin %> -Label: <%= @origin %> Suite: stable Pull: testing -Codename: squeeze -Version: 6.0 +Codename: stable Architectures: <%= @architectures.join(' ') %> Components: main non-free contrib -Description: <%= @origin %> specific (or backported) packages SignWith: yes Uploaders: uploaders @@ -28,19 +14,17 @@ Origin: <%= @origin %> Label: <%= @origin %> Suite: testing Pull: unstable -Codename: wheezy +Codename: testing Architectures: <%= @architectures.join(' ') %> Components: main non-free contrib -Description: <%= @origin %> specific (or backported) packages SignWith: yes Uploaders: uploaders Origin: <%= @origin %> Label: <%= @origin %> Suite: unstable -Codename: sid +Codename: unstable Architectures: <%= @architectures.join(' ') %> Components: main non-free contrib -Description: <%= @origin %> specific (or backported) packages SignWith: yes Uploaders: uploaders |