Closed
Description
Problem
We don't know what tools exist (besides quilt
) for working with patches.
Solution
Research tools, build POCs with each and share findings here.
This will be closed once myself and @code-asher discuss our tool of choice.
Resources
For using quilt
:
- http://www.shakthimaan.com/downloads/glv/quilt-tutorial/quilt-doc.pdf
- https://raphaelhertzog.com/2012/08/08/how-to-use-quilt-to-manage-patches-in-debian-packages/
- https://michal.hrusecky.net/2011/10/how-to-create-patches-using-quilt/
- conflict resolution with patch files (tips)
- https://wiki.debian.org/UsingQuilt
- https://linux.die.net/man/1/quilt
- https://raphaelhertzog.com/2012/08/08/how-to-use-quilt-to-manage-patches-in-debian-packages/
- https://perl-team.pages.debian.net/howto/quilt.html
Related
Part 0/3 of #4687
TODOS
Create a POC
- create GitHub repo
jsjoeio/quilt-poc
: https://github.com/jsjoeio/quilt-poc - add a file (use example from
microsoft/vscode
- find a file we change in our fork
coder/vscode
- set up
quilt
and create patch - record video talking through how it works
- summarize and post here
Notes
quilt push
to apply patch. quilt pop
to undo patch.