Changeset 34939 for other-projects


Ignore:
Timestamp:
2021-02-28T22:33:23+13:00 (3 years ago)
Author:
kjdon
Message:

http to https change for greenstone.org url (as was the case for svn.greenstone)

File:
1 edited

Legend:

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

    r34524 r34939  
    116116
    117117    if ( $major_version == 2 ) {
    118             $ENV{'snapshot_id2'} = `$httpRetrieve http://www.greenstone.org/next-release.txt`;
     118            $ENV{'snapshot_id2'} = `$httpRetrieve https://www.greenstone.org/next-release.txt`;
    119119        chomp($ENV{'snapshot_id2'});
    120120    } else {
    121         $ENV{'snapshot_id3'} = `$httpRetrieve http://www.greenstone.org/next-release-greenstone3.txt`;
     121        $ENV{'snapshot_id3'} = `$httpRetrieve https://www.greenstone.org/next-release-greenstone3.txt`;
    122122        chomp($ENV{'snapshot_id3'});
    123123    }
     
    141141
    142142    #set the path to server.exe
    143     $ENV{'SERVER_EXE_LOCATION'} = "http://www.greenstone.org/caveat-emptor/latest-server.exe";
     143    $ENV{'SERVER_EXE_LOCATION'} = "https://www.greenstone.org/caveat-emptor/latest-server.exe";
    144144
    145145} elsif ( $ENV{'TASK_NAME'} =~ "stable\$" ) {
     
    175175
    176176    #set the path to server.exe
    177     $ENV{'SERVER_EXE_LOCATION'} = "http://www.greenstone.org/release-snapshots/server-\$\\\{version\\\}.exe";
     177    $ENV{'SERVER_EXE_LOCATION'} = "https://www.greenstone.org/release-snapshots/server-\$\\\{version\\\}.exe";
    178178}
    179179
Note: See TracChangeset for help on using the changeset viewer.