From 87ab085159a3f5269411dda4418101fa0fdc4495 Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Tue, 30 Sep 2014 18:24:08 +0100 Subject: [PATCH] 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 --- tools/run-compare-xml.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/run-compare-xml.sh b/tools/run-compare-xml.sh index 7124b185b..913bdb646 100755 --- a/tools/run-compare-xml.sh +++ b/tools/run-compare-xml.sh @@ -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`