Diferencias entre las revisiones 14 y 15
Versión 14 con fecha 2008-03-01 20:03:04
Tamaño: 2105
Editor: JuanjoAmor
Comentario: Instalando buildbot
Versión 15 con fecha 2008-03-01 20:20:48
Tamaño: 2493
Editor: JuanjoAmor
Comentario: instalando svn y jhbuild
Los textos eliminados se marcan así. Los textos añadidos se marcan así.
Línea 59: Línea 59:
  Parece que también se ha instalado sin errores.  Parece que también se ha instalado sin errores.

 * Instalación de jhbuild (para hacer el checkout hemos tenido que instalar svn y todas las dependencias, usando software de sunfreeware.com).

{{{
gslave@gnomehispano $ svn co http://svn.gnome.org/svn/jhbuild/trunk ./jhbuild
...
A jhbuild/NEWS
 U jhbuild
Checked out revision 1911.

gslave@gnomehispano $

}}}

 El siguiente paso será compilar e instalar jhbuild.

Build brigade en la T200

Software instalado

Entorno

  • User: gslave, ZFS: /export/backups/gslave, con la estructura de directorios tal y como dice en el documento arriba citado, es decir:

   $ mkdir -p ~/gnome

   # Directories for the actual build process (<work>)
   $ mkdir -p ~/gnome/work/src
   $ mkdir -p ~/gnome/work/bin
   $ mkdir -p ~/gnome/work/slaves

   # Directory to keep downloaded sources (<sources>)
   $ mkdir ~/sources

gslave@gnomehispano $ cd sources/Twisted-2.5.0/zope.interface-3.3.0
gslave@gnomehispano $ python ./setup.py build

...

gslave@gnomehispano $ python ./setup.py install --home=~

...
  • Parece que se instaló sin errores.
  • Instalamos ahora el buildbot.

gslave@gnomehispano $ cd sources/buildbot-0.7.5
gslave@gnomehispano $ python ./setup.py build
running build
running build_py
...
copying and adjusting bin/buildbot -> build/scripts-2.5
changing mode of build/scripts-2.5/buildbot from 644 to 755

gslave@gnomehispano $ python ./setup.py install --home=~

...

creating /export/home/gslave/lib/python/buildbot/test/subdir
copying buildbot/test/subdir/emit.py -> /export/home/gslave/lib/python/buildbot/test/subdir
running install_egg_info
Writing /export/home/gslave/lib/python/buildbot-0.7.5-py2.5.egg-info

gslave@gnomehispano $
  • Parece que también se ha instalado sin errores.
  • Instalación de jhbuild (para hacer el checkout hemos tenido que instalar svn y todas las dependencias, usando software de sunfreeware.com).

gslave@gnomehispano $ svn co http://svn.gnome.org/svn/jhbuild/trunk ./jhbuild
...
A    jhbuild/NEWS
 U   jhbuild
Checked out revision 1911.

gslave@gnomehispano $ 
  • El siguiente paso será compilar e instalar jhbuild.

Administradores/T200/BuildBrigade (última edición 2008-12-04 08:49:12 efectuada por anónimo)