From be161cc59f2539adaa3f48e255dfcd68b005029f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 18 Oct 2016 23:40:17 +0200 Subject: reproducible OpenWrt/LEDE: rename common.sh to lede_common.sh to reflect their realities & update my copyright years on this code --- bin/reproducible_openwrt.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_openwrt.sh') diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index 53177b1a..e8d6b5d4 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014-2015 Holger Levsen +# Copyright 2014-2016 Holger Levsen # © 2015 Reiner Herrmann # 2016 Alexander Couzens # released under the GPLv=2 @@ -13,7 +13,8 @@ common_init "$@" # common code defining db access . /srv/jenkins/bin/reproducible_common.sh -. /srv/jenkins/bin/reproducible_openwrt_common.sh +# common code defining functions for OpenWrt/LEDE +. /srv/jenkins/bin/reproducible_lede_common.sh set -e echo "$0 got called with '$@'" -- cgit v1.2.3-54-g00ecf