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 9668 for utils/build/makenemo – NEMO

Changeset 9668 for utils/build/makenemo


Ignore:
Timestamp:
2018-05-28T17:50:03+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Reorganisation plan for NEMO repository: fix to prevent side effects in developping ref. cfgs
With this modification, makenemo will solely create copies of the configurations included in
./cfgs and ./tests and listed in their respective txt files (all versioned)
Finally the developer will have to validate explicitely the files to be pushed to the repository by
replacing the versioned ones.
It will take a little longer but it could avoid to commit unwanted modifications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/build/makenemo

    r9651 r9668  
    265265fi 
    266266 
    267 [ -z "${NEW_CONF}" ] && NEW_CONF=${TML_CONF} 
     267[ -z "${NEW_CONF}" || "${TML_CONF}" == "${NEW_CONF}" ] && NEW_CONF=${TML_CONF}'_WK' 
    268268export NEMO_TDIR=${x_t:-$CONFIG_DIR} 
    269269 
Note: See TracChangeset for help on using the changeset viewer.