Projet

Général

Profil

Compiler24 » Historique » Version 24

« Précédent - Version 24/38 (diff) - Suivant » - Version actuelle
Emmanuel GARETTE, 13/10/2016 10:16


Compiler24

Ajout des dépôts :

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

Configuration des variables

sur 2.4

BRANCHE_TIRAMISU=lab/1.0
BRANCHE_EOLE=1.0/master
DEPOT=eole-2.4-unstable
BRANCHE_PACKAGE=dist/ubuntu/precise/master

sur 2.5

BRANCHE_TIRAMISU=lab/1.0
BRANCHE_EOLE=1.0/master
DEPOT=eole-2.5-unstable
BRANCHE_PACKAGE=dist/eole/2.5/master

sur 2.6.0

BRANCHE_TIRAMISU=lab/2.0
BRANCHE_EOLE=2.6.0/master
DEPOT=eole-2.6.0/proposed-updates
BRANCHE_PACKAGE=eole-2.6/unstable

sur 2.6.1

BRANCHE_TIRAMISU=lab/2.0
BRANCHE_EOLE=master
DEPOT=eole-2.6/unstable
BRANCHE_PACKAGE=eole-2.6/unstable 2.6.1/master

Récupération des nouveaux commits :

Faire la différence entre local et distant :

git fetch lab
git checkout $BRANCHE_EOLE
git pull

Merge des branches

git checkout $BRANCHE_EOLE
git merge $BRANCHE_TIRAMISU $BRANCHE_EOLE
git push

Création du paquet :

git tag -m"version XXXX" release/XXXX
git push origin  release/XXXX
git package $BRANCHE_PACKAGE
git package -b -d $DEPOT $BRANCHE_PACKAGE

Attention il faut sûrement faire un paquet tiramisu1 en 2.6 (pour Zéphir) :

git package dist/eole/2.6.0/tiramisu1
git package -b -d eole-2.6/unstable 2.6.0/tiramisu1