diff options
author | Sean Finney <seanius@debian.org> | 2009-11-12 15:30:22 +0100 |
---|---|---|
committer | Sean Finney <seanius@debian.org> | 2009-11-12 15:31:51 +0100 |
commit | 9ed91cd2a5eeef213c621aaafd8184f63b6c25a8 (patch) | |
tree | 3d59e02917f497cf541c1e427447c19e728ea9f7 | |
parent | 5057a6ff864c5b332f24e036c829cbbea940b918 (diff) | |
download | patch-tracker-9ed91cd2a5eeef213c621aaafd8184f63b6c25a8.tar.gz |
add squeeze to the list of tracked releases
-rwxr-xr-x | patchtracker/SourceArchive.py | 2 | ||||
-rw-r--r-- | reprepro/conf/distributions | 5 |
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 |