Skip to content

cschwede/mirror2swift

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

mirror2swift

A small utility to clone a public HTTP mirror to a Swift container, for example to keep a local clone of a RPM repository in your CI environment.

Quick Install

  1. Install:

    git clone git://github.com/cschwede/mirror2swift.git cd mirror2swift sudo python setup.py install

  2. Create a config file like this. You need a temp url key for Swift, and the Swift container has to be public readable (including listings):

    first: mirrors:

  3. Run the tool:

    mirror2swift config.yaml

Done!

About

Tool to mirror a HTTP site to OpenStack Swift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages