From 7fffcf19b98cc0ec7cb417559100ffa7be93c214 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Mon, 19 Mar 2018 11:25:48 -0700 Subject: [PATCH] Update common-packer unstructions lf-ansible and common-packer instructions with github references need to call releng-lf-ansible and releng-common-packer to clone the repos. Change-Id: I432d1896dd06ce5ce5297be211058ea6564c3655 Signed-off-by: Jessica Wagantall --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index ae710b9..57f8452 100644 --- a/README.markdown +++ b/README.markdown @@ -16,7 +16,7 @@ LF_ANSIBLE_VERSION=v0.1.0 # Add the new submodule to ci-management's packer directory. # Note: Perform once per ci-management repo. -git submodule add https://github.com/lfit/lf-ansible +git submodule add https://github.com/lfit/releng-lf-ansible lf-ansible # Checkout the version of lf-ansible you wish to deploy cd lf-ansible @@ -44,7 +44,7 @@ COMMON_PACKER_VERSION=v0.1.0 # Add the new submodule to ci-management's packer directory. # Note: Perform once per ci-management repo. cd packer/ -git submodule add https://github.com/lfit/common-packer +git submodule add https://github.com/lfit/releng-common-packer common-packer # Checkout the version of common-packer you wish to deploy cd common-packer -- 2.16.6