From 28bf82f05f1c04147102ea56635b1f0af5c39270 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 13 Mar 2015 13:39:33 +0100 Subject: reproducible: don't fail the build job if html pages cannot be updated --- 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 a4ded0ba..8b9a1ace 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -239,7 +239,7 @@ gen_packages_html() { fi done string+=']' - python3 -c "from reproducible_html_packages import gen_packages_html; gen_packages_html(${string}, suite=\"${suite}\", no_clean=True)" + python3 -c "from reproducible_html_packages import gen_packages_html; gen_packages_html(${string}, suite=\"${suite}\", no_clean=True)" || echo "Warning: cannot update html pages for ${string} in ${suite}" done cd "$CWD" } -- cgit v1.2.3-70-g09d2