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_lede.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_lede.sh') diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh index 1e824db0..8f44ea49 100755 --- a/bin/reproducible_lede.sh +++ b/bin/reproducible_lede.sh @@ -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