update all of the project settings repos before starting

Change-Id: I4bb68037bcd1c99676bc6bf5f58e274d815c4c40
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-08-04 19:02:44 -04:00
parent 702a964323
commit ef35f83bf8
2 changed files with 7 additions and 1 deletions

View File

@ -30,6 +30,8 @@ To set up a workspace to use the python3-first tools::
$ mkdir python3-first
$ cd python3-first
$ git clone git://git.openstack.org/openstack-infra/project-config
$ git clone git://git.openstack.org/openstack-infra/openstack-zuul-jobs
$ git clone git://git.openstack.org/openstack-infra/zuul-jobs
$ git clone git://git.openstack.org/openstack/goal-tools
$ mkdir Output

View File

@ -41,10 +41,14 @@ fi
echo "Story: $story_id"
echo
echo "=== Updating project-config ==="
echo "=== Updating extra project settings ==="
echo
set -x
(cd ../project-config && git checkout master && git pull)
(cd ../openstack-zuul-jobs && git checkout master && git pull)
(cd ../zuul-jobs && git checkout master && git pull)
set +x
echo
echo "=== Cloning $team repositories ==="