-
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.
- Loading branch information
1 parent
3c17f13
commit 68a014f
Showing
2 changed files
with
53 additions
and
14 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 |
---|---|---|
@@ -1,13 +1,17 @@ | ||
#!/bin/bash | ||
|
||
# set X509_USER_PROXY to be your valid CMS grid proxy: | ||
export X509_USER_PROXY=/tmp/x509up_u500 | ||
|
||
# source HTCondor commands | ||
source /etc/profile.d/condor.sh | ||
|
||
#################### MACE CHANGES ABOVE THIS LINE #################### | ||
|
||
# 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 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