Projet

Général

Profil

Compiler24 » Historique » Version 21

Emmanuel GARETTE, 22/09/2016 09:20

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 13 Emmanuel GARETTE
13 13 Emmanuel GARETTE
h3. sur 2.4 et 2.5
14 13 Emmanuel GARETTE
15 13 Emmanuel GARETTE
# git checkout 1.0/master
16 13 Emmanuel GARETTE
# git merge lab/1.0 1.0/master
17 8 Emmanuel GARETTE
# git push
18 1 Emmanuel GARETTE
19 13 Emmanuel GARETTE
h3. sur 2.6
20 13 Emmanuel GARETTE
21 21 Emmanuel GARETTE
# git checkout master
22 20 Emmanuel GARETTE
# git merge lab/2.0 master
23 13 Emmanuel GARETTE
# git push
24 13 Emmanuel GARETTE
25 1 Emmanuel GARETTE
h2. Création du paquet :
26 1 Emmanuel GARETTE
27 4 Emmanuel GARETTE
# git tag -m"version XXXX" release/XXXX
28 10 Joël Cuissinat
# git push origin  release/XXXX
29 11 Emmanuel GARETTE
30 11 Emmanuel GARETTE
h3. 2.4
31 11 Emmanuel GARETTE
32 3 Emmanuel GARETTE
# git package dist/ubuntu/precise/master
33 3 Emmanuel GARETTE
# git package -b -d eole-2.4-unstable dist/ubuntu/precise/master
34 11 Emmanuel GARETTE
35 11 Emmanuel GARETTE
h3. 2.5
36 11 Emmanuel GARETTE
37 11 Emmanuel GARETTE
# git package dist/eole/2.5/master
38 1 Emmanuel GARETTE
# git package -b -d eole-2.5/unstable 2.5/master
39 13 Emmanuel GARETTE
40 19 Bruno Boiget
*Attention* il faut sûrement faire un paquet tiramisu1 en 2.6 (pour Zéphir) :
41 17 Bruno Boiget
42 18 Bruno Boiget
# git package dist/eole/2.6.0/tiramisu1
43 18 Bruno Boiget
# git package -b -d eole-2.6/unstable 2.6.0/tiramisu1
44 18 Bruno Boiget
45 13 Emmanuel GARETTE
h3. 2.6
46 13 Emmanuel GARETTE
47 14 Emmanuel GARETTE
# git package dist/eole/2.6.0/master
48 16 Emmanuel GARETTE
# git package -b -d eole-2.6/unstable 2.6.0/master