代码拉取完成,页面将自动刷新
同步操作将从 openEuler/openEuler-Advisor 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#!/usr/bin/python3
"""
Package management program installation configuration
file for openEuler-Advisor
"""
from distutils.core import setup
setup(
name='openEuler-Advisor',
version='1.0',
py_modules=[
'advisors.simple_update_robot',
'advisors.oa_upgradable',
'advisors.check_upstream',
'advisors.version_recommend',
'advisors.match_patches',
'advisors.check_missing_file',
'advisors.check_repeated_repo',
'advisors.check_source_url',
'advisors.create_repo',
'advisors.create_repo_with_srpm',
'advisors.psrtool',
'advisors.review_tool',
'advisors.tc_reminder',
'advisors.which_archived',
'advisors.yaml2url',
'advisors.gitee',
'legacy.python-packager',
'legacy.who_maintain',
'legacy.tc_statistic',
'tests.test_yaml2url'],
requires=['python_rpm_spec (>=0.10)',
'PyYAML (>=5.3.1)',
'requests (>=2.24.0)',
'rpmdevtools (>=8.3)',
'bs4 (>=0.0.1)',
'yum_utils (>=1.1.31)'],
license='Mulan PSL v2',
author=open('AUTHORS', encoding='utf-8').read(),
description='collection of automatic tools for easily maintaining openEuler',
data_files=[
('/usr/bin/', ['command/simple_update_robot']),
('/usr/bin/', ['command/oa_upgradable']),
('/usr/bin/', ['command/check_missing_file']),
('/usr/bin/', ['command/check_repeated_repo']),
('/usr/bin/', ['command/check_source_url']),
('/usr/bin/', ['command/create_repo']),
('/usr/bin/', ['command/create_repo_with_srpm']),
('/usr/bin/', ['command/psrtool']),
('/usr/bin/', ['command/review_tool']),
('/usr/bin/', ['command/tc_reminder']),
('/usr/bin/', ['command/which_archived']),
('/usr/bin/', ['prow/prow_review_tool'])]
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。