[Qa-jenkins-scm] [jenkins.debian.net] 01/01: Revert "reproducible/openwrt|lede: remove arguments from common_init"

Holger Levsen holger at layer-acht.org
Tue Aug 2 16:56:51 UTC 2016


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 1d27da49906b4e51e45619157303519d46ce1769
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Tue Aug 2 18:06:51 2016 +0200

    Revert "reproducible/openwrt|lede: remove arguments from common_init"
    
    This reverts commit 193c178dd97b19c252f6d9e2940a474fff3bec7a.
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_lede.sh    | 2 +-
 bin/reproducible_openwrt.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh
index 8d94c2a..57b8d2b 100755
--- a/bin/reproducible_lede.sh
+++ b/bin/reproducible_lede.sh
@@ -9,7 +9,7 @@ OPENWRT_GIT_REPO=https://git.lede-project.org/source.git
 OPENWRT_GIT_BRANCH=master
 DEBUG=true
 . /srv/jenkins/bin/common-functions.sh
-common_init
+common_init "$@"
 
 # common code defining db access
 . /srv/jenkins/bin/reproducible_common.sh
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index 54389d4..dbc48c1 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -9,7 +9,7 @@ OPENWRT_GIT_REPO=git://git.openwrt.org/openwrt.git
 OPENWRT_GIT_BRANCH=master
 DEBUG=true
 . /srv/jenkins/bin/common-functions.sh
-common_init
+common_init "$@"
 
 # common code defining db access
 . /srv/jenkins/bin/reproducible_common.sh

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