[Qa-jenkins-scm] [jenkins.debian.net] 02/03: openwrt: fix wrong usage of IGNORE_ERRORS
Holger Levsen
holger at moszumanska.debian.org
Thu Dec 10 14:22:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 15e14ee36757eabbd22286a67fdda19d3e6fd70f
Author: Alexander Couzens <lynxis at fe80.eu>
Date: Thu Dec 10 14:51:18 2015 +0100
openwrt: fix wrong usage of IGNORE_ERRORS
the build won't fail anymore because of broken packages
---
bin/reproducible_openwrt.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index 5b1fb26..76c7f9e 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -77,7 +77,7 @@ openwrt_build() {
RUN=$1
TARGET=$2
- OPTIONS="-j $NUM_CPU IGNORE_ERRORS=1"
+ OPTIONS="-j $NUM_CPU IGNORE_ERRORS=y"
echo "============================================================================="
echo "$(date -u) - Building OpenWrt ${OPENWRT_VERSION} ($TARGET) - $RUN build run."
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list