Reduce a count of the palleral execution 46/131446/1
authorYonghee Han <onstudy@samsung.com>
Mon, 29 May 2017 08:45:10 +0000 (17:45 +0900)
committerYonghee Han <onstudy@samsung.com>
Mon, 29 May 2017 08:45:10 +0000 (17:45 +0900)
Change-Id: I86a1f557aeffc0e4b2e86134e781bbcb7c3662d5

job_update_nuget.py

index b6c6de0..6e81388 100755 (executable)
@@ -115,7 +115,7 @@ def main():
                 f.write(data)
 
         cmd = "cat %s | " %(file_name)
-        cmd += "xargs -n 1 -P 8 -I% rsync -avz --bwlimit=5120000 % "
+        cmd += "xargs -n 1 -P 1 -I% rsync -avz --bwlimit=5120000 % "
         cmd += "%s/" %(destdir)
         print 'cmd = %s' %(cmd)
         subprocess.call(cmd, shell=True)