tinderbox patches
Luis Villa <[email protected]> Sun, 14 Aug 2005 20:51:48 -0400
| Newsgroups | gmane.comp.gnome.packaging |
|---|---|
| Message-ID | <[email protected]> |
Hey, all- Some notes.=20 I've updated the patches to give much better atom output, and apply correctly, so you might want to: cd microtinder/jhbuild/ cvs up -C cd ../ for i in `ls jhbuild-patches/*patch`; do patch -p0 < $i done 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. 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. Luis