From d6b98f195b91d930e4405469966da785d5f040e9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 29 Apr 2016 14:39:46 +0200 Subject: reproducible: rename function: s#explaination_table#variation_table#g --- bin/reproducible_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 06b61700..81e0a842 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -360,7 +360,7 @@ write_page_meta_sign() { write_page "A # sign after the name of a package indicates that a bug is filed against it. Likewise, a + sign indicates there is a patch available, a P means a pending bug while # indicates a closed bug. In cases of several bugs, the symbol is repeated.

" } -write_explaination_table() { +write_variation_table() { write_page "

" if [ "$1" = "fedora-23" ] ; then write_page "There are no variations introduced in the $1 builds yet. Stay tuned.

" -- cgit v1.2.3-54-g00ecf