# # # patch "handlers.py" # from [1de08d5626f44e62341a85effcad4ce618264d95] # to [00583415efe02ce6aa854f2d629d40a5a9dfe0be] # ============================================================ --- handlers.py 1de08d5626f44e62341a85effcad4ce618264d95 +++ handlers.py 00583415efe02ce6aa854f2d629d40a5a9dfe0be @@ -480,7 +480,7 @@ class RevisionTar(RevisionPage): # for now; we might want to come up with something more interesting; # maybe the branch name (but there might be multiple branches?) basedirname = revision - tarobj = tarfile.open(name=filename, mode="w", fileobj=sys.stdout) + tarobj = tarfile.open(name=filename, mode="w|", fileobj=sys.stdout) dir_mode, file_mode = "0700", "0600" certs = {} for stanza in manifest: