diff --git a/rpm_version b/rpm_version index ee07642ab..b7e600b62 100644 --- a/rpm_version +++ b/rpm_version @@ -1,6 +1,6 @@ EVersion=6.3.4 ERelease=16 -ECommit=14 +ECommit=16 export EVersion export ERelease export ECommit diff --git a/ups/chooseConfig b/ups/chooseConfig index 083b071fe..9b48d9da5 100755 --- a/ups/chooseConfig +++ b/ups/chooseConfig @@ -71,6 +71,8 @@ get_logname() ENSTORE_MAIL=enstore-auto@fnal.gov if [ `get_logname`x = 'dcache'x ]; then ENSTORE_MAIL=dcache-auto@fnal.gov; fi +# TODO(renbauer): maintain this elsewhere or +# check enstore-config instead of duplicating here case $node in stkenscan*) @@ -115,17 +117,22 @@ case $node in ENSTORE_CONFIG_FILE=sam.conf qualifier=d0en ;; - - gccen*) ENSTORE_MAIL=moibenko@fnal.gov,litvinse@fnal.gov + # TODO(renbauer) I think gccen machines are all dmsen hosts now + gccen*) ENSTORE_MAIL=moibenko@fnal.gov,litvinse@fnal.gov,renbauer@fnal.gov ENSTORE_CONFIG_HOST=$gccen ENSTORE_CONFIG_FILE=gccen.conf complain=0 ;; - dmsen*) ENSTORE_MAIL=moibenko@fnal.gov,litvinse@fnal.gov + dmsen*) ENSTORE_MAIL=moibenko@fnal.gov,litvinse@fnal.gov,renbauer@fnal.gov ENSTORE_CONFIG_HOST=$dmsen ENSTORE_CONFIG_FILE=dmsen.conf complain=0 ;; + enmvr045) ENSTORE_MAIL=moibenko@fnal.gov,litvinse@fnal.gov,renbauer@fnal.gov + ENSTORE_CONFIG_HOST=$dmsen + ENSTORE_CONFIG_FILE=dmsen.conf + complain=0 + ;; *) ENSTORE_CONFIG_HOST=$stken ENSTORE_CONFIG_FILE=stk.conf