Comment 35 for bug 1487077

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

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

commit af0a66d31cfb9011d427e4758e0f61a1aa804180
Author: Bulat Gaifullin <email address hidden>
Date: Wed Nov 11 17:35:28 2015 +0300

    [packetary] Introduce command-line interface

    Available commands:
    - clone - Clones specified repository(es) to local folder.
      packetary clone -o "http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse" -t deb -d /var/www/mirror/ubuntu

    - packages - Gets the list of packages from repository(es).
      packetary packages -o http://mirror.fuel-infra.org/mos-repos/centos/mos8.0-centos6-fuel/os -t yum

    - unresolved - Get the list of external dependencies for repository.
      packetary unresolved -o "http://mirror.fuel-infra.org/mos-repos/ubuntu/8.0 mos8.0 main"

    Change-Id: I4b3f3fb7b7f2967cf596ed3c7758cfbbf76dfe73
    Partial-Bug: #1487077