mirror of
https://github.com/projectatomic/atomic.git
synced 2026-02-06 03:45:28 +01:00
When a PR is merged, COPR will build a new atomic rpm here: https://copr.fedorainfracloud.org/coprs/baude/Upstream_CRIO_Family/ Signed-off-by: baude <bbaude@redhat.com> Closes: #1187 Approved by: giuseppe
15 lines
405 B
Python
15 lines
405 B
Python
from .pulp import PulpServer, PulpConfig
|
|
from .satellite import SatelliteServer, SatelliteConfig
|
|
from .atomic import Atomic
|
|
from .util import write_out
|
|
|
|
#https://bitbucket.org/logilab/pylint/issues/36/
|
|
#pylint: disable=no-member
|
|
|
|
# When changinig the version here, also change in the
|
|
# .copr/atomic.spec line 18.
|
|
__version__ = '1.21.1'
|
|
__author__ = 'Daniel Walsh'
|
|
__author_email__ = 'dwalsh@redhat.com'
|
|
|