From 8b75d5686f545cb7b9e29239d27b78be6b4fc6cc Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 28 May 2016 11:11:15 +0200 Subject: reproducible Debian: shorten page titles --- bin/reproducible_html_pkg_sets.sh | 4 ++-- 1 file 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 "
" META_RESULT=true -- cgit v1.2.3-54-g00ecf