This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new 2059808  GEODE-4956: Lock Chocolatey to version 0.10.8.
2059808 is described below

commit 2059808e19a9b51e3b08f50ab05374e0d54d5c47
Author: Jacob Barrett <jbarr...@pivotal.io>
AuthorDate: Fri Mar 30 11:05:57 2018 -0700

    GEODE-4956: Lock Chocolatey to version 0.10.8.
---
 packer/windows/install-chocolatey.ps1 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/packer/windows/install-chocolatey.ps1 
b/packer/windows/install-chocolatey.ps1
index 9fa384d..5ea42e7 100644
--- a/packer/windows/install-chocolatey.ps1
+++ b/packer/windows/install-chocolatey.ps1
@@ -19,6 +19,9 @@ write-host "Installing Chocolatey"
 # Avoid bug in 7zip when running via WinRM
 $Env:chocolateyUseWindowsCompression = $true
 
+# Avoid https://github.com/chocolatey/choco/issues/1529
+$Env:chocolateyVersion = '0.10.8'
+
 iwr https://chocolatey.org/install.ps1 | iex
 
 write-host "Chocolatey Installed"

-- 
To stop receiving notification emails like this one, please contact
jbarr...@apache.org.

Reply via email to