New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 10632 for utils/CI/sette/all_functions.sh – NEMO

Ignore:
Timestamp:
2019-02-04T17:40:20+01:00 (5 years ago)
Author:
smueller
Message:

Reversal of the modifications that have been inadvertently included in changeset [10631] when addressing ticket #2226

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette/all_functions.sh

    r10631 r10632  
    196196# Creation of NEMO_VALIDATION tree 
    197197    export LANG=en_US  
    198     REVISION_NB=`svn info ${SETTE_DIR}/.. | grep -i "Last Changed Rev:" | sed -e "s/ //g" | cut -d ":" -f 2` 
     198    REVISION_NB=`svn info ${SETTE_DIR}/../.. | grep -i "Last Changed Rev:" | sed -e "s/ //g" | cut -d ":" -f 2` 
    199199    if [ ${#REVISION_NB} -eq 0 ] 
    200200    then 
Note: See TracChangeset for help on using the changeset viewer.