summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpatchtracker/SourceArchive.py2
-rw-r--r--reprepro/conf/distributions5
2 files changed, 6 insertions, 1 deletions
diff --git a/patchtracker/SourceArchive.py b/patchtracker/SourceArchive.py
index 4819c80..6134682 100755
--- a/patchtracker/SourceArchive.py
+++ b/patchtracker/SourceArchive.py
@@ -160,7 +160,7 @@ class ReleaseList:
self.project = project
# XXX this is hard coded for now...
self.relorder = {}
- self.relorder["debian"] = ["etch", "lenny", "sid", "experimental"]
+ self.relorder["debian"] = ["etch", "lenny", "squeeze", "sid", "experimental"]
def __iter__(self):
for r in self.relorder[self.project]:
diff --git a/reprepro/conf/distributions b/reprepro/conf/distributions
index 75be345..9c12cc8 100644
--- a/reprepro/conf/distributions
+++ b/reprepro/conf/distributions
@@ -8,6 +8,11 @@ Architectures: source
Components: main contrib non-free
Update: - debian
+Codename: squeeze
+Architectures: source
+Components: main contrib non-free
+Update: - debian
+
Codename: sid
Architectures: source
Components: main contrib non-free