RETIRED, Tools for working with packages mirrors
Go to file
OpenDev Sysadmins 1ca8c242af OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:48:32 +00:00
contrib/fuel_mirror Set right priorities to ubuntu repos. 2017-11-30 16:03:40 +00:00
debian Added packaging for fuel-mirror 2015-12-02 15:47:05 +03:00
doc [packetary] initial commit 2015-10-20 19:33:48 +00:00
packetary Fixed retries for server errors 2016-02-02 15:11:54 +00:00
perestroika Use --old-chroot when building RPM packages 2017-06-21 12:57:14 +00:00
specs Added packaging for fuel-mirror 2015-12-02 15:47:05 +03:00
.coveragerc [packetary] initial commit 2015-10-20 19:33:48 +00:00
.gitignore Add replace option to apply 2016-02-03 13:48:47 +03:00
.gitreview OpenDev Migration Patch 2019-04-19 19:48:32 +00:00
.mailmap [packetary] initial commit 2015-10-20 19:33:48 +00:00
.testr.conf [packetary] initial commit 2015-10-20 19:33:48 +00:00
CONTRIBUTING.rst [packetary] initial commit 2015-10-20 19:33:48 +00:00
HACKING.rst [packetary] initial commit 2015-10-20 19:33:48 +00:00
LICENSE Initial commit 2015-04-02 19:05:52 +03:00
MAINTAINERS Spec for packages MUST be reviewed by mos packaging team 2015-12-20 20:31:17 +00:00
MANIFEST.in [packetary] initial commit 2015-10-20 19:33:48 +00:00
README.rst Update README.rst 2015-12-16 13:10:45 +03:00
babel.cfg [packetary] initial commit 2015-10-20 19:33:48 +00:00
openstack-common.conf [packetary] initial commit 2015-10-20 19:33:48 +00:00
requirements.txt [packetary] Introduce command-line interface 2015-12-03 09:45:38 +00:00
setup.cfg Fixed packetary entry-points 2015-12-16 20:01:42 +03:00
setup.py [packetary] initial commit 2015-10-20 19:33:48 +00:00
setup_hooks.py Added packaging for fuel-mirror 2015-12-02 15:47:05 +03:00
test-requirements.txt Added packaging for fuel-mirror 2015-12-02 15:47:05 +03:00
tox.ini Pass environment variables of proxy to tox 2015-12-11 08:19:26 +00:00

README.rst

Repository structure

  • contrib/fuel_mirror It is a command line utility that provides the same functionality and user interface as deprecated fuel-createmirror. It provides two major features:

    • clone/build mirror (full or partial)

    * update repository configuration in nailgun First one is a matter of packetary while second one should be left totally up to fuelclient. So this module is to be deprecated soon in favor of packetary and fuelclient.

    WARNING: It is not designed to be used on 'live' repositories that are available to clients during synchronization. That means repositories will be inconsistent during the update. Please use these scripts in conjunction with snapshots, on inactive repos, etc.

  • debian Specs for DEB packages.

  • doc Documentation for packetary module.

  • packetary It is a Python library and command line utilty that allows one to clone and build rpm/deb repositories. Features:

    • Common interface for different package-managers.
    • Utility to build dependency graph for package(s).
    • Utility to create mirror of repository according to dependency graph.
  • perestroika It is a set shell/python script that are used to build DEB/RPM packages. These scripts are widely used by Fuel Packaging CI.

  • specs Specs for RPM packages.