2e39995864
Change-Id: I296a5f356ca805deda28ea984df15c0b63b43a80 Closes-Bug: #1487077 Closes-Bug: #1489506 Implements: blueprint refactor-local-mirror-scripts
55 lines
1.6 KiB
Plaintext
55 lines
1.6 KiB
Plaintext
Source: fuel-mirror
|
|
Section: Utilities
|
|
Priority: extra
|
|
Maintainer: Mirantis Product <product@mirantis.com>
|
|
Build-Depends: debhelper (>= 9),
|
|
dh-python,
|
|
openstack-pkg-tools (>= 23~),
|
|
python-all,
|
|
python-pbr (>= 0.8),
|
|
python-setuptools
|
|
Standards-Version: 3.9.6
|
|
Homepage: mirantis.com
|
|
|
|
Package: fuel-mirror
|
|
Architecture: all
|
|
Section: python
|
|
Depends: python-babel,
|
|
python-cliff (>= 1.7.0),
|
|
python-packetary (= ${binary:Version}),
|
|
python-pbr (>= 0.8),
|
|
python-six,
|
|
python-yaml,
|
|
python-tz,
|
|
${python:Depends}
|
|
Recommends: python-fuelclient (>= 7.0.0)
|
|
Description: Utility to create RPM and DEB mirror
|
|
Provides two commands fuel-mirror and fuel-createmirror.
|
|
Second one is for backward compatibility with the previous
|
|
generation of the utility. These commands could be used
|
|
to create local copies of MOS and upstream deb and rpm
|
|
repositories.
|
|
|
|
Package: python-packetary
|
|
Architecture: all
|
|
Depends: createrepo,
|
|
python-babel,
|
|
python-bintrees (>= 2.0.2),
|
|
python-chardet,
|
|
python-cliff (>= 1.7.0),
|
|
python-debian (>= 0.1.21),
|
|
python-eventlet (>= 0.15),
|
|
python-lxml,
|
|
python-pbr (>= 0.8),
|
|
python-six,
|
|
python-stevedore (>= 1.1.0),
|
|
python-tz,
|
|
${python:Depends}
|
|
Description: Library allows to build and clone deb and rpm repos
|
|
Provides object model and API for dealing with deb
|
|
and rpm repositories. One can use this framework to
|
|
implement operations like building repository
|
|
from a set of packages, clone repository, find package
|
|
dependencies, mix repositories, pull out a subset of
|
|
packages into a separate repository, etc.
|