Home | History | Annotate | Download | only in tools

Lines Matching refs:DRY

34         self.DRY = False
74 Use -n for a dry-run (doesn't write the zip file).
93 [ "exec-zip", "verbose", "dry", "sourcedir=" ])
99 if o in [ "-n", "--dry" ]:
100 # Dry mode: don't copy/zip, print what would be done.
101 p.DRY = True
192 if p.DRY:
224 if not p.DRY:
238 if p.EXEC_ZIP and not p.DRY:
253 if p.DRY:
254 print >>sys.stderr, "This was in *DRY* mode. No copies done."