[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible_lede: add " around values of KERNEL_BUILD_USER + KERNEL_BUILD_DOMAIN
Holger Levsen
holger at layer-acht.org
Tue Jun 13 01:18:43 UTC 2017
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 ac369a693b008cc2b466f2c586ab62c5be153f7b
Author: Alexander Couzens <lynxis at fe80.eu>
Date: Tue Jun 13 02:03:23 2017 +0200
reproducible_lede: add " around values of KERNEL_BUILD_USER + KERNEL_BUILD_DOMAIN
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_lede_common.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_lede_common.sh b/bin/reproducible_lede_common.sh
index bbd2dc7..4921ea7 100644
--- a/bin/reproducible_lede_common.sh
+++ b/bin/reproducible_lede_common.sh
@@ -200,8 +200,8 @@ openwrt_config() {
printf "CONFIG_AUTOREMOVE=y\n" >> .config
printf "CONFIG_CLEAN_IPKG=y\n" >> .config
printf "CONFIG_TARGET_ROOTFS_TARGZ=y\n" >> .config
- printf "CONFIG_KERNEL_BUILD_USER=lede\n" >> .config
- printf "CONFIG_KERNEL_BUILD_DOMAIN=buildhost\n" >> .config
+ printf 'CONFIG_KERNEL_BUILD_USER="lede"\n' >> .config
+ printf 'CONFIG_KERNEL_BUILD_DOMAIN="buildhost"\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