make validate
failing for rancher/charts due to invalid checksum
#88
Labels
make validate
failing for rancher/charts due to invalid checksum
#88
As @aiyengar2 has pointed out, it looks like the invalid checksum message is coming from the
go-git
library here. It seems to occur specifically when retrieving the repo's information to check if the working tree is clean, see here.Deleting my fork, recreating and re-attempting a
make validate
(with or without making any actual changes) results in the same error.Not sure if local versions of these matter but here are my git and go versions
on local dev-v2.7:
![image](https://user-images.githubusercontent.com/85186645/201154177-474140d2-68f2-41b3-b2d4-0b2a8aa21185.png)
![image](https://user-images.githubusercontent.com/85186645/201153943-2f88e6cc-12fc-4206-b2a0-b8383d3ac829.png)
![image](https://user-images.githubusercontent.com/85186645/201151475-904c5387-7184-42bb-93ba-d065b34822e5.png)
![image](https://user-images.githubusercontent.com/85186645/201154524-83145bfd-beac-4a86-bd4f-1b930f0465ec.png)
![image](https://user-images.githubusercontent.com/85186645/201154805-d798a252-4412-4808-a223-5b555419ab0b.png)
on upstream dev-v2.7:
make validate
result:current commit hash comparison:
The text was updated successfully, but these errors were encountered: