Ignore:
Timestamp:
2023-02-24T12:06:43+13:00 (14 months ago)
Author:
kjdon
Message:

use --non-interactive and --trust-server-cert options to svn so that we don't need to manually accept the certificate every 3 months (and which causes the build to fail when it hasn't been done)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gs-release-builder/envi/etc/tasks/snapshot/task.pl

    r36222 r37345  
    136136    #dont proceed if main/stable is old
    137137    #get last changed date from svn
    138     open( INFO, "svn info http://svn.greenstone.org/main/$ENV{'BRANCH_PATH'}|" )
     138    open( INFO, "svn --non-interactive --trust-server-cert info https://svn.greenstone.org/main/$ENV{'BRANCH_PATH'}|" )
    139139        or die "Cant determine age of stable tag";
    140140    my $changed_date;
Note: See TracChangeset for help on using the changeset viewer.