summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_common.py4
-rwxr-xr-xbin/reproducible_common.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 4ba3a414..6aa0b7f7 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -83,13 +83,13 @@ html_footer = Template("""
jenkins.debian.net</a> and about
<a href="https://wiki.debian.org/ReproducibleBuilds"> reproducible builds
of Debian</a> available elsewhere. Last update: $date.
- Copyright 2014-%s <a href="mailto:holger@layer-acht.org">Holger Levsen</a>,
+ Copyright 2014-2015 <a href="mailto:holger@layer-acht.org">Holger Levsen</a>,
GPL-2 licensed. The weather icons are public domain and have been taken
from the <a href=http://tango.freedesktop.org/Tango_Icon_Library target=_blank>
Tango Icon Library</a>.
</p>
</body>
-</html>""" % (JENKINS_URL, datetime.datetime.now().strftime('%Y')))
+</html>""")
html_head_page = Template((tab*2).join("""
<header>
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 16516a2b..3af3ec7c 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -263,7 +263,7 @@ write_page_header() {
}
write_page_footer() {
- write_page "<hr/><p style=\"font-size:0.9em;\">There is more information <a href=\"$JENKINS_URL/userContent/about.html\">about jenkins.debian.net</a> and about <a href=\"https://wiki.debian.org/ReproducibleBuilds\"> reproducible builds of Debian</a> available elsewhere. Last update: $(date +'%Y-%m-%d %H:%M %Z'). Copyright 2014 <a href=\"mailto:holger@layer-acht.org\">Holger Levsen</a>, GPL-2 licensed. The weather icons are public domain and have been taken from the <a href="http://tango.freedesktop.org/Tango_Icon_Library" target="_blank">Tango Icon Library</a>.</p>"
+ write_page "<hr/><p style=\"font-size:0.9em;\">There is more information <a href=\"$JENKINS_URL/userContent/about.html\">about jenkins.debian.net</a> and about <a href=\"https://wiki.debian.org/ReproducibleBuilds\"> reproducible builds of Debian</a> available elsewhere. Last update: $(date +'%Y-%m-%d %H:%M %Z'). Copyright 2014-2015 <a href=\"mailto:holger@layer-acht.org\">Holger Levsen</a>, GPL-2 licensed. The weather icons are public domain and have been taken from the <a href="http://tango.freedesktop.org/Tango_Icon_Library" target="_blank">Tango Icon Library</a>.</p>"
write_page "</body></html>"
}