diff --git a/SUS/var/lib/reposado/repo_sync b/SUS/var/lib/reposado/repo_sync index 3d995ea..806e544 100755 --- a/SUS/var/lib/reposado/repo_sync +++ b/SUS/var/lib/reposado/repo_sync @@ -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