diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-09-10 18:47:44 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-10 20:48:52 +0200 |
commit | fcab5b0c5782dd492bb48e667ccc6784b1bd9831 (patch) | |
tree | 961a22d0ad4c1915f46d1c7dc5f75ff4dcb3dff5 /bin | |
parent | 0dbca012b71aac151dde09e19690f72d216a12e4 (diff) | |
download | jenkins.debian.net-fcab5b0c5782dd492bb48e667ccc6784b1bd9831.tar.xz |
reproducible: common.py: fixup syntax from 80fc439
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 6c6484eb..df8374cd 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -184,7 +184,7 @@ html_head_page = Template((tab*2).join(""" <li><a href="/index_issues.html">issues</a></li> <li><a href="/$suite/$arch/index_notes.html">packages with notes</a></li> <li><a href="/$suite/$arch/index_no_notes.html">packages without notes</a></li> - <li><a href="/index_$arch_scheduled.html">currently scheduled</a></li> + <li><a href="/index_${arch}_scheduled.html">currently scheduled</a></li> $links <li><a href="/index_repositories.html">repositories overview</a></li> <li><a href="/reproducible.html">reproducible stats</a></li> |