Skip to content

Commit

Permalink
Merge pull request #23761 from hroskes/tkal-validation-forward-proxy
Browse files Browse the repository at this point in the history
proxy forwarding for PV and Z->mumu validations
  • Loading branch information
cmsbuild committed Jul 11, 2018
2 parents c3b32f4 + 095309c commit 6574c47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -167,6 +167,7 @@
PVValidationScriptTemplate="""
#!/bin/bash
source /afs/cern.ch/cms/caf/setup.sh
export X509_USER_PROXY=.oO[scriptsdir]Oo./.user_proxy
echo -----------------------
echo Job started at `date`
Expand Down
Expand Up @@ -200,6 +200,7 @@
zMuMuScriptTemplate="""
#!/bin/bash
source /afs/cern.ch/cms/caf/setup.sh
export X509_USER_PROXY=.oO[scriptsdir]Oo./.user_proxy
echo -----------------------
echo Job started at `date`
Expand Down

0 comments on commit 6574c47

Please sign in to comment.