From 45d845f5593b5f6ac3f2f6f3bae872740d022502 Mon Sep 17 00:00:00 2001 From: James Chen Date: Tue, 13 May 2014 14:33:53 +0800 Subject: [PATCH] Adds a comment before making archive file --- tools/make-package/git-archive-all | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/make-package/git-archive-all b/tools/make-package/git-archive-all index 9419de7ffe..648e77b186 100755 --- a/tools/make-package/git-archive-all +++ b/tools/make-package/git-archive-all @@ -177,6 +177,7 @@ class GitArchiver(object): else: raise RuntimeError("Unknown format: {f}".format(f=output_format)) + print("Making archive: (%s) , please wait ..." % output_path) for file_path in self.extra: if not dry_run: if self.verbose: