1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-09-20 21:44:38 +03:00

The file management modules are now considered stable and ready for production use

This commit is contained in:
Valery Sinelnikov
2025-06-20 11:05:14 +04:00
parent 4d05358790
commit d4f12dacfa

View File

@@ -28,8 +28,8 @@ from util.logging import log
class file_applier(applier_frontend):
__module_name = 'FilesApplier'
__module_experimental = True
__module_enabled = False
__module_experimental = False
__module_enabled = True
def __init__(self, storage, file_cache, sid):
self.storage = storage
@@ -52,8 +52,8 @@ class file_applier(applier_frontend):
class file_applier_user(applier_frontend):
__module_name = 'FilesApplierUser'
__module_experimental = True
__module_enabled = False
__module_experimental = False
__module_enabled = True
def __init__(self, storage, file_cache, sid, username):
self.storage = storage