diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f38d74c79c597326515cfaa81758e0cbcb655e5..4b966ebdf3d8ace07b87c6c874e36028d012e1bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,7 +54,7 @@ configure_file(darwin.xml.in darwin.xml) install(FILES "${CMAKE_BINARY_DIR}/darwin.xml" TYPE SYSCONF) ExternalProject_Add(tables - GIT_REPOSITORY https://gitlab.cern.ch/DasAnalysisSystem/tables.git + GIT_REPOSITORY https://gitlab.cern.ch/cms-analysis/general/DasAnalysisSystem/tables.git GIT_TAG origin/master SOURCE_DIR "${CMAKE_SOURCE_DIR}/tables" CONFIGURE_COMMAND "" diff --git a/Makefile b/Makefile index dc2d1e94c476d3a63ecdba6e06730569b879fa82..4d884459911020d8eec43ce775ac2454e31b1475 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ CMSSW ?= CMSSW_12_4_0 GITLAB ?= https://gitlab.cern.ch -ORIGIN ?= $(GITLAB)/DasAnalysisSystem/Core.git +ORIGIN ?= $(GITLAB)/cms-analysis/general/DasAnalysisSystem/Core.git BASE ?= $(PWD) -TABLES ?= $(GITLAB)/DasAnalysisSystem/tables.git +TABLES ?= $(GITLAB)/cms-analysis/general/DasAnalysisSystem/tables.git .PHONY: all clean @@ -25,7 +25,7 @@ TUnfold: $(CMSSW) cd $(BASE)/$(CMSSW) && scram setup $(BASE)/tunfold.xml PlottingHelper: $(CMSSW) - git clone $(GITLAB)/DasAnalysisSystem/PlottingHelper.git + git clone $(GITLAB)/cms-analysis/general/DasAnalysisSystem/PlottingHelper.git cd $(CMSSW) && eval `scramv1 runtime -sh` && cd - && \ make -C PlottingHelper all -j2 diff --git a/install.sh b/install.sh index 881e82ce59598d800a04fd9d574b3f2f12a6900c..14c7cf36813eac8878d1f6c364b6b6b123d894e9 100755 --- a/install.sh +++ b/install.sh @@ -24,7 +24,7 @@ cmake3 --build .build --target install -j$(nproc) # Get Core cd $CMSSW_BASE/src -[ ! -d Core ] && git clone https://gitlab.cern.ch/DasAnalysisSystem/Core.git +[ ! -d Core ] && git clone https://gitlab.cern.ch/cms-analysis/general/DasAnalysisSystem/Core.git # And JetToolbox [ ! -d JMEAnalysis/JetToolbox ] && git clone https://github.com/cms-jet/JetToolbox.git JMEAnalysis/JetToolbox -b jetToolbox_120X