[Qa-jenkins-scm] [jenkins.debian.net] 03/05: openwrt: trivial style changes

Holger Levsen holger at moszumanska.debian.org
Thu Oct 22 00:52:48 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 2074df2c176e28f0c80e7a7a1226a762fe155def
Author: bnewbold <bnewbold at robocracy.org>
Date:   Wed Oct 21 16:33:07 2015 -0700

    openwrt: trivial style changes
    
    Add a "documentation being generated" header to stdout, and parameterize
    the openwrt git repo url to a variable up top
---
 bin/reproducible_openwrt.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index af09251..ee800f0 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -4,6 +4,7 @@
 #         © 2015 Reiner Herrmann <reiner at reiner-h.de>
 # released under the GPLv=2
 
+OPENWRT_GIT_REPO=git://git.openwrt.org/openwrt.git
 DEBUG=false
 . /srv/jenkins/bin/common-functions.sh
 common_init "$@"
@@ -149,7 +150,7 @@ cd $TMPBUILDDIR
 echo "============================================================================="
 echo "$(date -u) - Cloning OpenWrt git repository."
 echo "============================================================================="
-git clone --depth 1 git://git.openwrt.org/openwrt.git
+git clone --depth 1 $OPENWRT_GIT_REPO openwrt
 cd openwrt
 OPENWRT="$(git log -1)"
 OPENWRT_VERSION=$(git describe --always)
@@ -171,6 +172,9 @@ build_two_times ramips_rt288x_RTN15 "CONFIG_TARGET_ramips=y\nCONFIG_TARGET_ramip
 #
 # create html about toolchain used
 #
+echo "============================================================================="
+echo "$(date -u) - Creating Documentation HTML"
+echo "============================================================================="
 TOOLCHAIN_HTML=$(mktemp --tmpdir=$TMPDIR)
 echo "<table><tr><th>Target toolchains built</th></tr>" > $TOOLCHAIN_HTML
 for i in $(ls -1d staging_dir/toolchain*|cut -d "-" -f2-|xargs echo) ; do

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