Changeset 22411


Ignore:
Timestamp:
2010-07-16T10:29:09+12:00 (14 years ago)
Author:
sjm84
Message:

This now uses the "latest-server.exe" rather than looking for one that might not exist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/snapshot/trunk/task.pl

    r21798 r22411  
    8383
    8484    #set the path to server.exe
    85     $ENV{'SERVER_EXE_LOCATION'} = "http://www.greenstone.org/caveat-emptor/server-$ENV{'snapshot_id2'}-candidate-" . get_date() . ".exe";
     85    $ENV{'SERVER_EXE_LOCATION'} = "http://www.greenstone.org/caveat-emptor/latest-server.exe";
    8686
    8787} elsif ( $ENV{'TASK_NAME'} =~ "stable\$" ) {
Note: See TracChangeset for help on using the changeset viewer.