| ... | ... | @@ -23,7 +23,7 @@ |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|

|
|
|
|

|
|
|
|
|
|
|
|
|
|
|
|
<a name="introduction-usage-getting-started"></a>
|
| ... | ... | @@ -81,7 +81,9 @@ mkdir -p ${WRKDIR}/NEMOREF |
|
|
|
###### Download official repo (with appropriate revision rXXXX):
|
|
|
|
```
|
|
|
|
cd ${WRKDIR}/NEMOREF
|
|
|
|
svn co -rXXXX https://forge.ipsl.jussieu.fr/nemo/svn/NEMO/releases/release-4.0.1 dev_rXXXX_config_legos
|
|
|
|
git clone https://username@git.outils-is.ird.fr/legos_atnum/repos2/nemoref.git dev_r11837_config_legos
|
|
|
|
cd $WRKDIR/NEMOREF/dev_r11837_config_legos
|
|
|
|
git checkout dev_r11837_config_nemo_legos
|
|
|
|
```
|
|
|
|
|
|
|
|
###### Download legos repos... (with appropiate username):
|
| ... | ... | |
| ... | ... | |