chiark
/
gitweb
/
~ian
/
hippotat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cc6968
)
ownsource: do not crash if not s.download_packages
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 5 Apr 2017 13:01:15 +0000
(14:01 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 5 Apr 2017 13:01:15 +0000
(14:01 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
hippotatlib/ownsource.py
patch
|
blob
|
history
diff --git
a/hippotatlib/ownsource.py
b/hippotatlib/ownsource.py
index 3642b756967a2c02c52dc720048eec5e3832a213..16ccdbd06510d41746f2d07cdd0bc065af9d1f35 100644
(file)
--- a/
hippotatlib/ownsource.py
+++ b/
hippotatlib/ownsource.py
@@
-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)