summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-05-28 11:11:15 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-28 11:11:15 +0200
commit8b75d5686f545cb7b9e29239d27b78be6b4fc6cc (patch)
tree07e17c9a7056a892c8d1e2f261edd9f1e91fe436
parent8fb66d4bd16df8f03ba295275ab0926c5b5c28ba (diff)
downloadjenkins.debian.net-8b75d5686f545cb7b9e29239d27b78be6b4fc6cc.tar.xz
reproducible Debian: shorten page titles
-rwxr-xr-xbin/reproducible_html_pkg_sets.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_pkg_sets.sh b/bin/reproducible_html_pkg_sets.sh
index ef4b3ad0..72d67215 100755
--- a/bin/reproducible_html_pkg_sets.sh
+++ b/bin/reproducible_html_pkg_sets.sh
@@ -127,7 +127,7 @@ create_pkg_sets_pages() {
VIEW=pkg_sets
PAGE=index_${VIEW}.html
echo "$(date -u) - starting to write $PAGE page."
- write_page_header $VIEW "Overview about reproducible builds of specific package sets in $SUITE/$ARCH"
+ write_page_header $VIEW "Package sets in $SUITE/$ARCH for Reproducible builds"
create_pkg_sets_navigation index
write_page_footer
publish_page $SUITE/$ARCH
@@ -138,7 +138,7 @@ create_pkg_sets_pages() {
for i in $(seq 1 ${#META_PKGSET[@]}) ; do
PAGE="pkg_set_${META_PKGSET[$i]}.html"
echo "$(date -u) - starting to write $PAGE page."
- write_page_header $VIEW "Overview about reproducible builds for the ${META_PKGSET[$i]} package set in $SUITE/$ARCH"
+ write_page_header $VIEW "Reproducible builds ${META_PKGSET[$i]} package set in $SUITE/$ARCH"
create_pkg_sets_navigation $i
write_page "<hr />"
META_RESULT=true