[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible openwrt: disable external feeds which probably break building

Holger Levsen holger at moszumanska.debian.org
Mon Aug 3 18:03:56 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 8ea330e9df295630bb8167fb6211be164dd8fc8c
Author: Reiner Herrmann <reiner at reiner-h.de>
Date:   Mon Aug 3 20:00:52 2015 +0200

    reproducible openwrt: disable external feeds which probably break building
---
 bin/reproducible_openwrt.sh | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index d22a22b..bef59f3 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -157,11 +157,12 @@ echo "This is openwrt $OPENWRT_VERSION."
 echo
 git log -1
 
-echo "============================================================================="
-echo "$(date -u) - Updating package feeds."
-echo "============================================================================="
-./scripts/feeds update -a
-./scripts/feeds install -a
+# External feeds disabled for now as they break building (especially with CONFIG_ALL=y).
+#echo "============================================================================="
+#echo "$(date -u) - Updating package feeds."
+#echo "============================================================================="
+#./scripts/feeds update -a
+#./scripts/feeds install -a
 
 build_two_times ar71xx_generic_ARCHERC7 "CONFIG_TARGET_ar71xx_generic=y\nCONFIG_TARGET_ar71xx_generic_ARCHERC7=y\n"
 build_two_times x86_64 "CONFIG_TARGET_x86=y\nCONFIG_TARGET_x86_64=y\n"

-- 
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