X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/063bf41e5cfc587f419883a7ed45c7b51e0d6716..216519e342072164533ae340141d585c638db8e2:/hippotatlib/ownsource.py diff --git a/hippotatlib/ownsource.py b/hippotatlib/ownsource.py index 135abeb..16ccdbd 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) @@ -364,6 +364,7 @@ class SourceShipmentPreparer(): s._destdir, outputs) def mk_packages_portmanteau(s): + if not s.download_packages: return s._mk_portmanteau(1, s.rune_portmanteau_uncompressed, s._packages_path, s._package_sources)