From: Ian Jackson Date: Wed, 5 Apr 2017 12:41:29 +0000 (+0100) Subject: rename fullsrcbomb.tar (internal filename only for now) X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/commitdiff_plain/06e61e3b6ee50510264533b4064c7047c8e89b28 rename fullsrcbomb.tar (internal filename only for now) Signed-off-by: Ian Jackson --- diff --git a/hippotatlib/ownsource.py b/hippotatlib/ownsource.py index 135abeb..3642b75 100644 --- a/hippotatlib/ownsource.py +++ b/hippotatlib/ownsource.py @@ -40,7 +40,7 @@ except ImportError: pass class SourceShipmentPreparer(): def __init__(s, destdir): # caller may modify, and should read after calling generate() - s.output_names = ['srcbomb.tar.gz', 'fullsrcbomb.tar'] + s.output_names = ['srcbomb.tar.gz', 'srcpkgsbomb.tar'] s.output_paths = [None,None] # alternatively caller may read this # defaults, caller can modify after creation s.logger = lambda m: print('SourceShipmentPreparer',m)