From: Jessica Wagantall Date: Mon, 19 Mar 2018 18:25:48 +0000 (-0700) Subject: Update common-packer unstructions X-Git-Tag: v0.1.0~42 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=7fffcf19b98cc0ec7cb417559100ffa7be93c214;p=releng%2Fcommon-packer.git 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 --- 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