From 1d27da49906b4e51e45619157303519d46ce1769 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 2 Aug 2016 18:06:51 +0200 Subject: Revert "reproducible/openwrt|lede: remove arguments from common_init" This reverts commit 193c178dd97b19c252f6d9e2940a474fff3bec7a. Signed-off-by: Holger Levsen --- bin/reproducible_lede.sh | 2 +- bin/reproducible_openwrt.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh index 8d94c2a9..57b8d2bd 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 54389d4c..dbc48c14 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 -- cgit v1.2.3-54-g00ecf