From bf13fe7604181287721d816a215bb6a9b7eae0c8 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 24 May 2015 11:23:54 +0200 Subject: reproducible: improve layout --- bin/reproducible_html_graphs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index c7134472..8b0c3b9e 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 "number of cores used$NUM_CPU$(echo $NUM_CPU-1|bc)" write_page "year, month, datetoday ($DATE)same for both builds (currently, work in progress)" - write_page "hour, minutehour is usually the same... (currently, work in progress)usually, the minute differs..." + write_page "hour, minutehour is usually the same...usually, the minute differs... (currently, work in progress)" write_page "everything else...is likely the same. So far, this is just about the prospects of reproducible builds of Debian - there will be more variations in the wild." write_page "" # write build per day graph -- cgit v1.2.3-54-g00ecf