From 36aa4358bacd8dd39ea771e14baa489993a4383f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 12 Dec 2015 19:18:17 +0100 Subject: reproducible fedora rpms: fix links to diffoscope and build logs --- bin/reproducible_html_rpms.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_html_rpms.sh') diff --git a/bin/reproducible_html_rpms.sh b/bin/reproducible_html_rpms.sh index 21e50163..79d0ed79 100755 --- a/bin/reproducible_html_rpms.sh +++ b/bin/reproducible_html_rpms.sh @@ -69,14 +69,14 @@ for PKG in $(find $RPMBASE/$RELEASE/$ARCH/* -maxdepth 1 -type d -exec basename { HTML_TARGET=$HTML_FTBR let NR_FTBR+=1 for ARTIFACT in $(cd $RPMBASE/$RELEASE/$ARCH/$PKG/ ; ls *.rpm.html) ; do - echo " \"unreproducible ${ARTIFACT:0:-5} is unreproducible
" >> $HTML_BUFFER + echo " \"unreproducible ${ARTIFACT:0:-5} is unreproducible
" >> $HTML_BUFFER done fi echo " " >> $HTML_BUFFER echo " $(LANG=C TZ=UTC ls --full-time $RPMBASE/$RELEASE/$ARCH/$PKG/build1.log | cut -d ' ' -f6 )" >> $HTML_BUFFER for LOG in build1.log build2.log ; do if [ -f $RPMBASE/$RELEASE/$ARCH/$PKG/$LOG ] ; then - echo " $LOG" >> $HTML_BUFFER + echo " $LOG" >> $HTML_BUFFER else echo "  " >> $HTML_BUFFER fi -- cgit v1.2.3-54-g00ecf