From e65c2c14e93a9707ea0639f668b59b35c2ce3a96 Mon Sep 17 00:00:00 2001 From: mpeterv Date: Sun, 20 Mar 2016 19:24:38 +0300 Subject: [PATCH] Don't warn about checksum when using cached git repos --- hererocks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hererocks.py b/hererocks.py index 08e6802..980dfe5 100755 --- a/hererocks.py +++ b/hererocks.py @@ -249,7 +249,6 @@ class Program(object): return if self.source_kind == "git": - print("Warning: checksum of {} is not verified (git)".format(self.name)) # Currently inside the cached git repo, just copy it somewhere. result_dir = os.path.join(temp_dir, self.name) copy_dir(".", result_dir)