summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dd_list.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-14 17:58:55 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-14 17:58:55 +0100
commit0c074ea069b10b66bb5f01e996def39f471c78ea (patch)
tree98bc9e59e2bac959e29d01384b9086ae034f6c69 /bin/reproducible_html_dd_list.sh
parent0372afcb617d95a0f1dd791d2f989c2053b6ca10 (diff)
downloadjenkins.debian.net-0c074ea069b10b66bb5f01e996def39f471c78ea.tar.xz
reproducible: simplify wording
Diffstat (limited to 'bin/reproducible_html_dd_list.sh')
-rwxr-xr-xbin/reproducible_html_dd_list.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dd_list.sh b/bin/reproducible_html_dd_list.sh
index 0b4985f0..024860a6 100755
--- a/bin/reproducible_html_dd_list.sh
+++ b/bin/reproducible_html_dd_list.sh
@@ -18,7 +18,7 @@ VIEW=dd-list
for SUITE in $SUITES ; do
PAGE=index_${VIEW}.html
echo "$(date) - starting to write $PAGE page."
- write_page_header $VIEW "Overview of maintainers of unreproducible packages in $SUITE"
+ write_page_header $VIEW "Maintainers of unreproducible packages in $SUITE"
TMPFILE=$(mktemp)
SOURCES=$(mktemp)
schroot --directory /tmp -c source:jenkins-reproducible-$SUITE cat /var/lib/apt/lists/*_source_Sources > $SOURCES || \