Projet

Général

Profil

Compiler24 » Historique » Version 9

Version 8 (Emmanuel GARETTE, 01/04/2014 09:16) → Version 9/38 (Emmanuel GARETTE, 03/07/2014 17:33)

h1. Compiler24

h2. Récupération des nouveaux commits :

Ajouter (si ce n'est pas fait) le dépôt officiel de tiramisu ;

# git remote add lab git://git.labs.libre-entreprise.org/tiramisu.git

Faire la différence entre local et distant :

# git fetch lab
# git
merge lab/1.0 master
# git push

h2. Création du paquet :

# git tag -m"version XXXX" release/XXXX
# git package dist/ubuntu/precise/master
# git package -b -d eole-2.4-unstable dist/ubuntu/precise/master