RETIRED, Tools for working with packages mirrors
Go to file
Bulat Gaifullin af0a66d31c [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
2015-12-03 09:45:38 +00:00
config Add biosdevname requirement 2015-11-09 12:49:49 +02:00
contrib/fuel_mirror Added packaging for fuel-mirror 2015-12-02 15:47:05 +03: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 [packetary] Introduce command-line interface 2015-12-03 09:45:38 +00:00
perestroika Merge "Added a command line interface for perestroika" 2015-12-02 12:46:13 +00:00
specs Added packaging for fuel-mirror 2015-12-02 15:47:05 +03:00
util Merge "Switch MOS DEB repos to new format, update configs from fuel-main" 2015-08-18 12:14:09 +00:00
.coveragerc [packetary] initial commit 2015-10-20 19:33:48 +00:00
.gitignore [packetary] initial commit 2015-10-20 19:33:48 +00:00
.gitreview Update path due to stackforge migration 2015-10-19 14:30:52 +03: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 Update MAINTAINERS file 2015-11-27 11:43:00 +02:00
MANIFEST.in [packetary] initial commit 2015-10-20 19:33:48 +00:00
README.md Empty commit to restart CI 2015-08-31 12:32:54 +03:00
README.rst [packetary] initial commit 2015-10-20 19:33:48 +00:00
babel.cfg [packetary] initial commit 2015-10-20 19:33:48 +00:00
deb-mirror Fix the setting of pool files permissions 2015-10-28 15:09:34 +00:00
fuel-createmirror Enclose admin password in quotes 2015-09-08 12:53:00 -05: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 [packetary] Introduce command-line interface 2015-12-03 09:45:38 +00: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 [packetary] Infrastructure 2015-10-27 17:41:57 +03:00

README.md

fuel-createmirror

Script for partial deb repositories mirroring with sanity check.

Description

WARNING: This set of scripts is not designed to be used on 'live' repositories that are available to clients during synchronization, because it violates common synchronization order (packages first, metadata later) to provide partial mirroring capability. It means that repositories will be inconsistent during the update. Please use these scripts in conjunction with snapshots, on inactive repos, etc.

Only rsync mirrors are supported.