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 3c3e11c Add a 30-second wait before running update script - hopefully
this will end contention for /var/lib/apt/lists/lock
3c3e11c is described below
commit 3c3e11ca13cea587636f00eb0dfc5c010d635cf1
Author: Blake Bender <[email protected]>
AuthorDate: Wed Apr 17 15:27:54 2019 -0700
Add a 30-second wait before running update script
- hopefully this will end contention for /var/lib/apt/lists/lock
---
packer/build-ubuntu.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/packer/build-ubuntu.json b/packer/build-ubuntu.json
index 35c48a1..8bfbeac 100644
--- a/packer/build-ubuntu.json
+++ b/packer/build-ubuntu.json
@@ -33,6 +33,7 @@
{
"type":"shell",
"execute_command":"{{.Vars}} sudo -E -S bash '{{.Path}}'",
+ "pause_before":"30s",
"scripts":[
"ubuntu/update.sh"
]