From 611224745f6669bef359c9394a166babd7b9baec Mon Sep 17 00:00:00 2001 From: Tamas Date: Sat, 4 Nov 2023 05:49:09 +0100 Subject: [PATCH] Update PdmV website links after SSO change --- ...Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh | 2 +- Utilities/RelMon/python/definitions.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GeneratorInterface/Pythia8Interface/test/test_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh b/GeneratorInterface/Pythia8Interface/test/test_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh index b5e0a99d54ccf..ba752656c10cb 100755 --- a/GeneratorInterface/Pythia8Interface/test/test_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh +++ b/GeneratorInterface/Pythia8Interface/test/test_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh @@ -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}" diff --git a/Utilities/RelMon/python/definitions.py b/Utilities/RelMon/python/definitions.py index 7e37105ef4c0d..4e9c8f40d17f9 100755 --- a/Utilities/RelMon/python/definitions.py +++ b/Utilities/RelMon/python/definitions.py @@ -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" #-------------------------------------------------------------------------------