You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2018/06/21 18:11:06 UTC

[geode-native] branch develop updated: Remove emacs from Windows dev image

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 5c668f3  Remove emacs from Windows dev image
5c668f3 is described below

commit 5c668f306d38b0aa751ad73777a794d90be76789
Author: Ernie Burghardt <eb...@pivotal.io>
AuthorDate: Thu Jun 21 06:41:53 2018 -0600

    Remove emacs from Windows dev image
---
 packer/dev-windows-2012-r2.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/packer/dev-windows-2012-r2.json b/packer/dev-windows-2012-r2.json
index 7b2daad..284c7d1 100644
--- a/packer/dev-windows-2012-r2.json
+++ b/packer/dev-windows-2012-r2.json
@@ -42,8 +42,7 @@
         "choco install notepadplusplus -confirm",
         "choco install googlechrome -confirm",
         "choco install sysinternals -confirm",
-        "choco install windbg -confirm",
-        "choco install emacs -confirm"
+        "choco install windbg -confirm"
       ]
     },
     {