summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-13 13:39:33 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-13 13:39:33 +0100
commit28bf82f05f1c04147102ea56635b1f0af5c39270 (patch)
tree0d149c51b03ba38bf86139e329fcb27322ce3768
parentec8ff0888f662ce0c1d770972df5b14b9d83e3b8 (diff)
downloadjenkins.debian.net-28bf82f05f1c04147102ea56635b1f0af5c39270.tar.xz
reproducible: don't fail the build job if html pages cannot be updated
-rwxr-xr-xbin/reproducible_common.sh2
-rw-r--r--logparse/reproducible.rules1
2 files changed, 2 insertions, 1 deletions
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"
}
diff --git a/logparse/reproducible.rules b/logparse/reproducible.rules
index 911f1004..dcb928da 100644
--- a/logparse/reproducible.rules
+++ b/logparse/reproducible.rules
@@ -11,3 +11,4 @@ warning /Warning: packages found where the build was started more than 24h ago:/
warning /Warning: .+ could not be fully removed./
warning /Warning: could not download.+/
warning /Warning: the following failed builds have been found/
+warning /Warning: cannot update html pages for.+/