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/release-kits/shared/core/ant-scripts/shared.xml

    r36219 r37345  
    5757
    5858        <!-- svn root -->
    59         <property name="svn.root" value="https://svn.greenstone.org" />
    60 
     59        <property name="svn.root" value="https://svn.greenstone.org"/>
     60
     61        <!-- any global svn args that need to be used in each call - currently we have ones
     62             that mean we can ignore the non trusted certificate, which comes up every
     63             three months when our SSL certificate is renewed. -->
     64        <property name="global-svn-args" value="--non-interactive --trust-server-cert"/>
    6165        <!-- the minimum version of java which the installer should be run with (this gets used in search4j) -->
    6266        <property name="java.min.version" value="1.8.0_00"/>
Note: See TracChangeset for help on using the changeset viewer.