diff GenerateConfigurationForTests.py @ 585:536e1a76a2b5

new hg server
author Alain Mazy <am@osimis.io>
date Tue, 14 Nov 2023 08:23:28 +0100
parents 6399d3a1cd30
children b6c1f0c9ca15
line wrap: on
line diff
--- a/GenerateConfigurationForTests.py	Tue Oct 17 15:06:32 2023 +0200
+++ b/GenerateConfigurationForTests.py	Tue Nov 14 08:23:28 2023 +0100
@@ -91,9 +91,7 @@
 
 # Download the content of the default configuration file
 with open(args.target, 'wb') as f:
-    url = 'https://hg.orthanc-server.com/orthanc/raw-file/default/OrthancServer/Resources/Configuration.json'
-    #url = 'https://hg.orthanc-server.com/orthanc/raw-file/default/Resources/Configuration.json'
-    #url = 'https://bitbucket.org/sjodogne/orthanc/raw/default/Resources/Configuration.json'
+    url = 'https://orthanc.uclouvain.be/hg/orthanc/raw-file/default/OrthancServer/Resources/Configuration.json'
     http = urlopen(url)
     if http.getcode() != 200:
         raise Exception('Cannot download: %s' % url)