It doesn't upload binaries. Some people actually have to pay for their Internet connections.
Oh, I understand that. However it would be nice as an option (perhaps try to get one per platform or what not). Of course the other problem is if you manage to do bi-hourly builds (in the case of Pike 7.5) there would be a whole heck of binaries...
Sure. Just add the appropriate code in bin/xenofarm.sh. Perhaps
log_start benchmark # Do the benchmark here log_end $? [ $LASTERR = 0 ] || return 1
in xenofarm_post_build, between verify and export, is a good solution.
Ok, I'll do some testing with that.
/ David Hedbor
Previous text:
2003-01-17 05:27: Subject: Whee!
It doesn't upload binaries. Some people actually have to pay for their Internet connections.
Sure. Just add the appropriate code in bin/xenofarm.sh. Perhaps
log_start benchmark # Do the benchmark here log_end $? [ $LASTERR = 0 ] || return 1
in xenofarm_post_build, between verify and export, is a good solution.
/ Martin Nilsson (Åskblod)