Skip to content

Commit

Permalink
Replace external data location
Browse files Browse the repository at this point in the history
  • Loading branch information
cailafinn committed Sep 25, 2024
1 parent c1d6fd2 commit ab6f017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildconfig/CMake/MantidExternalData.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ file:///var/bigharddrive/%(algo)/%(hash)"
mark_as_advanced(ExternalData_URL_TEMPLATES)
list(APPEND ExternalData_URL_TEMPLATES "file:///home/builder/MantidExternalData-readonly/%(algo)/%(hash)")
list(APPEND ExternalData_URL_TEMPLATES "file:///Users/builder/MantidExternalData-readonly/%(algo)/%(hash)")
list(APPEND ExternalData_URL_TEMPLATES "http://ndw1598.isis.cclrc.ac.uk/externaldata/%(algo)/%(hash)")
list(APPEND ExternalData_URL_TEMPLATES "http://172.16.114.127/external-data/%(algo)/%(hash)")
# This should always be last as it's the main read/write cache
list(APPEND ExternalData_URL_TEMPLATES "https://testdata.mantidproject.org/ftp/external-data/%(algo)/%(hash)")

Expand Down

0 comments on commit ab6f017

Please sign in to comment.