Don't warn about checksum when using cached git repos
This commit is contained in:
parent
d290832551
commit
e65c2c14e9
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user