Skip to content
  • Robert Ricci's avatar
    Commit the stuff necessary to copy out new plab rootballs, versions of · d12f9b61
    Robert Ricci authored
    which had been hanging around in my home directory for a while.
    
    There are a few new things in plab/etc/netbed_files that set up a
    directory of the same name in @prefix@. This will get rsync'ed with
    netbed_files/ on each planetlab node.
    log/  - just needs to exist for the httpd server
    sbin/ - contains thttpd, and scripts to manipulate it
    www/  - the directory served by thttpd. Contains symlinks to the 'real'
            location of the rootballs (etc/plab)
    
    I've committed a binary of thttpd - this is simply because it'd be a
    PITA to compile a Linux binary for every devel tree, etc.
    
    PLAB_ROOTBALL has now become a configure options. The idea is that we
    will keep the latest version number in configure.in, but you can
    override it in your defs
    file. This way, we don't have to update every defs file when there's a new
    version, but people can still play around with their own version if they want.
    
    The two scripts that interact with the plab nodes...
    d12f9b61