summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-24 00:00:25 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-24 00:00:25 +0200
commitb56e5466e66d280dbdcc397e183c11b1730974d6 (patch)
treedabe24cc4863d10f862d222747eccbc00b3c679a
parentb195c936ac1e26156fb29695bf78fc794f06ae11 (diff)
downloadjenkins.debian.net-b56e5466e66d280dbdcc397e183c11b1730974d6.tar.xz
reproducible: be correct
-rwxr-xr-xbin/reproducible_html_graphs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index 4a3850d0..6015dbdf 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -596,7 +596,7 @@ create_main_stats_page() {
local NUM_CPU=$(cat /proc/cpuinfo |grep ^processor|wc -l)
write_page "<tr><td>number of cores used</td><td>$NUM_CPU</td><td>$(echo $NUM_CPU-1|bc)</td></tr>"
write_page "<tr><td>year, month, date</td><td>today ($DATE)</td><td>same for both builds (currently, work in progress)</td></tr>"
- write_page "<tr><td>hour, minute</td><td>hour is usually the same...</td><td>the minute differs (currently, work in progress)</td></tr>"
+ write_page "<tr><td>hour, minute</td><td>hour is usually the same... (currently, work in progress)</td><td>the minute differs</td></tr>"
write_page "<tr><td><em>everything else...</em></td><td>&nbsp;</td><td>is the same. So far, this is just about the <em>prospects</em> of <a href=\"https://wiki.debian.org/ReproducibleBuilds\">reproducible builds of Debian</a>...</td></tr>"
write_page "</table>"
# write build per day graph