Skip to content

Commit

Permalink
Merge pull request #43187 from tvami/FixPdmVWebLink_132X
Browse files Browse the repository at this point in the history
[132X] Update PdmV website links after SSO change
  • Loading branch information
cmsbuild authored Nov 7, 2023
2 parents 0ef85bd + 7af6bc1 commit f106213
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,6 +1,6 @@
#!/bin/bash -ex

curl -s -k https://cms-pdmv.cern.ch/mcm/public/restapi/requests/get_fragment/BTV-RunIISummer20UL17GEN-00002 --retry 3 --create-dirs -o 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 GIP8/BTV-RunIISummer20UL17GEN-00002-fragment.py
touch GIP8/__init__.py
export PYTHONPATH="${PWD}${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 f106213

Please sign in to comment.