summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2013-02-28 15:37:42 -0800
committerJenkins <jenkins@review.openstack.org>2013-03-01 18:32:53 +0000
commitb60770597adc436f77d5f410c9c0bfe629be92da (patch)
tree0819fcf77330f599479e220289037d0b7b5bcee9 /tools
parent02576e834292b47a8b3a0cabcbef1a1fdcd63f57 (diff)
downloadpython-jenkins-job-builder-b60770597adc436f77d5f410c9c0bfe629be92da.tar.gz
python-jenkins-job-builder-b60770597adc436f77d5f410c9c0bfe629be92da.tar.xz
python-jenkins-job-builder-b60770597adc436f77d5f410c9c0bfe629be92da.zip
Stop referring to openstack/openstack-ci-puppet.
The openstack/openstack-ci-puppet repo moved and became openstack-infra/config. Remove references to openstack-ci-puppet and replace them with references to openstack-infra/config. Change-Id: I75e7797995b894b6053901dbcfa351404048ea7c Reviewed-on: https://review.openstack.org/23227 Reviewed-by: Khai Do <zaro0508@gmail.com> Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
Diffstat (limited to 'tools')
-rwxr-xr-xtools/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test.sh b/tools/test.sh
index ddb6bc82..a25a6bea 100755
--- a/tools/test.sh
+++ b/tools/test.sh
@@ -3,7 +3,7 @@
# A simple script to verify that the XML output is unaltered after a change.
# First, symlink "config" to the directory containing your config files
-# (eg openstack-ci-puppet/modules/openstack_project/files/jenkins_job_builder/config)
+# (eg openstack-infra/config/modules/openstack_project/files/jenkins_job_builder/config)
# Before you start work, run "./test.sh save".
# As you test your change, run "./test.sh" to see differences in XML output.