summaryrefslogtreecommitdiff
path: root/patchtracker/SourceArchive.py
diff options
context:
space:
mode:
authorSean Finney <seanius@debian.org>2009-11-12 15:30:22 +0100
committerSean Finney <seanius@debian.org>2009-11-12 15:31:51 +0100
commit9ed91cd2a5eeef213c621aaafd8184f63b6c25a8 (patch)
tree3d59e02917f497cf541c1e427447c19e728ea9f7 /patchtracker/SourceArchive.py
parent5057a6ff864c5b332f24e036c829cbbea940b918 (diff)
downloadpatch-tracker-9ed91cd2a5eeef213c621aaafd8184f63b6c25a8.tar.gz
add squeeze to the list of tracked releases
Diffstat (limited to 'patchtracker/SourceArchive.py')
-rwxr-xr-xpatchtracker/SourceArchive.py2
1 files changed, 1 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]: