Don't warn about checksum when using cached git repos

This commit is contained in:
mpeterv 2016-03-20 19:24:38 +03:00
parent d290832551
commit e65c2c14e9

View File

@ -249,7 +249,6 @@ class Program(object):
return return
if self.source_kind == "git": 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. # Currently inside the cached git repo, just copy it somewhere.
result_dir = os.path.join(temp_dir, self.name) result_dir = os.path.join(temp_dir, self.name)
copy_dir(".", result_dir) copy_dir(".", result_dir)