summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_lede.sh
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-08-02 18:06:51 +0200
committerHolger Levsen <holger@layer-acht.org>2016-08-02 18:56:18 +0200
commit1d27da49906b4e51e45619157303519d46ce1769 (patch)
treeece6c4b19111941859008dd4b4a994e7027c3600 /bin/reproducible_lede.sh
parent5761e8368a66db312831aa77e477691af604072f (diff)
downloadjenkins.debian.net-1d27da49906b4e51e45619157303519d46ce1769.tar.xz
Revert "reproducible/openwrt|lede: remove arguments from common_init"
This reverts commit 193c178dd97b19c252f6d9e2940a474fff3bec7a. Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_lede.sh')
-rwxr-xr-xbin/reproducible_lede.sh2
1 files changed, 1 insertions, 1 deletions
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