You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bb...@apache.org on 2019/05/01 18:19:12 UTC

[geode-native] branch develop updated: Fix RHEL-7 test Packer image - zerodisk.sh was removed in the recent fix to support RHEL6 - base image JSON was updated, but not the test image version

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

bbender 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 07c3b59  Fix RHEL-7 test Packer image - zerodisk.sh was removed in the recent fix to support RHEL6 - base image JSON was updated, but not the test image version
07c3b59 is described below

commit 07c3b59119fd7cd564e998b844e414a3bb6c3a8d
Author: Blake Bender <bb...@pivotal.io>
AuthorDate: Wed May 1 11:11:09 2019 -0700

    Fix RHEL-7 test Packer image
    - zerodisk.sh was removed in the recent fix to support RHEL6
    - base image JSON was updated, but not the test image version
---
 packer/test-rhel-7.json | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/packer/test-rhel-7.json b/packer/test-rhel-7.json
index 7ca6705..2b16e5d 100644
--- a/packer/test-rhel-7.json
+++ b/packer/test-rhel-7.json
@@ -90,9 +90,8 @@
       "type":"shell",
       "execute_command":"{{.Vars}} sudo -E -S bash '{{.Path}}'",
       "scripts":[
-        "rhel/cleanup.sh",
-        "rhel/zerodisk.sh"
+        "rhel/cleanup.sh"
       ]
     }
   ]
-}
\ No newline at end of file
+}