From b60770597adc436f77d5f410c9c0bfe629be92da Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 28 Feb 2013 15:37:42 -0800 Subject: [PATCH] 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 Approved: James E. Blair Reviewed-by: James E. Blair Tested-by: Jenkins --- doc/source/installation.rst | 2 +- tools/test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 9b6170bd8..02720fbee 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -9,7 +9,7 @@ The OpenStack project uses puppet to manage its infrastructure systems, including Jenkins. If you use Puppet, you can use the `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 diff --git a/tools/test.sh b/tools/test.sh index ddb6bc827..a25a6bea9 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.