Repository: geode Updated Branches: refs/heads/next-gen-native-client-software-grant 3b389a086 -> 3925f2c87
GEODE-2343: Create build user before uploading files into home. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/3925f2c8 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/3925f2c8 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/3925f2c8 Branch: refs/heads/next-gen-native-client-software-grant Commit: 3925f2c8792583087ea30a02d8bf6bf66c5b2ebc Parents: 3b389a0 Author: Jacob Barrett <[email protected]> Authored: Thu Jan 26 13:26:08 2017 -0800 Committer: Jacob Barrett <[email protected]> Committed: Thu Jan 26 13:26:40 2017 -0800 ---------------------------------------------------------------------- packer/build-windows.json | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode/blob/3925f2c8/packer/build-windows.json ---------------------------------------------------------------------- diff --git a/packer/build-windows.json b/packer/build-windows.json index 759c448..4803e27 100644 --- a/packer/build-windows.json +++ b/packer/build-windows.json @@ -41,18 +41,6 @@ "destination":"gemfire.tar.gz" }, { - "pause_before":"30s", - "type":"file", - "source":"windows/init-user-build.ps1", - "destination":"C:/Users/build/init-user-build.ps1" - }, - { - "pause_before":"30s", - "type":"file", - "source":"windows/buildenv.bat", - "destination":"C:/Users/build/buildenv.bat" - }, - { "type":"powershell", "inline":[ "choco install jdk8 -confirm", @@ -86,6 +74,16 @@ ] }, { + "type":"file", + "source":"windows/init-user-build.ps1", + "destination":"C:/Users/build/init-user-build.ps1" + }, + { + "type":"file", + "source":"windows/buildenv.bat", + "destination":"C:/Users/build/buildenv.bat" + }, + { "type":"powershell", "scripts":[ "windows/cleanup.ps1"
