X-Git-Url: https://main.carlh.net/gitweb/?p=cdist.git;a=blobdiff_plain;f=cdist;h=6011338daadae41f5479b405f8fb9fc168d785be;hp=a00fa0c2389e4ba4dfa43c77b270df1555f586e8;hb=6adba8388f74b16f9e2132a96d2e529ab2135049;hpb=d5c0cf570f0307279f75ebcaa0f9f5c1fdb2e1f8 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')