Changeset 1516 for trunk


Ignore:
Timestamp:
02/13/20 14:45:45 (4 years ago)
Author:
acosce
Message:

add initialization to NONE for rebuildFrequency if we don't find it in config.card
solve to #347

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_config/libIGCM_config.ksh

    r1510 r1516  
    7575  # Apply some overrules to ensure proper usage of computing centres resources 
    7676  # 
     77 
     78  # if RebuildFrequency is not define in config.card - we initilize it to NONE  
     79  if [ X${config_Post_RebuildFrequency} = X ] ; then  
     80      config_Post_RebuildFrequency=NONE 
     81  fi 
     82 
    7783  if [ X${PackDefault} = Xtrue ] ; then 
    7884    if [ X${config_UserChoices_SpaceName} = XTEST ]; then 
Note: See TracChangeset for help on using the changeset viewer.