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 2016/09/29 14:00:12 UTC

svn commit: r1762781 - /ofbiz/trunk/tools/demo-backup/check-svn-update.sh

Author: jleroux
Date: Thu Sep 29 14:00:11 2016
New Revision: 1762781

URL: http://svn.apache.org/viewvc?rev=1762781&view=rev
Log:
Improves: makes this file comparable to all-manual.sh

Modified:
    ofbiz/trunk/tools/demo-backup/check-svn-update.sh

Modified: ofbiz/trunk/tools/demo-backup/check-svn-update.sh
URL: http://svn.apache.org/viewvc/ofbiz/trunk/tools/demo-backup/check-svn-update.sh?rev=1762781&r1=1762780&r2=1762781&view=diff
==============================================================================
--- ofbiz/trunk/tools/demo-backup/check-svn-update.sh (original)
+++ ofbiz/trunk/tools/demo-backup/check-svn-update.sh Thu Sep 29 14:00:11 2016
@@ -8,7 +8,7 @@ cd /home/ofbizDemo/trunk
     ./gradlew cleanAll 
     ./gradlew loadDefault 
     ./gradlew svnInfoFooter 
-    ./gradlew ofbizBackground 
+    ./gradlew ofbizBackground
 
 cd /home/ofbizDemo/branch13.7
     svn up
@@ -19,15 +19,15 @@ cd /home/ofbizDemo/branch13.7
     ./ant start-batch-secure -Dportoffset=10000
 
 cd /home/ofbizDemo/branch12.4
-        svn up
-        tools/stopofbiz.sh
-        sleep 10
-        tools/stopofbiz.sh
-        sleep 10
-        tools/stopofbiz.sh
-        sleep 10
-        ./ant clean-all
-        ./ant load-demo
-        ./ant svninfo
-        sleep 10
-        nohup tools/startofbiz-secure.sh &
+    svn up
+    tools/stopofbiz.sh
+    sleep 10
+    tools/stopofbiz.sh
+    sleep 10
+    tools/stopofbiz.sh
+    sleep 10
+    ./ant clean-all
+    ./ant load-demo
+    ./ant svninfo
+    sleep 10
+    nohup tools/startofbiz-secure.sh &