diff Resources/SyncOrthancFolder.py @ 454:f4244c7e2725 improve-delete

merge pg-transactions -> improve-delete
author Alain Mazy <am@osimis.io>
date Mon, 22 Jan 2024 10:00:28 +0100
parents d700c8f9fc24
children bba27bbef7e0
line wrap: on
line diff
--- a/Resources/SyncOrthancFolder.py	Wed Sep 13 13:32:54 2023 +0200
+++ b/Resources/SyncOrthancFolder.py	Mon Jan 22 10:00:28 2024 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 
 #
 # This maintenance script updates the content of the "Orthanc" folder
@@ -19,7 +19,7 @@
 PLUGIN_SDK_VERSION_OLD = [ '0.9.5', '1.4.0', '1.5.2', '1.5.4' ]
 PLUGIN_SDK_VERSION_NEW = [ '1.9.2', '1.12.0' ]
 HAS_PROTOCOL_BUFFERS = [ '1.12.0' ]
-REPOSITORY = 'https://hg.orthanc-server.com/orthanc/raw-file'
+REPOSITORY = 'https://orthanc.uclouvain.be/hg/orthanc/raw-file'
 
 FILES = [
     ('default', 'OrthancFramework/Resources/CMake/AutoGeneratedCode.cmake', 'CMake'),