Update to fixed version of vcsrepo.

Fixes 1034386

Change-Id: I0f8fad7e1ce21608bc3d68191ff53580b362b2d6
Reviewed-on: https://review.openstack.org/11231
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 00:53:33 -04:00 committed by Jenkins
parent a9ebb4ebf7
commit 6ab58ae092

View File

@ -37,7 +37,7 @@ for MOD in $MODULES ; do
done
# Install vcsrepo from git
clone_git git://github.com/puppetlabs/puppetlabs-vcsrepo.git vcsrepo f3acccdf
clone_git git://github.com/emonty/puppetlabs-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