Changeset View
Changeset View
Standalone View
Standalone View
scap/__init__.py
# -*- coding: utf-8 -*- | # -*- coding: utf-8 -*- | ||||
""" | """ | ||||
scap | scap | ||||
~~~~ | ~~~~ | ||||
Wikimedia's MediaWiki deployment script. Deploys MediaWiki code and | Wikimedia's MediaWiki deployment script. Deploys MediaWiki code and | ||||
configuration to a group of servers via SSH and rsync. | configuration to a group of servers via SSH and rsync. | ||||
""" | """ | ||||
from .main import ( | from .main import ( | ||||
CompileWikiversions, | CompileWikiversions, | ||||
DeployLocal, | |||||
Deploy, | Deploy, | ||||
DeployLocal, | |||||
DeployLog, | |||||
HHVMGracefulAll, | HHVMGracefulAll, | ||||
MWVersionsInUse, | MWVersionsInUse, | ||||
PurgeL10nCache, | PurgeL10nCache, | ||||
RebuildCdbs, | RebuildCdbs, | ||||
RestartHHVM, | RestartHHVM, | ||||
Scap, | Scap, | ||||
SyncCommon, | SyncCommon, | ||||
SyncDblist, | SyncDblist, | ||||
SyncDir, | SyncDir, | ||||
SyncDocroot, | SyncDocroot, | ||||
SyncFile, | SyncFile, | ||||
SyncWikiversions, | SyncWikiversions, | ||||
UpdateL10n, | UpdateL10n, | ||||
) | ) | ||||
__all__ = ( | __all__ = ( | ||||
'CompileWikiversions', | 'CompileWikiversions', | ||||
'DeployLocal', | |||||
'Deploy', | 'Deploy', | ||||
'DeployLocal', | |||||
'DeployLog', | |||||
'HHVMGracefulAll', | 'HHVMGracefulAll', | ||||
'MWVersionsInUse', | 'MWVersionsInUse', | ||||
'PurgeL10nCache', | 'PurgeL10nCache', | ||||
'RebuildCdbs', | 'RebuildCdbs', | ||||
'RestartHHVM', | 'RestartHHVM', | ||||
'Scap', | 'Scap', | ||||
'SyncCommon', | 'SyncCommon', | ||||
'SyncDblist', | 'SyncDblist', | ||||
'SyncDir', | 'SyncDir', | ||||
'SyncDocroot', | 'SyncDocroot', | ||||
'SyncFile', | 'SyncFile', | ||||
'SyncWikiversions', | 'SyncWikiversions', | ||||
'UpdateL10n', | 'UpdateL10n', | ||||
) | ) | ||||
any(( | any(( | ||||
CompileWikiversions, | CompileWikiversions, | ||||
DeployLocal, | |||||
Deploy, | Deploy, | ||||
DeployLocal, | |||||
DeployLog, | |||||
HHVMGracefulAll, | HHVMGracefulAll, | ||||
MWVersionsInUse, | MWVersionsInUse, | ||||
PurgeL10nCache, | PurgeL10nCache, | ||||
RebuildCdbs, | RebuildCdbs, | ||||
RestartHHVM, | RestartHHVM, | ||||
Scap, | Scap, | ||||
SyncCommon, | SyncCommon, | ||||
SyncDblist, | SyncDblist, | ||||
SyncDir, | SyncDir, | ||||
SyncDocroot, | SyncDocroot, | ||||
SyncFile, | SyncFile, | ||||
SyncWikiversions, | SyncWikiversions, | ||||
UpdateL10n)) # Ignore unused import warning | UpdateL10n)) # Ignore unused import warning |
Content licensed under Creative Commons Attribution-ShareAlike 3.0 (CC-BY-SA) unless otherwise noted; code licensed under GNU General Public License (GPL) or other open source licenses. By using this site, you agree to the Terms of Use, Privacy Policy, and Code of Conduct. · Wikimedia Foundation · Privacy Policy · Code of Conduct · Terms of Use · Disclaimer · CC-BY-SA · GPL