Re: tinderbox patches

Luis Villa <[email protected]> Sun, 14 Aug 2005 22:10:09 -0400
Newsgroups gmane.comp.gnome.packaging
Message-ID <[email protected]>
Gah, ignore me for at least a little while more- the changelog patch is bus=
ted.
Luis

On 8/14/05, Luis Villa <[email protected]> wrote:
> Hey, all-
> Some notes.
>=20
> I've updated the patches to give much better atom output, and apply
> correctly, so you might want to:
>=20
> cd microtinder/jhbuild/
> cvs up -C
> cd ../
> for i in `ls jhbuild-patches/*patch`;
> do
>   patch -p0 < $i
> done
>=20
> Also, I realized while playing with things that anyone running a
> tinder on a box with no X should disable 'make check'; most non-lib
> bits will fail if you don't have that turned on. If you do have X,
> edit tinder.sh by adding 'xvfb-run' before the jhbuild command, and
> most things will do much better.
>=20
> Still more needs to be done- the tinderplanet needs to segregrate
> 'boxes that have never built' from 'boxes that are expected to build',
> and I need to actually get my successful build out from behind my
> firewall. Might get to those later tonight, we'll see.
>=20
> Luis
>