summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@koumbit.org>2013-01-08 11:14:49 -0500
committerAntoine Beaupré <anarcat@koumbit.org>2013-01-08 11:14:49 -0500
commit4a6f04aa28f925e5354f60d7919a9ec035a50491 (patch)
tree50a6eecd5e6112591dafaa524d0a4bb6f24e8b6f
parenta4721486701a23487e6f8028fd32c9b35b10c71c (diff)
remove distribution codenames
we prefer distribution-agnostic names like stable/testing/unstable by default
-rw-r--r--files/incoming2
-rw-r--r--templates/distributions.erb7
2 files changed, 4 insertions, 5 deletions
diff --git a/files/incoming b/files/incoming
index 57c6a5f..874fe1c 100644
--- a/files/incoming
+++ b/files/incoming
@@ -3,5 +3,5 @@
Name: incoming
IncomingDir: incoming
TempDir: tmp
-Allow: oldstable>lenny stable>squeeze testing>wheezy unstable>sid
+Allow: stable testing unstable
Cleanup: on_deny on_error
diff --git a/templates/distributions.erb b/templates/distributions.erb
index a7a7797..1d3dff7 100644
--- a/templates/distributions.erb
+++ b/templates/distributions.erb
@@ -4,8 +4,7 @@ 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
@@ -16,7 +15,7 @@ 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
@@ -26,7 +25,7 @@ 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