Show
Ignore:
Timestamp:
07/14/08 13:42:57 (6 months ago)
Author:
Nate Coraor <nate@bx.psu.edu>
branch:
default
Message:

Buildbot setup also needs the directory creation glue.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • buildbot_setup.sh

    r1377 r1416  
    2323" 
    2424 
     25DIRS=" 
     26database 
     27database/files 
     28database/tmp 
     29database/compiled_templates 
     30database/job_working_directory 
     31database/import 
     32database/pbs 
     33" 
     34 
    2535for link in $LINKS; do 
    2636    echo "Linking $link" 
     
    3444done 
    3545 
     46for dir in $DIRS; do 
     47    if [ ! -d $dir ]; then 
     48        echo "Creating $dir" 
     49        mkdir $dir 
     50    fi 
     51done 
     52 
    3653python ./scripts/fetch_eggs.py all