[Qa-jenkins-scm] [jenkins.debian.net] 01/01: openwrt: add CLEAN_IPKG and always build *rootfs.tar.gz
Holger Levsen
holger at moszumanska.debian.org
Thu Oct 22 00:59:14 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 14262f208aa640380b3aff295e975ebfa5573e4f
Author: bnewbold <bnewbold at robocracy.org>
Date: Wed Oct 21 17:47:23 2015 -0700
openwrt: add CLEAN_IPKG and always build *rootfs.tar.gz
---
bin/reproducible_openwrt.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index 469c177..d344ae2 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -54,7 +54,9 @@ openwrt_config() {
CONFIG=$1
printf "$CONFIG" > .config
- printf "CONFIG_ALL=y" >> .config
+ printf "CONFIG_ALL=y\n" >> .config
+ printf "CONFIG_CLEAN_IPKG=y\n" >> .config
+ printf "CONFIG_TARGET_ROOTFS_TARGZ=y\n" >> .config
make defconfig
}
--
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