Changeset 2052


Ignore:
Timestamp:
04/19/13 10:26:13 (11 years ago)
Author:
jgipsl
Message:

Adapted script to allow configuration names with extension after family name (v5). All configurations must contain the family name. For exmple now ok : LMDZOR_v5.2, LMDZOR_v52, LMDZOR_v5-2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v5/propagate_master_config.ksh

    r2024 r2052  
    2222BaseDir=`pwd` 
    2323ConfigFamily=$( echo $MasterConfig | awk -F"_" '{print $2}' ) 
    24 ConfigList=`ls |grep ${ConfigFamily} |grep -v out |grep -v $MasterConfig` 
     24 
     25# ConfigList : all configurations except MasterConfig. The configurations must contain ConfigFamily in the name 
     26ConfigList=`ls |grep ${ConfigFamily} |grep -v out |grep -vx $MasterConfig` 
    2527 
    2628echo  All modifications in configuration $MasterConfig will copied to the other configurations $ConfigList 
Note: See TracChangeset for help on using the changeset viewer.