From 51ebe00b4b534b2342d7d811680b59335197c7d2 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Tue, 16 May 2017 15:01:23 +0000 Subject: Update git submodules * Update docs/submodules/releng from branch 'master' - Merge "prototypes: xci: Add ability to use local repositories for testing" - prototypes: xci: Add ability to use local repositories for testing When developing XCI features it's useful to be able to use the local repositories rather than cloning them from git since that makes it harder to test local modifications against XCI. As such, we add three new variables which can be used to hold local paths to the bifrost, releng and openstack-ansible repositories. We are still cloning the repositories but we then use the 'synchronize' Ansible module to copy modified files from the local repositories. Change-Id: I6d593ea48d8b9c51415d9d0848f77a498ef2f486 Signed-off-by: Markos Chandras --- docs/submodules/releng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/releng b/docs/submodules/releng index 679c6f76d..331b16716 160000 --- a/docs/submodules/releng +++ b/docs/submodules/releng @@ -1 +1 @@ -Subproject commit 679c6f76d09a386ce4d9d08ad85e59490b829d50 +Subproject commit 331b1671696fdc7823332add1f48b6ce90b99c75 -- cgit 1.2.3-korg