comparison RenderingPlugin/Resources/SyncOrthancFolder.py @ 2101:517ef20aef74

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 14 Nov 2023 11:44:46 +0100
parents 07964689cb0b
children 5653b6335642
comparison
equal deleted inserted replaced
2099:67db5afb305d 2101:517ef20aef74
36 from urllib.request import urlopen 36 from urllib.request import urlopen
37 37
38 38
39 TARGET = os.path.join(os.path.dirname(__file__), 'Orthanc') 39 TARGET = os.path.join(os.path.dirname(__file__), 'Orthanc')
40 PLUGIN_SDK_VERSION = '1.0.0' 40 PLUGIN_SDK_VERSION = '1.0.0'
41 REPOSITORY = 'https://hg.orthanc-server.com/orthanc/raw-file' 41 REPOSITORY = 'https://orthanc.uclouvain.be/hg/orthanc/raw-file'
42 42
43 FILES = [ 43 FILES = [
44 ('OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h', 'Plugins'), 44 ('OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h', 'Plugins'),
45 ('OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp', 'Plugins'), 45 ('OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp', 'Plugins'),
46 ('OrthancServer/Plugins/Samples/Common/OrthancPluginException.h', 'Plugins'), 46 ('OrthancServer/Plugins/Samples/Common/OrthancPluginException.h', 'Plugins'),