projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
769c7f0
)
Update launcher
author
Sam
<sam.saffron@gmail.com>
Wed, 20 Nov 2013 04:30:58 +0000
(15:30 +1100)
committer
Sam
<sam.saffron@gmail.com>
Wed, 20 Nov 2013 04:30:58 +0000
(15:30 +1100)
increase sleep and message when you fail
launcher
patch
|
blob
|
blame
|
history
diff --git
a/launcher
b/launcher
index 8708d3d794198f05320becca19b545fbcd674a50..4b1b547f7025328db6baf92cb7a638a8b18b8fc9 100755
(executable)
--- a/
launcher
+++ b/
launcher
@@
-73,8
+73,8
@@
case "$command" in
set_volumes
exec echo "$input" | docker run -cidfile $cidbootstrap -i -a stdin -a stdout -a stderr $volumes $image /pups/bin/pups --stdin
- sleep
5
- docker commit `cat $cidbootstrap` $image $config
+ sleep
10
+ docker commit `cat $cidbootstrap` $image $config
|| echo 'FAILED TO COMMIT'
docker rm `cat $cidbootstrap` && rm $cidbootstrap
exit 0
;;