Move the vcsrepo module to openstack-ci.

Change-Id: Id1ce086eed7c77dee0209f468baef9375314d425
Reviewed-on: https://review.openstack.org/11241
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Monty Taylor 2012-08-12 07:14:15 -07:00 committed by Jenkins
parent 0d47a3d1a2
commit ed16af368a
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ for MOD in $MODULES ; do
done
# Install vcsrepo from git
clone_git git://github.com/emonty/puppetlabs-vcsrepo.git vcsrepo 44eb9ad8
clone_git git://github.com/openstack-ci/puppet-vcsrepo.git vcsrepo 44eb9ad8
# Fix a problem with the released verison of the dashboard module
if grep scope.lookupvar ${MODULE_PATH}/dashboard/templates/passenger-vhost.erb | grep dashboard_port >/dev/null 2>&1 ; then