diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2015-12-10 14:51:18 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-10 15:21:30 +0100 |
commit | 15e14ee36757eabbd22286a67fdda19d3e6fd70f (patch) | |
tree | db59fd0efe71c3dec806848df03927685ab42f04 /bin | |
parent | 6ea9e55d0c14a8434670b83c328b5471012b4b81 (diff) | |
download | jenkins.debian.net-15e14ee36757eabbd22286a67fdda19d3e6fd70f.tar.xz |
openwrt: fix wrong usage of IGNORE_ERRORS
the build won't fail anymore because of broken packages
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_openwrt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index 5b1fb262..76c7f9ee 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." |