On Sat, 11 Oct 2003, Ian Clarke wrote: > There is no reason > that Freenet nodes of differing abilities can't co-exist in the same > network provided that new additions aren't so destructive as to take > everyone else down.
Well, the point of the prodnet idea is that, as recently witnessed, we sometimes don't know when new additions will be destructive or not. > --------------------------- > #!/bin/bash > cd ~/freenet > cvs update -d -r build_$BUILDNO > ant clean > ant get-seednodes > ant > java -cp lib/freenet.jar:lib/freenet-ext.jar freenet.node.Main \ > --smoketest | \ > mail -s "$(hostname): $BUILDNO" [EMAIL PROTECTED] > --------------------------- > > This will send the results of the test back to the list where the > performance of the relevant build will be available for all to see. 1) Centralization is unfortunate. 2) Would Windows World have some way of taking part in this automation? -todd _______________________________________________ Devl mailing list [EMAIL PROTECTED] http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl
