-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add enmvr045 as a dmsen machine in chooseConfig
- Loading branch information
1 parent
00c5738
commit 333cc4f
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,6 +71,8 @@ get_logname() | |
[email protected] | ||
if [ `get_logname`x = 'dcache'x ]; then [email protected]; fi | ||
|
||
# TODO(renbauer): maintain this elsewhere or | ||
# check enstore-config instead of duplicating here | ||
case $node in | ||
|
||
stkenscan*) | ||
|
@@ -116,16 +118,21 @@ case $node in | |
qualifier=d0en | ||
;; | ||
|
||
gccen*) [email protected],[email protected] | ||
gccen*) [email protected],[email protected],[email protected] | ||
ENSTORE_CONFIG_HOST=$gccen | ||
ENSTORE_CONFIG_FILE=gccen.conf | ||
complain=0 | ||
;; | ||
dmsen*) [email protected],[email protected] | ||
dmsen*) [email protected],[email protected],[email protected] | ||
ENSTORE_CONFIG_HOST=$dmsen | ||
ENSTORE_CONFIG_FILE=dmsen.conf | ||
complain=0 | ||
;; | ||
enmvr045) [email protected],[email protected],[email protected] | ||
ENSTORE_CONFIG_HOST=$dmsen | ||
ENSTORE_CONFIG_FILE=dmsen.conf | ||
complain=0 | ||
;; | ||
|
||
*) ENSTORE_CONFIG_HOST=$stken | ||
ENSTORE_CONFIG_FILE=stk.conf | ||
|