diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-11 13:37:57 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-11 13:38:06 +0100 |
commit | 87556326b8e7b34356762a06f879d91dd451a0c5 (patch) | |
tree | 36aa82905afa3883e2d18e528271241479d63725 /bin | |
parent | c44c7b6a71243da50abb27fce45201a0323d3de2 (diff) | |
download | jenkins.debian.net-87556326b8e7b34356762a06f879d91dd451a0c5.tar.xz |
reproducible openwrt: improve table header: unreproducible or otherwise broken…
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_openwrt.sh | 2 |
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 |