Lines Matching refs:dry_run
55 def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0,
87 mkpath(os.path.dirname(archive_name), dry_run=dry_run)
106 if not dry_run:
122 spawn(cmd, dry_run=dry_run)
127 def make_zipfile(base_name, base_dir, verbose=0, dry_run=0):
137 mkpath(os.path.dirname(zip_filename), dry_run=dry_run)
149 dry_run=dry_run)
161 if not dry_run:
207 dry_run=0, owner=None, group=None):
228 if not dry_run:
234 kwargs = {'dry_run': dry_run}