Changeset 2052
- Timestamp:
- 04/19/13 10:26:13 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v5/propagate_master_config.ksh
r2024 r2052 22 22 BaseDir=`pwd` 23 23 ConfigFamily=$( 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 26 ConfigList=`ls |grep ${ConfigFamily} |grep -v out |grep -vx $MasterConfig` 25 27 26 28 echo All modifications in configuration $MasterConfig will copied to the other configurations $ConfigList
Note: See TracChangeset
for help on using the changeset viewer.