Switch to new project-config repo

Change the comparison script to use the new project-config repo created
due to a reorganization of the puppet modules and JJB config used for
openstack infrastructure.

Change-Id: Icbe8ddc7fcc6af9cc11d664e01ab6fd52ef8d288
This commit is contained in:
Darragh Bailey 2014-09-30 18:24:08 +01:00
parent ee80dbca5e
commit 87ab085159
1 changed files with 3 additions and 3 deletions

View File

@ -22,9 +22,9 @@ mkdir -p .test/old/out
mkdir -p .test/new/config
mkdir -p .test/new/out
cd .test
git clone https://review.openstack.org/p/openstack-infra/config --depth 1
cp config/modules/openstack_project/files/jenkins_job_builder/config/* old/config
cp config/modules/openstack_project/files/jenkins_job_builder/config/* new/config
git clone https://review.openstack.org/p/openstack-infra/project-config --depth 1
cp project-config/jenkins/jobs/* old/config
cp project-config/jenkins/jobs/* new/config
cd ..
GITHEAD=`git rev-parse HEAD`