diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-23 23:54:23 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-23 23:54:23 +0200 |
commit | 7c39c30800b11ce5d882344e5cfc500285fe42b0 (patch) | |
tree | 35df401faaa0196a9a8b8a0abc85771e8b9d5c80 | |
parent | 4bdc95346259f5b88520f038669ddf398f5db46f (diff) | |
download | jenkins.debian.net-7c39c30800b11ce5d882344e5cfc500285fe42b0.tar.xz |
reproducible: link wiki from variations table
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 5b870015..0c0674cb 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -597,6 +597,7 @@ create_main_stats_page() { 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><em>everything else...</em></td><td> </td><td>is the same. So far, this is 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 write_page "</p><p style=\"clear:both;\">" |