xci: Move sourcing of configuration files to the install-lib.sh 83/55083/3
authorMarkos Chandras <mchandras@suse.de>
Fri, 6 Apr 2018 19:28:10 +0000 (20:28 +0100)
committerMarkos Chandras <mchandras@suse.de>
Fri, 18 May 2018 10:20:52 +0000 (11:20 +0100)
commitf95ad15a811c3111b42c09f569d0f1f303a8b597
tree26ed83a35b01f267dbf14df1b67e60ccbb69dae2
parent02f2ee5f3f047f6ee5f4e570a0cb5599460de0a5
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 <mchandras@suse.de>
xci/files/xci-lib.sh [moved from xci/files/install-lib.sh with 93% similarity]
xci/xci-deploy.sh