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

Update repo_sync #156

Merged
merged 1 commit into from
Oct 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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