From a8d1d541d1f5592f334294da14198c843446c111 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 14 Mar 2015 19:45:07 +0100 Subject: reproducible: rename 'sid' to 'unstable' --- bin/reproducible_common.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/reproducible_common.py') 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 += '
  • suite: ' + suite + '
  • ' @@ -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 -- cgit v1.2.3-54-g00ecf