-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
update git and fix #1133 #1614
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update git and fix #1133 #1614
Conversation
LGTM and drone will check if vendoring is good ^^ |
@sapk, I think maybe the check has some wrong. The vendor package could be older than the original package. It's not an error. |
And I have run
But the drone said |
File What did you used to update vendor ? |
Can you try to do a |
I used |
It seems |
Oh it seems that https://github.com/go-gitea/gitea/blob/master/vendor/vendor.json#L3 is maybe blocking test_file ... But it shouldn't affect the command |
In fact there is no test_file in vendor so if this work in other dependencies this should also work here. I am searching why. https://github.com/search?utf8=%E2%9C%93&q=repo%3Ago-gitea%2Fgitea+language%3AGo+path%3Avendor+test&type=Code |
I haven't try but https://github.com/kardianos/govendor/wiki/Govendor-CheatSheet#important-detail. I will test with fetch when I have access to a cli. |
Ok I have tested and it seems that if you fetch it doesn't give the same checksumSHA1. |
@lunny please do |
You should have a checksum starting with |
@sapk done. |
Perfect, I hope it will pass now ^^ |
LGTM |
will fix #1133