summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-10-22 21:08:35 +0200
committerCarl Hetherington <cth@carlh.net>2020-10-22 21:08:35 +0200
commit6adba8388f74b16f9e2132a96d2e529ab2135049 (patch)
tree076b6e29da3b2306dc37b719d9ccc0828cbd4ae7
parentd5c0cf570f0307279f75ebcaa0f9f5c1fdb2e1f8 (diff)
Fix source packaging.
-rwxr-xr-xcdist2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdist b/cdist
index a00fa0c..6011338 100755
--- a/cdist
+++ b/cdist
@@ -855,7 +855,7 @@ class SourceTarget(Target):
def cleanup(self):
rmtree(self.directory)
- def package(self, project, checkout, output_dir, options):
+ def package(self, project, checkout, output_dir, options, no_notarize):
tree = globals.trees.get(project, checkout, self)
with TreeDirectory(tree):
name = read_wscript_variable(os.getcwd(), 'APPNAME')