From 20c2e7f86d2e3318711b7e7a630d7c0e754ea9cc Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 17 Oct 2015 00:39:11 +0200 Subject: reproducible arch: improve css --- bin/reproducible_html_archlinux.sh | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) (limited to 'bin/reproducible_html_archlinux.sh') diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh index 14a4d6b8..771f04dc 100755 --- a/bin/reproducible_html_archlinux.sh +++ b/bin/reproducible_html_archlinux.sh @@ -23,39 +23,46 @@ cat > $PAGE <<- EOF Repoducible Archlinux ? + -

Reproducible Archlinux?

+ +
+
+ EOF write_page_intro Archlinux write_explaination_table Archlinux -write_page "" +write_page "
source packagetest date1st build log2nd build logdiffoscope output for binary packages
" for PKG in $(find $ARCHBASE/* -maxdepth 1 -type d -exec basename {} \;) ; do - write_page " " - write_page " " - write_page " " + write_page " " + write_page " " + write_page " " for LOG in build1.log build2.log ; do if [ -f $ARCHBASE/$PKG/$LOG ] ; then - write_page " " + write_page " " else - write_page " " + write_page " " fi done if [ -z "$(cd $ARCHBASE/$PKG/ ; ls *.pkg.tar.xz.html 2>/dev/null)" ] ; then if [ ! -z "$(grep 'ERROR: Could not resolve all dependencies' $ARCHBASE/$PKG/build1.log)" ] ; then - write_page " " + write_page " " else - write_page " " + write_page " " fi else - write_page " " + write_page " " fi - write_page " " + write_page " " done -write_page "
source packagetest date1st build log2nd build logdiffoscope output for binary packages
$PKG$(ls $ARCHBASE/$PKG -dl|cut -d " " -f6-8)
$PKG$(ls $ARCHBASE/$PKG -dl|cut -d " " -f6-8)$LOG$LOG  could not resolve dependenciescould not resolve dependenciesfailed to build from sourcefailed to build from source" + write_page " " for ARTIFACT in $(cd $ARCHBASE/$PKG/ ; ls *.pkg.tar.xz.html) ; do write_page " ${ARTIFACT:0:-5}
" done - write_page "
" +write_page " " +write_page "
" write_page_footer Archlinux echo "$(date -u) - enjoy $REPRODUCIBLE_URL/archlinux/$PAGE" -- cgit v1.2.3-54-g00ecf