From 8f1655cfc294d7f2a05578c1d48ee91590604209 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Wed, 23 May 2018 08:39:23 +0000 Subject: Update git submodules * Update docs/submodules/releng-xci from branch 'master' - Merge changes from topic 'move-sourcing-files' * changes: xci: Move the rest of functions to xci-lib.sh xci: file: xci-lib.sh: Avoid sourcing xci-lib.sh twice xci: Move sourcing of configuration files to the install-lib.sh - xci: Move the rest of functions to xci-lib.sh The xci-deploy.sh contains several functions used throughout in the XCI deployment so we should move thse to xci-lib.sh file. Change-Id: Iae6751619beea85b894900e5cd2f91a433410f66 Signed-off-by: Markos Chandras - xci: file: xci-lib.sh: Avoid sourcing xci-lib.sh twice The file can be sourced from multiple places so we need to avoid sourcing it twice. Change-Id: I7d47f3d7e461d90d5456c95a1f7a791b4e3a2bde Signed-off-by: Markos Chandras - xci: Move sourcing of configuration files to the install-lib.sh The install-lib.sh assumes that certain configuration files have been loaded before it's sourced. However, this doesn't work well when other scripts are using install-lib.sh directly since they also need to load the same configuration files. As such, lets source all these configuration files from the install-lib.sh file directly. We also rename this file to 'xci-lib.sh' since it's not just about installation helpers anymore. Change-Id: I35e1e804db06b2bb512e4991e5fdf21a72ffaadb Signed-off-by: Markos Chandras --- docs/submodules/releng-xci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules') diff --git a/docs/submodules/releng-xci b/docs/submodules/releng-xci index a06ba7872..7ca9b3248 160000 --- a/docs/submodules/releng-xci +++ b/docs/submodules/releng-xci @@ -1 +1 @@ -Subproject commit a06ba78723d03b116b8408f01e3cd88811a81cc1 +Subproject commit 7ca9b324879cc2af1bdf57d8bd9bc3b465732d57 -- cgit 1.2.3-korg