Merge pull request #6704 from dumganhar/make-package-support-insert-extra-zip

Adds a comment before making archive file
This commit is contained in:
James Chen 2014-05-13 14:38:50 +08:00
commit 7cf54c4e1f
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ class GitArchiver(object):
else: else:
raise RuntimeError("Unknown format: {f}".format(f=output_format)) raise RuntimeError("Unknown format: {f}".format(f=output_format))
print("Making archive: (%s) , please wait ..." % output_path)
for file_path in self.extra: for file_path in self.extra:
if not dry_run: if not dry_run:
if self.verbose: if self.verbose: