From 3bfe6d5f28e8edff763682659567cabc21382ff3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 19 Oct 2015 08:41:21 +0200 Subject: reproducible Arch Linux: correctly spell project name --- bin/reproducible_html_archlinux.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bin/reproducible_html_archlinux.sh') diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh index e527742e..d686595f 100755 --- a/bin/reproducible_html_archlinux.sh +++ b/bin/reproducible_html_archlinux.sh @@ -22,19 +22,19 @@ cat > $PAGE <<- EOF - Repoducible Archlinux ? + Repoducible Arch Linux ?
EOF -write_page_intro Archlinux -write_explaination_table Archlinux +write_page_intro 'Arch Linux' +write_explaination_table 'Arch Linux' write_page " " for PKG in $(find $ARCHBASE/* -maxdepth 1 -type d -exec basename {} \;) ; do write_page " " @@ -74,5 +74,5 @@ for PKG in $(find $ARCHBASE/* -maxdepth 1 -type d -exec basename {} \;) ; do done write_page "
source packagetest date1st build log2nd build logdiffoscope output for binary packages
" write_page "
" -write_page_footer Archlinux +write_page_footer 'Arch Linux' echo "$(date -u) - enjoy $REPRODUCIBLE_URL/archlinux/$PAGE" -- cgit v1.2.3-54-g00ecf