This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:development:nxlibs-repository [2012/02/28 13:22] morty missing bash |
wiki:development:nxlibs-repository [2013/03/08 13:31] (current) |
||
|---|---|---|---|
| Line 160: | Line 160: | ||
| commit your changes with " | commit your changes with " | ||
| ==== Create new patch ==== | ==== Create new patch ==== | ||
| - | apply paches | + | Apply patches |
| < | < | ||
| - | dquilt push | + | $ dquilt push |
| </ | </ | ||
| - | create | + | Create |
| < | < | ||
| - | dquilt new 203_nxagent_disable-rootless-exit.full.patch | + | $ dquilt new 203_nxagent_disable-rootless-exit.full.patch |
| </ | </ | ||
| - | add files, which you want to patch with | + | Add files, which you want to patch with |
| < | < | ||
| - | dquilt add < | + | $ dquilt add < |
| </ | </ | ||
| - | edit files, you want to patch and save the changes | + | Edit files, you want to patch and save the changes |
| < | < | ||
| - | dquilt refresh | + | $ dquilt refresh |
| </ | </ | ||
| - | revoke all patches | + | Revoke all patches, apply all patches to verify that we didn't break any of the following patches, after that revoke all patches |
| < | < | ||
| - | dquilt pop -a | + | $ dquilt pop -a |
| + | $ dquilt push -a | ||
| + | $ dquilt pop -a | ||
| </ | </ | ||
| - | check your changes with "git status" | + | Check your changes with "git status" |
| < | < | ||
| - | * Create | + | * Add patch: 203_nxagent_disable-rootless-exit.full.patch, |
| < | < | ||
| </ | </ | ||
| - | commit | + | Commit |
| + | < | ||
| + | $ debcommit -a | ||
| + | </ | ||