You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2017/06/16 12:11:43 UTC

svn commit: r1798919 - /ofbiz/tools/demo-backup/stable-manual.sh

Author: jleroux
Date: Fri Jun 16 12:11:42 2017
New Revision: 1798919

URL: http://svn.apache.org/viewvc?rev=1798919&view=rev
Log:
Improved: Adds 30 sec sleep after "ofbizBackground --shutdown" to allow time 
for OFBiz to stop
(OFBIZ-9414)

No functional change, this is only for demos. OFBIZ-9414 is a WIP, 
to be checked tmrw

Just thought that if we don't use terminateOfbiz in trunk-manual-only.sh we then
also need to put a 30 sec sleep into stable-manual.sh



Modified:
    ofbiz/tools/demo-backup/stable-manual.sh

Modified: ofbiz/tools/demo-backup/stable-manual.sh
URL: http://svn.apache.org/viewvc/ofbiz/tools/demo-backup/stable-manual.sh?rev=1798919&r1=1798918&r2=1798919&view=diff
==============================================================================
--- ofbiz/tools/demo-backup/stable-manual.sh (original)
+++ ofbiz/tools/demo-backup/stable-manual.sh Fri Jun 16 12:11:42 2017
@@ -3,6 +3,7 @@
 cd /home/ofbizDemo/branch16.11
 svn up
 ./gradlew "ofbizBackground --shutdown --portoffset 10000"
+sleep 30
 ./gradlew cleanAll
 ./gradlew "ofbiz --load-data --portoffset 10000"
 ./gradlew svnInfoFooter