yandex-mirroring-from-upstream
=====

# OVERVIEW #
yandex-mirroring-from-upstream is a script for sync packages from an upstream repo to a mirror repo (to Dist).

# INSTALL DEPENDS #
```
$ sudo apt-get install reprepro python3-urllib3
```

# RUN TESTS #
```
$ python3 -m unittest tests/*.py
```

# CONFIG #
Please, see an example: config.json.example

# RUN #
```
$ ./mirroring.py -h # for help.
$ ./mirroring.py -c config.json.example # for sync packages.
```

