summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_lede.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-10-18 23:40:17 +0200
committerHolger Levsen <holger@layer-acht.org>2016-10-18 23:40:17 +0200
commitbe161cc59f2539adaa3f48e255dfcd68b005029f (patch)
treedebf046aeecc16ac917dfbe0092b864f1d97856d /bin/reproducible_lede.sh
parente7ff95d1e94d4543e632b0ddd823e03a17e23112 (diff)
downloadjenkins.debian.net-be161cc59f2539adaa3f48e255dfcd68b005029f.tar.xz
reproducible OpenWrt/LEDE: rename common.sh to lede_common.sh to reflect their realities & update my copyright years on this code
Diffstat (limited to 'bin/reproducible_lede.sh')
-rwxr-xr-xbin/reproducible_lede.sh3
1 files changed, 2 insertions, 1 deletions
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 '$@'"