Récupération des sources¶
Suivre la documentation sous ftp://ftp.legos.obs-mip.fr/pub/ecola/README.html qui donne comme résultat les commandes suivantes
Warning
Il est nécessaire d’avoir accès au logiciel Mercurial (hg command) pour cette partie
- cd /home1/caparmor/vgarnier/TOOLS/TTB
- .hgrc
La doc dit qu’il faut donc ajouter les lignes suivante dans ~/.hgrc:
[hostfingerprints] # If and only if this fingerprint is not given in your hg config, # then it will be shown in the output of the following command: # hg clone --insecure https://hg.legos.obs-mip.fr/poc-solvers hg.legos.obs-mip.fr = dd:c2:16:2a:da:7e:db:8c:b1:52:bb:5c:64:58:0b:d5:21:c7:64:c9En fait il faut éliminer la dernière ligne
récupération des sources la première fois
bash -cx 'for r in poc-solvers tools pocvip;do hg clone https://hg.legos.obs-mip.fr/$r;done'
update des sources
- retour en arriere quand on a modifié les sources: hg rev .
- Update (get) your repository with: hg pull
- Update your sources with: hg up