-
Notifications
You must be signed in to change notification settings - Fork 70
Small fixes (split out of #79) #85
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
Conversation
|
Looks good but beaks some of the tests due to changed strings: |
|
Ack, will update.
|
|
Not entirely related, but I attempted to set up GitLab CI for my fork, and ran into this (https://gitlab.com/andrewsh/git-buildpackage/-/jobs/1898436128#L731): That’s on the master branch. Is my CI misconfigured or is there a hidden bug? |
cd5eecf to
3e63177
Compare
|
I've not seen that one so far. I've applied the patches from that series that pass the tests btw. |
|
For reference: pipeline here passes too |
|
Could it be that Git’s behaviour has changed? I can reproduce it every time when I run the command manually: |
|
Looks like a regression in 2.34.1, it passes with 2.33.0 |
|
Fixed via 63ce4ed |
"Can not" may in some cases mean something different than "cannot", use "cannot" to make sure there are no misunderstandings. Signed-off-by: Andrej Shadura <[email protected]>
3e63177 to
c223f13
Compare
|
Thanks for merging most of the commits 🙂 There’s still one left, tests seem to pass now: https://gitlab.com/andrewsh/git-buildpackage/-/jobs/2087750529 |
|
Thanks @andrewshadura - tests pass here as well now for that one. Merged! |
These are small fixes I originally proposed in #79, but which don’t have anything to do with the rest of the pull request, so I’ve split them out so that they can be merged independently.