diff options
-rwxr-xr-x | bin/reproducible_html_pkg_sets.sh | 4 |
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 |