-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added source file bashrc to set up everything
- Loading branch information
1 parent
c39e21c
commit cc33d38
Showing
2 changed files
with
15 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/bash | ||
|
||
# Discover the directory where the software sits: | ||
RELEASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | ||
|
||
# source the functions to discover SiteDB, HTCondor and CMS | ||
# Dashboard information | ||
source $RELEASE_DIR/sitedb_functions.sh | ||
source $RELEASE_DIR/condor_functions.sh | ||
source $RELEASE_DIR/dashboard_functions.sh | ||
|
||
# set X509_USER_PROXY to be your valid CMS grid proxy: | ||
export X509_USER_PROXY=/tmp/x509up_u500 |
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