-
Notifications
You must be signed in to change notification settings - Fork 68
Add patches directly in repos.yaml #80
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
base: master
Are you sure you want to change the base?
Conversation
|
Hi, yes good idea. I generally do that with shell_command_after but native support would be nice indeed. Have you considered using git am instead of path to apply? Also support for URLs as patch source would be cool. We should think of a mechanism to keep the door for that open. |
Ok perfect, then i can work on that. I try to that in the next weeks. I am still in holidays. |
Git am would be indeed the better way for doing it. I didn't considered this, because right now our project only uses patch files created with git diff. But to introduce it here git am would be the better. |
afd62a0 to
5c9b381
Compare
ea79bf5 to
c80c33b
Compare
d41873c to
ddf6f29
Compare
ddf6f29 to
3deabbd
Compare
|
@sbidoul this PR is updated and using |
d15a9b4 to
fac9ebd
Compare
Appling it without extra command in shell_command_after
fac9ebd to
3a6232e
Compare
This adds the possibility to add patches directly in repos.yml by adding
to repos.yaml
Test are missing