summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-14 19:45:07 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-14 19:45:07 +0100
commita8d1d541d1f5592f334294da14198c843446c111 (patch)
tree578fb4f028d459ec407bfd688720cd395bc63bc0 /bin/reproducible_common.py
parent3ac2150e552a1f58caec4ce5efd184855d79114a (diff)
downloadjenkins.debian.net-a8d1d541d1f5592f334294da14198c843446c111.tar.xz
reproducible: rename 'sid' to 'unstable'
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 7278089a..49135b0c 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -25,7 +25,7 @@ DEBUG = False
QUIET = False
# tested suites
-SUITES = ['testing', 'sid', 'experimental']
+SUITES = ['testing', 'unstable', 'experimental']
# tested arches
ARCHES = ['amd64']
@@ -195,12 +195,12 @@ def _gen_links(suite, arch):
html = ''
for link in links:
if link[0] == 'pkg_sets' and suite and suite == 'experimental':
- html += link[1].format(suite='sid', arch=arch) + '\n'
+ html += link[1].format(suite='unstable', arch=arch) + '\n'
continue
if suite:
html += link[1].format(suite=suite, arch=arch) + '\n'
if not suite:
- html += link[1].format(suite='sid', arch=arch) + '\n'
+ html += link[1].format(suite='unstable', arch=arch) + '\n'
if suite: # suite stats
html += '<li><a href="/' + suite + \
'/index_suite_stats.html">suite: ' + suite + '</a></li>'
@@ -364,7 +364,7 @@ def strip_epoch(version):
except IndexError:
return version
-def pkg_has_buildinfo(package, version=False, suite='sid', arch='amd64'):
+def pkg_has_buildinfo(package, version=False, suite='unstable', arch='amd64'):
"""
if there is no version specified it will use the version listed in
reproducible.db