svn commit: r1714897 - in /ofbiz/trunk/tools/demo-backup: all-manual-nicely.sh old-manual-nicely.sh stable-manual-nicely.sh trunk-manual-nicely.sh

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1714897 - in /ofbiz/trunk/tools/demo-backup: all-manual-nicely.sh old-manual-nicely.sh stable-manual-nicely.sh trunk-manual-nicely.sh

jleroux@apache.org
Author: jleroux
Date: Tue Nov 17 22:05:18 2015
New Revision: 1714897

URL: http://svn.apache.org/viewvc?rev=1714897&view=rev
Log:
Being nice on demos VM (manual cases) with not stuck script

Modified:
    ofbiz/trunk/tools/demo-backup/all-manual-nicely.sh
    ofbiz/trunk/tools/demo-backup/old-manual-nicely.sh
    ofbiz/trunk/tools/demo-backup/stable-manual-nicely.sh
    ofbiz/trunk/tools/demo-backup/trunk-manual-nicely.sh

Modified: ofbiz/trunk/tools/demo-backup/all-manual-nicely.sh
URL: http://svn.apache.org/viewvc/ofbiz/trunk/tools/demo-backup/all-manual-nicely.sh?rev=1714897&r1=1714896&r2=1714897&view=diff
==============================================================================
--- ofbiz/trunk/tools/demo-backup/all-manual-nicely.sh (original)
+++ ofbiz/trunk/tools/demo-backup/all-manual-nicely.sh Tue Nov 17 22:05:18 2015
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-nice -n 19 ionice -c2 -n7 ./all-manual.sh
\ No newline at end of file
+nohup nice -n 19 ionice -c2 -n7 ./all-manual.sh &
\ No newline at end of file

Modified: ofbiz/trunk/tools/demo-backup/old-manual-nicely.sh
URL: http://svn.apache.org/viewvc/ofbiz/trunk/tools/demo-backup/old-manual-nicely.sh?rev=1714897&r1=1714896&r2=1714897&view=diff
==============================================================================
--- ofbiz/trunk/tools/demo-backup/old-manual-nicely.sh (original)
+++ ofbiz/trunk/tools/demo-backup/old-manual-nicely.sh Tue Nov 17 22:05:18 2015
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-nice -n 19 ionice -c2 -n7 ./old-manual.sh
\ No newline at end of file
+nohup nice -n 19 ionice -c2 -n7 ./old-manual.sh &
\ No newline at end of file

Modified: ofbiz/trunk/tools/demo-backup/stable-manual-nicely.sh
URL: http://svn.apache.org/viewvc/ofbiz/trunk/tools/demo-backup/stable-manual-nicely.sh?rev=1714897&r1=1714896&r2=1714897&view=diff
==============================================================================
--- ofbiz/trunk/tools/demo-backup/stable-manual-nicely.sh (original)
+++ ofbiz/trunk/tools/demo-backup/stable-manual-nicely.sh Tue Nov 17 22:05:18 2015
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-nice -n 19 ionice -c2 -n7 ./stable-manual.sh
\ No newline at end of file
+nohup nice -n 19 ionice -c2 -n7 ./stable-manual.sh &
\ No newline at end of file

Modified: ofbiz/trunk/tools/demo-backup/trunk-manual-nicely.sh
URL: http://svn.apache.org/viewvc/ofbiz/trunk/tools/demo-backup/trunk-manual-nicely.sh?rev=1714897&r1=1714896&r2=1714897&view=diff
==============================================================================
--- ofbiz/trunk/tools/demo-backup/trunk-manual-nicely.sh (original)
+++ ofbiz/trunk/tools/demo-backup/trunk-manual-nicely.sh Tue Nov 17 22:05:18 2015
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-nice -n 19 ionice -c2 -n7 ./trunk-manual.sh
\ No newline at end of file
+nohup nice -n 19 ionice -c2 -n7 ./trunk-manual.sh &
\ No newline at end of file