forked from pulp/pulp_python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate_config.yml
48 lines (46 loc) · 1.29 KB
/
template_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# This config represents the latest values used when running the plugin-template. Any settings that
# were not present before running plugin-template have been added with their default values.
additional_plugins: []
black: false
check_commit_message: true
check_gettext: true
check_manifest: true
check_stray_pulpcore_imports: true
cherry_pick_automation: false
coverage: false
deploy_client_to_pypi: true
deploy_client_to_rubygems: true
deploy_daily_client_to_pypi: true
deploy_daily_client_to_rubygems: true
deploy_to_pypi: true
docker_fixtures: false
docs_test: true
issue_tracker: github
plugin_app_label: python
plugin_camel: PulpPython
plugin_camel_short: Python
plugin_caps: PULP_PYTHON
plugin_caps_short: PYTHON
plugin_dash: pulp-python
plugin_dash_short: python
plugin_default_branch: master
plugin_name: pulp_python
plugin_snake: pulp_python
publish_docs_to_pulpprojectdotorg: false
pulp_settings: null
pulpcore_branch: master
pulpcore_pip_version_specifier: null
pulpprojectdotorg_key_id: null
pydocstyle: true
pypi_username: pulp
redmine_project: null
stable_branch: null
test_bindings: false
test_cli: false
test_fips_nightly: false
test_performance: false
test_released_plugin_with_next_pulpcore_release: false
test_s3: false
travis_addtl_services: []
travis_notifications: None
update_redmine: false