[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Archlinux: improve page <title>
Holger Levsen
gitlab at salsa.debian.org
Wed Sep 26 02:07:15 BST 2018
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
a56c710c by Holger Levsen at 2018-09-26T01:04:22Z
reproducible Archlinux: improve page <title>
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_html_archlinux.sh
Changes:
=====================================
bin/reproducible_html_archlinux.sh
=====================================
@@ -34,7 +34,8 @@ ARCHLINUX_NR_BLACKLISTED=0
ARCHLINUX_NR_UNKNOWN=0
WIDTH=1920
HEIGHT=960
-PAGE=''
+PAGE=""
+TITLE=""
repostats(){
#
@@ -148,7 +149,7 @@ archlinux_page_header(){
<html lang="en-US">
<head>
<meta charset="UTF-8">
- <title>Reproducible Arch Linux ?!</title>
+ <title>$TITLE</title>
<link rel='stylesheet' href='global.css' type='text/css' media='all' />
</head>
<body>
@@ -187,6 +188,7 @@ single_main_page(){
# write out the actual webpage
#
PAGE=archlinux.html
+ TITLE="Reproducible archlinux ?!"
archlinux_page_header
write_page_intro 'Arch Linux'
archlinux_page_repostats
@@ -204,6 +206,7 @@ single_main_page(){
repository_pages(){
for REPOSITORY in $ARCHLINUX_REPOS ; do
PAGE=$REPOSITORY.html
+ TITLE="Reproducible archlinux $REPOSITORY ?!"
echo "$(date -u) - starting to write page for $REPOSITORY'."
archlinux_page_header
archlinux_page_repostats
@@ -223,6 +226,7 @@ repository_pages(){
state_pages(){
for STATE in FTBFS FTBR DEPWAIT 404 GOOD BLACKLISTED UNKNOWN ; do
PAGE=state_$STATE.html
+ TITLE="Reproducible archlinux, packages in state $STATE"
echo "$(date -u) - starting to write page for state $STATE'."
archlinux_page_header
archlinux_page_repostats
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/a56c710c623724453c06940ca7ebd85f132e8a1e
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/a56c710c623724453c06940ca7ebd85f132e8a1e
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/20180926/0bd7617e/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list