From e61a7e90c8c2f20faa813925536950edc43730eb Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 2 Jan 2013 10:14:12 -0800 Subject: [PATCH] Use openstackci/vcsrepo 0.0.8. Version 0.0.8 of openstackci/vcsrepo fixes a bug where you could not checkout specific git shas. This fix will allow etherpad-dev to exactly copy the install of etherpad.o.o. Change-Id: I55c45a4aa5acffbbfa78ca50256dbfdf6a6ebcf4 Reviewed-on: https://review.openstack.org/18826 Reviewed-by: James E. Blair Approved: Monty Taylor Reviewed-by: Monty Taylor 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 425c5d30c3..b0f0c984e0 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.7" +MODULES["openstackci-vcsrepo"]="0.0.8" MODULES["puppetlabs-apache"]="0.0.4" MODULES["puppetlabs-apt"]="0.0.4"