Skip to content

Commit

Permalink
Add Dan to reserved node users
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Nov 3, 2015
1 parent f2cff9c commit 58fab75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -39,6 +39,7 @@
RESERVED_USERS = (
'outreach@galaxyproject.org',
'jen@bx.psu.edu',
'dan@bx.psu.edu',
)
NORM_RESERVED_USERS = [ u.lower() for u in RESERVED_USERS ]
RESERVED_DESTINATION = 'reserved_multi'
Expand Down
1 change: 1 addition & 0 deletions files/galaxy/common/dynamic_rules/reserved.py
Expand Up @@ -5,6 +5,7 @@
USERS = (
'outreach@galaxyproject.org',
'jen@bx.psu.edu',
'dan@bx.psu.edu',
)

NORM_USERS = [ u.lower() for u in USERS ]
Expand Down

0 comments on commit 58fab75

Please sign in to comment.