diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-06 17:05:58 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-06 17:05:58 +0200 |
| commit | deb097cf1a49c8daa0174c2db4dd4fa0d9bceac8 (patch) | |
| tree | d433bf8de1b93890808279b65d4440f59765ecf0 | |
| parent | 2f074f5f93dec156c279d32617c3caf9bd8bded8 (diff) | |
Hack: add defaults to options before passing to 'package'
| -rwxr-xr-x | cdist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -454,6 +454,7 @@ class Target(object): def package(self, project, checkout, output_dir, options): tree = self.build(project, checkout, options) + tree.add_defaults(options) if len(inspect.getargspec(tree.cscript['package']).args) == 3: packages = tree.call('package', tree.version, options) else: |
