projects
/
services
/
jenkins-scripts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f2997d
)
Reduce a count of the palleral execution
46/131446/1
author
Yonghee Han
<onstudy@samsung.com>
Mon, 29 May 2017 08:45:10 +0000
(17:45 +0900)
committer
Yonghee Han
<onstudy@samsung.com>
Mon, 29 May 2017 08:45:10 +0000
(17:45 +0900)
Change-Id: I86a1f557aeffc0e4b2e86134e781bbcb7c3662d5
job_update_nuget.py
patch
|
blob
|
history
diff --git
a/job_update_nuget.py
b/job_update_nuget.py
index
b6c6de0
..
6e81388
100755
(executable)
--- a/
job_update_nuget.py
+++ b/
job_update_nuget.py
@@
-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)