| ... | ... | @@ -26,7 +26,7 @@ page d accueil ==> https://git.outils-is.ird.fr/legos_atnum/repos2 |
|
|
|

|
|
|
|
|
|
|
|
|
|
|
|
First, each user have to download reference svn repository with the good revision associated to the configurations. Then, user type **git clone** command to download legos repo and do synchronization ( **rsync** command) with reference repo.
|
|
|
|
First, each user have to download reference repository (NEMOREF) with the good tag associated to the configurations. Then, user type **git clone** command to download legos repo (NEMO_CFGS) and do synchronization ( **rsync** command) with reference repo.
|
|
|
|
|
|
|
|
|
|
|
|

|
| ... | ... | @@ -85,13 +85,13 @@ cd $WRKDIR/NEMOREF/dev_r11837_config_legos |
|
|
|
git checkout dev_r11837_config_nemo_legos
|
|
|
|
```
|
|
|
|
|
|
|
|
###### Download legos repos... (with appropiate username):
|
|
|
|
###### Download legos repos... :
|
|
|
|
```
|
|
|
|
cd ${WRKDIR}
|
|
|
|
git clone https://username@git.outils-is.ird.fr/legos_atnum/repos2/nemo_cfgs.git NEMO_CFGS
|
|
|
|
```
|
|
|
|
|
|
|
|
###### Choose configuration experiment
|
|
|
|
###### Choose configuration experiment :
|
|
|
|
|
|
|
|
User have to go to NEMO repos and create a new branch and work on it
|
|
|
|
```
|
| ... | ... | @@ -119,7 +119,7 @@ You will have 2 directories now |
|
|
|
* NEMO_CFGS/setup/ Which give to user tools or specific files for running the configuration
|
|
|
|
|
|
|
|
|
|
|
|
###### Download tools repos... (with appropiate username and tag):
|
|
|
|
###### Download tools repos... :
|
|
|
|
|
|
|
|
|
|
|
|
```
|
| ... | ... | |
| ... | ... | |