Compiler24 » Historique » Version 10
Joël Cuissinat, 23/07/2015 10:40
| 1 | 1 | Emmanuel GARETTE | h1. Compiler24 |
|---|---|---|---|
| 2 | 1 | Emmanuel GARETTE | |
| 3 | 6 | Emmanuel GARETTE | h2. Récupération des nouveaux commits : |
| 4 | 1 | Emmanuel GARETTE | |
| 5 | 1 | Emmanuel GARETTE | Ajouter (si ce n'est pas fait) le dépôt officiel de tiramisu ; |
| 6 | 1 | Emmanuel GARETTE | |
| 7 | 1 | Emmanuel GARETTE | # git remote add lab git://git.labs.libre-entreprise.org/tiramisu.git |
| 8 | 1 | Emmanuel GARETTE | |
| 9 | 1 | Emmanuel GARETTE | Faire la différence entre local et distant : |
| 10 | 1 | Emmanuel GARETTE | |
| 11 | 9 | Emmanuel GARETTE | # git fetch lab |
| 12 | 8 | Emmanuel GARETTE | # git merge lab/1.0 master |
| 13 | 8 | Emmanuel GARETTE | # git push |
| 14 | 1 | Emmanuel GARETTE | |
| 15 | 1 | Emmanuel GARETTE | h2. Création du paquet : |
| 16 | 1 | Emmanuel GARETTE | |
| 17 | 4 | Emmanuel GARETTE | # git tag -m"version XXXX" release/XXXX |
| 18 | 10 | Joël Cuissinat | # git push origin release/XXXX |
| 19 | 3 | Emmanuel GARETTE | # git package dist/ubuntu/precise/master |
| 20 | 3 | Emmanuel GARETTE | # git package -b -d eole-2.4-unstable dist/ubuntu/precise/master |