[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible OpenWrt: better mark workaround for iw
Holger Levsen
gitlab at salsa.debian.org
Fri Feb 8 15:40:46 GMT 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
328dc131 by Holger Levsen at 2019-02-08T15:39:43Z
reproducible OpenWrt: better mark workaround for iw
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
13e62b27 by Holger Levsen at 2019-02-08T15:40:34Z
reproducible OpenWrt: try to build all the packages again
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_openwrt.sh
Changes:
=====================================
bin/reproducible_openwrt.sh
=====================================
@@ -239,9 +239,7 @@ openwrt_config() {
printf 'CONFIG_KERNEL_BUILD_USER="openwrt"\n' >> .config
printf 'CONFIG_KERNEL_BUILD_DOMAIN="buildhost"\n' >> .config
- # WORKAROUND: TODO FIXME
- # The OpenWrt build system have a bug with iw when using CONFIG_ALL=y and
- # selecting iw as dependency (over target dependencies).
+ # WORKAROUND/FIXME: the OpenWrt build system has a bug with iw when using CONFIG_ALL=y and selecting iw as dependency (over target dependencies).
printf 'CONFIG_PACKAGE_iw=y\n' >> .config
make defconfig
}
@@ -331,9 +329,8 @@ openwrt_download() {
openwrt_create_signing_keys
# update feeds
- #FIXME: temporarily disable building all packages
- #./scripts/feeds update
- #./scripts/feeds install -a
+ ./scripts/feeds update
+ ./scripts/feeds install -a
# configure openwrt because otherwise it wont download everything
openwrt_config "$CONFIG"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/c589cd23a248b4d5e26086e09f10b75c2a0141d1...13e62b27a0cff8af478d3c50e2dec9a35da68071
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/c589cd23a248b4d5e26086e09f10b75c2a0141d1...13e62b27a0cff8af478d3c50e2dec9a35da68071
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20190208/69e8a2e9/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list