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
This commit is contained in:
Clark Boylan 2013-02-28 15:37:42 -08:00 committed by Jenkins
parent 02576e8342
commit b60770597a
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ The OpenStack project uses puppet to manage its infrastructure
systems, including Jenkins. If you use Puppet, you can use the systems, including Jenkins. If you use Puppet, you can use the
`OpenStack Jenkins module`__ to install Jenkins Job Builder. `OpenStack Jenkins module`__ to install Jenkins Job Builder.
__ https://github.com/openstack/openstack-ci-puppet/tree/master/modules/jenkins __ https://github.com/openstack-infra/config/tree/master/modules/jenkins
Configuration File Configuration File

View File

@ -3,7 +3,7 @@
# A simple script to verify that the XML output is unaltered after a change. # A simple script to verify that the XML output is unaltered after a change.
# First, symlink "config" to the directory containing your config files # 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". # Before you start work, run "./test.sh save".
# As you test your change, run "./test.sh" to see differences in XML output. # As you test your change, run "./test.sh" to see differences in XML output.