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
Next revision Both sides next revision
wiki:development:nxlibs-repository [2012/02/28 13:09]
morty Refrasing and formatting
wiki:development:nxlibs-repository [2012/02/28 13:22]
morty missing bash
Line 90: Line 90:
 We now import the sources using the [[http://packages.debian.org/squeeze/git-load-dirs | git_load_dirs]] tool. It is run in the temporary directory ''t/'': We now import the sources using the [[http://packages.debian.org/squeeze/git-load-dirs | git_load_dirs]] tool. It is run in the temporary directory ''t/'':
  
-<file bash git-load-dirs.sh> +<file bash run-git-load-dirs.sh> 
-  wc=../nx-libs +#!/bin/bash 
-  l=`ls -d nxcomp-*(/)` +wc=../nx-libs 
-  for f in $l; do (cd $wc; git reset --hard ; git clean -dfx); git_load_dirs -w $wc $f; done+l=`ls -d nxcomp-*(/)` 
 +for f in $l; do (cd $wc; git reset --hard ; git clean -dfx); git_load_dirs -w $wc $f; done
 </file> </file>
  
Line 163: Line 164:
 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
Line 169: Line 170:
 add files, which you want to patch with add files, which you want to patch with
 <code> <code>
-dquilt add DATEINAME+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
wiki/development/nxlibs-repository.txt · Last modified: 2013/03/08 13:31 (external edit)