summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_openwrt.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-11 13:37:57 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-11 13:38:06 +0100
commit87556326b8e7b34356762a06f879d91dd451a0c5 (patch)
tree36aa82905afa3883e2d18e528271241479d63725 /bin/reproducible_openwrt.sh
parentc44c7b6a71243da50abb27fce45201a0323d3de2 (diff)
downloadjenkins.debian.net-87556326b8e7b34356762a06f879d91dd451a0c5.tar.xz
reproducible openwrt: improve table header: unreproducible or otherwise broken…
Diffstat (limited to 'bin/reproducible_openwrt.sh')
-rwxr-xr-xbin/reproducible_openwrt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index fc4220aa..86a484e6 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -316,7 +316,7 @@ for i in * ; do
done
cd ..
done
-echo " <table><tr><th>Unreproducible packages</th></tr>" >> $DBD_HTML
+echo " <table><tr><th>Unreproducible and otherwise broken packages</th></tr>" >> $DBD_HTML
cat $DBD_BAD_PKGS_HTML >> $DBD_HTML
echo " </table>" >> $DBD_HTML
echo " <table><tr><th>Reproducible packages</th></tr>" >> $DBD_HTML