[Qa-jenkins-scm] [jenkins.debian.net] 01/03: reproducible openwrt: correctly include the banner
Holger Levsen
holger at moszumanska.debian.org
Sat Jun 13 16:20:16 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 9a0e97b2538a5032ecc6d0b34f924aa51ef3e06e
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Jun 13 18:07:14 2015 +0200
reproducible openwrt: correctly include the banner
---
bin/reproducible_openwrt.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index 7863b54..d44de37 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -212,7 +212,7 @@ done
echo "</table>" >> $TOOLCHAIN_HTML
# get banner
BANNER_HTML=$(mktemp)
-find build_dir/ -name banner | grep etc/banner|head -1 >> $BANNER_HTML
+cat $(find build_dir/ -name banner | grep etc/banner|head -1) >> $BANNER_HTML
# clean up builddir to save space on tmpfs
rm -r $TMPBUILDDIR/openwrt
--
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