Conversation
|
Noticed a centos failure |
|
We had this failure some time ago with this illegal character. I thought it was fixed… Have to do a rebase and we will see what happens. |
8a75f2a to
a9a8809
Compare
|
Interesting, does it pass without this commit? In other words wondering if it's something here we did with git or it just an issue with the package repo. I can't remember how we fixed this before either. |
|
Mhhh, it fails here: from Makefile: and then in couchdb.spec: But I don't know why this is related to this commit? Other question: We have |
|
Oh found this, we had this problem already, but the PR is closed: apache/couchdb-pkg#196 |
|
looked at an successful run on main, there was no or a successful PR: |
Usually it's because we leave something in the source tree that's not expected (we make changes to it outside of git). So in that respect this PR can affect that since it deals with git attributes and ignores. But I am not entirely sure how yet. |
After moving Nouveau from `nouveau` to `extra/nouveau` we need to update the `.gitattributes` file, that Windows will use LF as line ending, when no `core.autocrlf` is configured within git.
a9a8809 to
867a833
Compare
After moving Nouveau from
nouveautoextra/nouveauwe need to update the.gitattributesfile, that Windows will use LF as line ending, when nocore.autocrlfis configured within git.