Skip to content

Commit 79f44cf

Browse files
authored
replace references to common repo
1 parent 1589d90 commit 79f44cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

installation_and_upgrade/ibex_install_utils/tasks/server_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def setup_calibrations_repository(self) -> None:
338338
):
339339
self.update_calibrations_repository()
340340
else:
341-
repo_url = "http://control-svcs.isis.cclrc.ac.uk/gitroot/instconfigs/common.git"
341+
repo_url = "https://gitlab.stfc.ac.uk/isisexperimentcontrols/common.git"
342342
location = "C:\Instrument\Settings\config\common"
343343
RunProcess(
344344
working_dir=os.curdir,

workflow_support_scripts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
### Calibration Files' Location:
44

5-
`http://control-svcs.isis.cclrc.ac.uk/gitroot/instconfigs/common.git`
5+
`https://gitlab.stfc.ac.uk/isisexperimentcontrols/common.git`
66

77
This repo should be cloned with:
88

9-
`git clone http://control-svcs.isis.cclrc.ac.uk/gitroot/instconfigs/common.git C:\Instrument\Settings\config\common`
9+
`git clone https://gitlab.stfc.ac.uk/isisexperimentcontrols/common.git C:\Instrument\Settings\config\common`
1010

1111
### Converting Files
1212

0 commit comments

Comments
 (0)