[Bf-committers] Tinderbox is up

LarstiQ bf-committers@blender.org
Sat, 4 Jan 2003 07:18:50 +0100


On Sat, Jan 04, 2003 at 01:35:59AM +0100, Hans Lambermont wrote:
> Hi'all,
> 
> Tinderbox is up :) See
> 
>     http://tinderbox.blender.org/showbuilds.cgi?tree=source

<snip>

> The tinderbox.pl script is a mess now, it was totally tuned to the 10
> NaN compile machines, building everything from the dynamic and static
> blenders to the browser plugins and uploading the ready-for-release
> tar.gz files as well.

I'm currently building with the NaN makefiles, had to override some
variables and disabled gameengine/plugin/xpcom for now, not entirely fit
for release yet. I'll hack up the tinderbox-blender.pl script to try a
auto* build later today (after I get some sleep).

Oh, and I had to kill the \ in $Tinderbox_server like so:

--- tinderbox-blender.pl        2003-01-04 07:05:08.000000000 +0100
+++ develop/blender/intern/tools/tinderbox/tinderbox-blender.pl
2003-01-04 01:33:53.000000000 +0100
@@ -113 +113 @@
-    $Tinderbox_server = 'tinderbox@xserve.blender.org';
+    $Tinderbox_server = 'tinderbox\@xserve.blender.org';

Without that my MTA would see 'tinderbox\@xserver.blender.org' as the
local part and happily deliver it to myself.

The blender binaries did get built in the end, yet not in ~tinderbox/obj
where it expects them, but ~tinderbox/develop/blender/obj/, I'm
pleased with how tinderbox works for now tho, time to catch some sleep.

LarstiQ