[Git][qa/jenkins.debian.net][master] r.d.n/stats: minor formatting changes
Holger Levsen (@holger)
gitlab at salsa.debian.org
Fri Dec 13 17:37:59 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
68362c7c by Holger Levsen at 2024-12-13T18:36:13+01:00
r.d.n/stats: minor formatting changes
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilder_stats.py
Changes:
=====================================
bin/rebuilder_stats.py
=====================================
@@ -90,7 +90,7 @@ def main() -> None:
"</head><body>"
f"<header><h1>https://{arch}.reproduce.debian.net/ stats</h1></header> <main>"
)
- print(f"Last changed: {datetime.now().isoformat()}")
+ print(f"Last changed: {datetime.utcnow().ctime()}")
print("<table> <tr> <th>error</th> <th>number of affected bad packages</th> </tr>")
for message, packages in messages_packages.items():
@@ -113,7 +113,7 @@ def main() -> None:
packages = sorted(packages, key=lambda pkg: package_logs.get(pkg, 0))
print(" ".join(format_link(pkg) for pkg in packages))
- print("</main></body></html>")
+ print("</br></main></body></html>")
if __name__ == "__main__":
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/68362c7c325ea27a3a78b0f3ccadcc8143bf3150
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/68362c7c325ea27a3a78b0f3ccadcc8143bf3150
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20241213/9113da1c/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list