Changeset 4634 for BOL


Ignore:
Timestamp:
Jul 19, 2023, 3:16:45 PM (10 months ago)
Author:
Laurent Fairhead
Message:

Problem with authentification. All post-commit tests over the last month were made with
a reference version of the model as the svn update failed on lmdz-cq after the authentication
problem on TGCC was fixed at the end of month of june

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install_lmdz.sh

    r4577 r4634  
    984984if [ "$svn" = "last" ] ; then svnopt="" ; else svnopt="-r $svn" ; fi
    985985if [ "$svn" != "" ] ; then
    986     set +e ; svn info | grep -q 'http:'
     986    set +e ; svn info | grep -q 'https:'
    987987    if [ $? = 0 ] ; then
    988         svn switch --relocate http://svn.lmd.jussieu.fr/LMDZ \
    989             https://svn.lmd.jussieu.fr/LMDZ
     988        svn switch --relocate https://svn.lmd.jussieu.fr/LMDZ \
     989            http://svn.lmd.jussieu.fr/LMDZ
    990990    fi
    991991    svn update $svnopt
Note: See TracChangeset for help on using the changeset viewer.