Fix source packaging.
authorCarl Hetherington <cth@carlh.net>
Thu, 22 Oct 2020 19:08:35 +0000 (21:08 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 22 Oct 2020 19:08:35 +0000 (21:08 +0200)
cdist

diff --git a/cdist b/cdist
index a00fa0c2389e4ba4dfa43c77b270df1555f586e8..6011338daadae41f5479b405f8fb9fc168d785be 100755 (executable)
--- 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')