File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,12 @@ set(ExternalData_URL_TEMPLATES
37
37
file:///var/bigharddrive/%(algo)/%(hash)"
38
38
)
39
39
mark_as_advanced (ExternalData_URL_TEMPLATES)
40
+ # places on local disk
40
41
list (APPEND ExternalData_URL_TEMPLATES "file:///home/builder/MantidExternalData-readonly/%(algo)/%(hash)" )
41
42
list (APPEND ExternalData_URL_TEMPLATES "file:///Users/builder/MantidExternalData-readonly/%(algo)/%(hash)" )
42
- list (APPEND ExternalData_URL_TEMPLATES "http://130.246.80.136/external-data/%(algo)/%(hash)" )
43
+ # facility based mirrors
44
+ list (APPEND ExternalData_URL_TEMPLATES "http://130.246.80.136/external-data/%(algo)/%(hash)" ) # RAL
45
+ list (APPEND ExternalData_URL_TEMPLATES "https://mantid-ilm.sns.gov/testdata/%(algo)/%(hash)" ) # ORNL
43
46
# This should always be last as it's the main read/write cache
44
47
list (APPEND ExternalData_URL_TEMPLATES "https://testdata.mantidproject.org/ftp/external-data/%(algo)/%(hash)" )
45
48
You can’t perform that action at this time.
0 commit comments