Changeset 5651

Show
Ignore:
Timestamp:
10/31/09 16:07:02 (3 weeks ago)
Author:
balaji
Message:

Work around another nasty bug on our breadboard imaging system. All
software is installed in /home/software, but assumes that /soft is a
symbolic link to it. But /soft is not created on some images. We now
create it on our own if it's not already there.

Location:
devtools/testing/trunk/cron
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • devtools/testing/trunk/cron/alloc.pl

    r5542 r5651  
    8686    system("sleep 10"); 
    8787    system("ssh root\@${HOST} /home/mpich2/nightly/cron/raid-probe.sh"); 
     88    system("ssh root\@${HOST} /home/mpich2/nightly/cron/soft-probe.sh"); 
    8889    if (!(`ssh root\@${HOST} ls / | grep sandbox`)) { 
    8990        print("no sandbox found on ${HOST}; freeing the node\n");