Charm++ Automated build-and-test script
  Orion Sky Lawlor, olawlor@acm.org, 2003/2/21

INTRODUCTION

This is a small set of scripts that use scp and ssh 
to remotely build and test charm++.  The scripts are run 
every night to flush out bugs in Charm++, hence the 
name "autobuild".


CONFIGURATION FILES

config: Lists status web page address and e-mail addresses.
   "sourced" by bourne shell scripts, so it's name=value.

system_list: Lists machines to build on.  Colon-separated format
  containing:
    charm++-version:user@host:ssh-version:build-dir:startup command


SCRIPTS

autobuild: Master driver script.  Checks a new copy 
  of charm out of CVS and calls the other scripts.

build_on_system: Actually does the scp, ssh, and remote build

build_on_all: Call build_on_system for each version in system_list

update_email: Send out status email.

update_web: Bring status web page up to date.

update_web_start: Begin a new status web page.

