Home | History | Annotate | Download | only in distutils

Lines Matching refs:dry_run

51 def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0,
81 mkpath(os.path.dirname(archive_name), dry_run=dry_run)
100 if not dry_run:
116 spawn(cmd, dry_run=dry_run)
121 def make_zipfile(base_name, base_dir, verbose=0, dry_run=0):
136 mkpath(os.path.dirname(zip_filename), dry_run=dry_run)
148 dry_run=dry_run)
161 if not dry_run:
194 dry_run=0, owner=None, group=None):
215 if not dry_run:
221 kwargs = {'dry_run': dry_run}