From 31b90f373680e385d9c54746979124a4c8434fde Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 4 Dec 2012 16:55:27 -0800 Subject: [PATCH] Upgrade vcsrepo module to version 0.0.7. openstackci-vcsrepo 0.0.7 corrects a bug when checking out git tags. Update to this version in order to properly checkout tags. This will enable the install of etherpad-dev to continue. Change-Id: Ie7ee481afc36b94723b9649486f843b128e264a9 Reviewed-on: https://review.openstack.org/17519 Reviewed-by: Jeremy Stanley Reviewed-by: Paul Belanger Reviewed-by: James E. Blair Approved: Clark Boylan Tested-by: Jenkins --- install_modules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_modules.sh b/install_modules.sh index 0848c4917f..425c5d30c3 100755 --- a/install_modules.sh +++ b/install_modules.sh @@ -42,7 +42,7 @@ MODULES["openstackci-dashboard"]="0.0.6" # 18:30 < jamesturnbull> jeblair: since we - being PL - are the author # - our intent was not to limit it's use and it should be Apache # licensed -MODULES["openstackci-vcsrepo"]="0.0.6" +MODULES["openstackci-vcsrepo"]="0.0.7" MODULES["puppetlabs-apache"]="0.0.4" MODULES["puppetlabs-apt"]="0.0.4"