[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST 1/5] cri-args-hostslists: allow instance specific settings
In particular this new $HOME/.xen-osstest/cri-args-hostslists.settings can contain things like "export OSSTEST_CONFIG=production-config-cambridge" to tailor things for a particular instance of osstest running in production mode. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- cri-args-hostlists | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cri-args-hostlists b/cri-args-hostlists index 04cd6be..bf847f8 100644 --- a/cri-args-hostlists +++ b/cri-args-hostlists @@ -16,7 +16,9 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. - +if [ -e $HOME/.xen-osstest/cri-args-hostslists.settings ]; then + source $HOME/.xen-osstest/cri-args-hostslists.settings +fi export OSSTEST_CONFIG=${OSSTEST_CONFIG:-production-config} check_stop_core () { -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |