Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #156 from wegotoeleven/2020-10-01-10.15.7_Compatib…
Browse files Browse the repository at this point in the history
…ility

Update repo_sync
  • Loading branch information
duncan-mccracken authored Oct 11, 2020
2 parents 94659a9 + 7ff101c commit 4004fd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SUS/var/lib/reposado/repo_sync
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ def curl(url, destinationpath, onlyifnewer=False, etag=None, resume=False):
# curl so we avoid the problem of URLs showing up in a process listing
try:
fileobj = open(curldirectivepath, mode='w')
print >> fileobj, 'compress' # accept and handle compressed files
print >> fileobj, 'silent' # no progress meter
print >> fileobj, 'show-error' # print error msg to stderr
print >> fileobj, 'no-buffer' # don't buffer output
Expand Down

0 comments on commit 4004fd2

Please sign in to comment.