Library and eponymous utility to manage the entire lifecycle of repositories
Go to file
Bulat Gaifullin 56689ae7cf [packetary] Infrastructure
Introduce infrastructure:
* Executor (The Asynchronous task executor)
* ConnectionsPool (The pool of network connections)
* ResumeableStream - allows resume streaming when error occures

Change-Id: Ia68d60c2b9d685820a4c1916c8f1aa724f3a3f91
Implements: blueprint refactor-local-mirror-scripts
Partial-Bug: #1487077
2015-10-27 17:41:57 +03:00
config Remove fuel-utils package from requirements-deb.txt 2015-10-02 15:58:27 +03:00
debian Fix fuel-createmirror spec 2015-10-19 18:48:56 +03:00
doc [packetary] initial commit 2015-10-20 19:33:48 +00:00
packetary [packetary] Infrastructure 2015-10-27 17:41:57 +03:00
perestroika CI fix issues 2015-10-27 14:02:02 +00:00
specs Fix fuel-createmirror spec 2015-10-19 18:48:56 +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 since we have related patch merged 2015-10-22 12:27:03 +03: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 Check that docker-container runs successfully. 2015-10-14 16:00:44 +03: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] Infrastructure 2015-10-27 17:41:57 +03:00
setup.cfg [packetary] initial commit 2015-10-20 19:33:48 +00:00
setup.py [packetary] initial commit 2015-10-20 19:33:48 +00:00
test-requirements.txt [packetary] initial commit 2015-10-20 19:33:48 +00: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.