Skip to content

Commit ec2a6ce

Browse files
FearyncessMingcongBai
authored andcommitted
pushpkg: add delay-updates option in rsync
1 parent f164527 commit ec2a6ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pushpkg/pushpkg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ def rsync_non_noarch_file(upload_url: str, branch: str, identity_file=None, verb
176176

177177
command = [
178178
"rsync",
179+
"--delay-updates",
179180
"--recursive",
180181
"--mkpath",
181182
"--links",
@@ -223,6 +224,7 @@ def rsync_noarch_file(upload_url: str, branch: str, identity_file=None, verbose=
223224

224225
command = [
225226
"rsync",
227+
"--delay-updates",
226228
"--recursive",
227229
"--mkpath",
228230
"--links",

0 commit comments

Comments
 (0)