![Sorin Sbarnea](/assets/img/avatar_default.png)
Assure we build containers when we modify this job in order to assure we do not introduce regressions. This is already working on RDO version but it was not happening on upstream job (centos-7). Corrects universal=1 in setup.cfg which also triggers the build containers job (file pattern match). Change-Id: I9e29a6ae55ffe57add66db0c5437da2a7dbd2a2c Depends-On: https://review.openstack.org/#/c/639739/
40 lines
957 B
INI
40 lines
957 B
INI
[metadata]
|
|
name = tripleo-repos
|
|
summary = A tool for managing tripleo repos
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/tripleo-docs/latest/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
tripleo_repos
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
tripleo-repos = tripleo_repos.main:main
|
|
|
|
[build_sphinx]
|
|
all-files = 1
|
|
warning-is-error = 1
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[bdist_wheel]
|
|
universal=1
|