Comment 18 for bug 1487077

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-mirror (master)

Reviewed: https://review.openstack.org/237966
Committed: https://git.openstack.org/cgit/openstack/fuel-mirror/commit/?id=671af8e61112cf8d90ba861364902c6b1c494b43
Submitter: Jenkins
Branch: master

commit 671af8e61112cf8d90ba861364902c6b1c494b43
Author: Bulat Gaifullin <email address hidden>
Date: Wed Oct 21 12:58:54 2015 +0300

    [packetary] Repository class

    class Repository composes from:
    * RepositryDriver - low-level support for physical repository. deb, yum, etc.
    * RepositoryController - infrastcuture method to communicate with driver
    * RepositoryApi - high-level class, that provides methods to work with repository

    Change-Id: Iaf868fca982d91089e369d13a6fb381ff879ea73
    Implements: blueprint refactor-local-mirror-scripts
    Partial-Bug: #1487077