From a12595877ffcc74914a8d7ca6783a703942ec891 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 30 Aug 2015 18:41:57 +0200 Subject: reproducible: never try to generate html on the build nodes --- bin/reproducible_build.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index d81414f0..7c6bd80b 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -96,9 +96,11 @@ cleanup_all() { irc_message "$REPRODUCIBLE_URL/$SUITE/$ARCH/$SRCPACKAGE done: $STATUS" fi gzip -9fvn $RBUILDLOG - # XXX quite ugly: this is just needed to get the correct value of the - # compressed files in the html. It's cheap and quite safe so, *shrugs*... - gen_package_html $SRCPACKAGE + if [ "$MODE" = "legacy" ] || [ "$MODE" = "ng" ] ; then + # XXX quite ugly: this is just needed to get the correct value of the + # compressed files in the html. It's cheap and quite safe so, *shrugs*... + gen_package_html $SRCPACKAGE + fi cd rm -r $TMPDIR if ! $BAD_LOCKFILE ; then rm -f $LOCKFILE ; fi -- cgit v1.2.3-54-g00ecf