| author | Arno Töll <debian@toell.net> | |
| Tue, 6 Sep 2011 00:05:15 +0000 (20:05 -0400) | ||
| committer | Arno Töll <debian@toell.net> | |
| Tue, 6 Sep 2011 10:56:48 +0000 (06:56 -0400) |
| debexpo/scripts/debexpo_importer.py | patch | blob | history |
self.files = self.changes.get_files()
distribution = self.changes['Distribution'].lower()
- allowed_distributions = ('unstable', 'stable-backports', 'oldstable-backports', 'stable-backports-sloppy', 'oldstable-backports')
+ allowed_distributions = ('oldstable', 'stable', 'unstable', 'experimental', 'stable-backports', 'oldstable-backports',
+ 'oldstable-backports-sloppy', 'stable-security', 'testing-security', 'stable-proposed-updates',
+ 'testing-proposed-updates', 'sid', 'wheezy', 'squeeze', 'lenny', 'squeeze-backports', 'lenny-backports',
+ 'lenny-security', 'lenny-backports-sloppy', 'lenny-volatile', 'squeeze-security', 'squeeze-updates', 'wheezy-security')
if distribution not in allowed_distributions:
self._remove_changes()
self._reject("You are not uploading to one of those Debian distributions: %s" %
