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 37ebe4f  remove creation/setup of 'build' user from RHEL-7 image
37ebe4f is described below

commit 37ebe4f846f6243641a31a59041c86f9b91aee77
Author: Blake Bender <[email protected]>
AuthorDate: Fri Jul 13 09:48:26 2018 -0700

    remove creation/setup of 'build' user from RHEL-7 image
---
 packer/test-rhel-7.json | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/packer/test-rhel-7.json b/packer/test-rhel-7.json
index 7ca6705..c8ba0ed 100644
--- a/packer/test-rhel-7.json
+++ b/packer/test-rhel-7.json
@@ -39,20 +39,6 @@
     },
     {
       "type":"file",
-      "source":"rhel/files",
-      "destination":"/tmp"
-    },
-    {
-      "type":"shell",
-      "execute_command":"{{.Vars}} sudo -E -S bash '{{.Path}}'",
-      "inline":[
-        "cp -rv /tmp/files/* /",
-        "rm -rf /tmp/files",
-        "chmod +x /etc/init-user.sh"
-      ]
-    },
-    {
-      "type":"file",
       "source":"rhel/init-hosts.rc.local",
       "destination":"/tmp/init-hosts.rc.local"
     },
@@ -68,7 +54,6 @@
       "execute_command":"{{.Vars}} sudo -E -S bash '{{.Path}}'",
       "scripts":[
         "rhel/disable-selinux.sh",
-        "rhel/add-user-build.sh",
         "rhel/install-repos.sh",
         "rhel/install-jdk-1.8.sh",
         "rhel/install-cmake.sh"
@@ -95,4 +80,4 @@
       ]
     }
   ]
-}
\ No newline at end of file
+}

Reply via email to