User Tools

Site Tools


wiki:development:nxlibs-repository

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 "debcommit -a" commit your changes with "debcommit -a"
 ==== Create new patch ==== ==== Create new patch ====
-apply paches until you reach the code state where you want to begin with your new patch+Apply patches until you reach the code state where you want to begin with your new patch
 <code> <code>
-dquilt push+dquilt push
 </code> </code>
-create new patch ''<NUMBER>_<NXCOMPONENT>_<DESCRIPTION>.full.patch'', for example:+Create new patch ''<NUMBER>_<NXCOMPONENT>_<DESCRIPTION>.full.patch'', for example:
 <code> <code>
-dquilt new 203_nxagent_disable-rootless-exit.full.patch+dquilt new 203_nxagent_disable-rootless-exit.full.patch
 </code> </code>
-add files, which you want to patch with+Add files, which you want to patch with
 <code> <code>
-dquilt add <FILE>+dquilt add <FILE>
 </code> </code>
-edit files, you want to patch and save the changes+Edit files, you want to patch and save the changes
 <code> <code>
-dquilt refresh+dquilt refresh
 </code> </code>
-revoke all patches with +Revoke all patches, apply all patches to verify that we didn't break any of the following patches, after that revoke all patches again: 
 <code> <code>
-dquilt pop -a+$ dquilt pop -a 
 +$ dquilt push -a 
 +dquilt pop -a
 </code> </code>
-check your changes with "git status" and "git diff". Edit changelog with "dch", make sure you keep changelog lines below 80 characters, for example:+Check your changes with "git status" and "git diff". Edit changelog with "dch", make sure you keep changelog lines below 80 characters, for example:
 <code> <code>
-Create patch: 203_nxagent_disable-rootless-exit.full.patch,+Add patch: 203_nxagent_disable-rootless-exit.full.patch,
   <describe what you did...>.   <describe what you did...>.
 </code> </code>
-commit your changes with "debcommit -a"+Commit your changes with 
 +<code> 
 +debcommit -a 
 +</code>
wiki/development/nxlibs-repository.txt · Last modified: 2013/03/08 13:31 (external edit)