mirror of
https://github.com/lilydjwg/archrepo2.git
synced 2025-03-10 12:02:43 +00:00
34 lines
662 B
ReStructuredText
34 lines
662 B
ReStructuredText
USAGE
|
|
=====
|
|
|
|
Install::
|
|
|
|
python3 setup.py install
|
|
|
|
Edit a copy of ``archrepo.ini.example`` and then run
|
|
``archreposrv <config>``.
|
|
|
|
DEPENDENCIES
|
|
============
|
|
|
|
- Python, >= 3.3, with sqlite support
|
|
- setuptools
|
|
- tornado, > 3.1
|
|
- pyinotify, tested with 0.9.4
|
|
- pyalpm, tested with 0.10.6
|
|
|
|
NOTE
|
|
====
|
|
|
|
- relative symlinks may be broken when moving to the right architecture
|
|
directory
|
|
|
|
TODO
|
|
====
|
|
|
|
- [high] adding and then removing it before adding complete will result
|
|
in not-in-database removing
|
|
- [middle] specify what architectures we have and don't require others
|
|
- [low] use one common command queue (now one each repo)
|
|
- [low] verify packages
|
|
|