summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDarragh Bailey <dbailey@hp.com>2014-09-30 18:24:08 +0100
committerDarragh Bailey <dbailey@hp.com>2014-09-30 18:24:08 +0100
commit87ab085159a3f5269411dda4418101fa0fdc4495 (patch)
tree83f765fcd5b475fe459143402563fd01e4850a4f /tools
parentee80dbca5e378e6fc99caccb16d7cf9a186ff1bc (diff)
downloadpython-jenkins-job-builder-87ab085159a3f5269411dda4418101fa0fdc4495.tar.gz
python-jenkins-job-builder-87ab085159a3f5269411dda4418101fa0fdc4495.tar.xz
python-jenkins-job-builder-87ab085159a3f5269411dda4418101fa0fdc4495.zip
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
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run-compare-xml.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/run-compare-xml.sh b/tools/run-compare-xml.sh
index 7124b185..913bdb64 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`