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:
@@ -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
|
||||
|
Reference in New Issue
Block a user