Dmitry Burmistrov e9b9e24ce2 [8.0][deb] Fix wrong release format for deb openstack packages
Change-Id: Id548984678ea325dd9fd30299f2b7607eb5cff42
2015-12-18 12:48:21 +03:00
2015-12-02 15:47:05 +03:00
2015-10-20 19:33:48 +00:00
2015-12-02 15:47:05 +03:00
2015-10-20 19:33:48 +00:00
2015-10-20 19:33:48 +00:00
2015-10-20 19:33:48 +00:00
2015-10-20 19:33:48 +00:00
2015-10-20 19:33:48 +00:00
2015-10-20 19:33:48 +00:00
2015-10-20 19:33:48 +00:00
2015-04-02 19:05:52 +03:00
2015-10-20 19:33:48 +00:00
2015-12-16 13:10:45 +03:00
2015-12-02 15:47:05 +03:00
2015-12-16 20:01:42 +03:00
2015-10-20 19:33:48 +00:00

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.

Description
Library and eponymous utility to manage the entire lifecycle of repositories
Readme 1.1 MiB
Languages
Python 100%