diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2016-07-30 22:18:14 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-08-02 16:24:24 +0200 |
commit | 193c178dd97b19c252f6d9e2940a474fff3bec7a (patch) | |
tree | 4e020f2352ac651b4f1c970e6e82daa0901feef9 /bin | |
parent | 576765d75aaaa1329b54fb53d8810f150fb62373 (diff) | |
download | jenkins.debian.net-193c178dd97b19c252f6d9e2940a474fff3bec7a.tar.xz |
reproducible/openwrt|lede: remove arguments from common_init
Until now there wasn't any arguments used to this script.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_lede.sh | 2 | ||||
-rwxr-xr-x | 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 7622c70b..3efa5a70 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 e6b0d7f7..1a3e8669 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 |