Changeset 4592 for BOL


Ignore:
Timestamp:
Jun 29, 2023, 12:30:17 PM (11 months ago)
Author:
Laurent Fairhead
Message:

switching to http for local checkouts as access controls are back in force on irene
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/creation_modipsl.sh

    r4468 r4592  
    7474   branchepath=branches/$branche
    7575fi
    76 svnmodel=https://svn.lmd.jussieu.fr/LMDZ/$LMDZv/$branchepath
     76svnmodel=http://svn.lmd.jussieu.fr/LMDZ/$LMDZv/$branchepath
    7777
    7878
     
    8787if [  "$datesvn" = "" ] ; then
    8888#    DATESVN vide
    89     datesvn=`svn info https://svn.lmd.jussieu.fr/LMDZ/$LMDZv/$branchepath $rev | grep 'Date de la dern' | awk ' { print $6 } '  | sed -e 's/-//g'`
     89    datesvn=`svn info http://svn.lmd.jussieu.fr/LMDZ/$LMDZv/$branchepath $rev | grep 'Date de la dern' | awk ' { print $6 } '  | sed -e 's/-//g'`
    9090fi
    9191echo datesvn $datesvn
Note: See TracChangeset for help on using the changeset viewer.