summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_notes.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_html_notes.py
parent3ac2150e552a1f58caec4ce5efd184855d79114a (diff)
downloadjenkins.debian.net-a8d1d541d1f5592f334294da14198c843446c111.tar.xz
reproducible: rename 'sid' to 'unstable'
Diffstat (limited to 'bin/reproducible_html_notes.py')
-rwxr-xr-xbin/reproducible_html_notes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index 64fee605..fc906b7c 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -248,7 +248,7 @@ def gen_html_issue(issue):
# add affected packages:
affected = ''
try:
- suite = 'sid'
+ suite = 'unstable'
arch = 'amd64'
for status in ['unreproducible', 'FTBFS', 'not for us', 'blacklisted', 'reproducible']:
pkgs = [x[0] for x in all_pkgs if x[1] == status and x[2] == suite and x[3] == arch and x[0] in issues_count[issue]]
@@ -379,7 +379,7 @@ def index_issues(issues):
def index_notes(notes, bugs):
log.debug('Building the index_notes page...')
- suite = 'sid'
+ suite = 'unstable'
arch = 'amd64'
with_notes = [x for x in all_pkgs if x[2] == suite and x[3] == arch and x[0] in notes]
html = '\n<p>There are ' + str(len(notes)) + ' packages with notes.</p>\n'