Skip to content

Commit

Permalink
Merge pull request #43189 from tvami/FixPdmVWebLink_130X
Browse files Browse the repository at this point in the history
[130X] Update PdmV website links after SSO change
  • Loading branch information
cmsbuild authored Nov 7, 2023
2 parents 12b94a0 + 6112247 commit 7d69a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -ex

cd ${LOCALTOP}
curl -s -k https://cms-pdmv.cern.ch/mcm/public/restapi/requests/get_fragment/BTV-RunIISummer20UL17GEN-00002 --retry 3 --create-dirs -o ${LOCALTOP}/tmp/GIP8/BTV-RunIISummer20UL17GEN-00002-fragment.py
curl -L -s -k https://cms-pdmv-prod.web.cern.ch/mcm/public/restapi/requests/get_fragment/BTV-RunIISummer20UL17GEN-00002 --retry 3 --create-dirs -o ${LOCALTOP}/tmp/GIP8/BTV-RunIISummer20UL17GEN-00002-fragment.py
touch ${LOCALTOP}/tmp/GIP8/__init__.py
export PYTHONPATH="${LOCALTOP}/tmp${PYTHONPATH:+:$PYTHONPATH}"

Expand Down
2 changes: 1 addition & 1 deletion Utilities/RelMon/python/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"NO_HIST":-105,
"FEW_BINS":-105}
#-------------------------------------------------------------------------------
relmon_mainpage="https://cms-pdmv.cern.ch/relmon"
relmon_mainpage="https://cms-pdmv-prod.web.cern.ch/relmon"

#-------------------------------------------------------------------------------

Expand Down

0 comments on commit 7d69a86

Please sign in to comment.