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 Both sides next revision
wiki:development:nxlibs-repository [2012/02/28 13:12]
morty Phrasing
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>
  
wiki/development/nxlibs-repository.txt · Last modified: 2013/03/08 13:31 (external edit)