mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-02 20:59:06 +08:00
The goal of this client is to allow simple access to endpoints we use to manage MBS - like "import" module or "retire" module. It is not intended to contain tasks available in pyrpkg. So far only "import" module is implemented, because that's the only command we have REST API for.
13 lines
394 B
Plaintext
13 lines
394 B
Plaintext
global-exclude *.pyc *.pyo
|
|
include LICENSE
|
|
include README.rst
|
|
include requirements.txt
|
|
include test-requirements.txt
|
|
recursive-include conf config.py cacert.pem *.conf *.cfg *.service
|
|
recursive-include docs *.txt *.rst *.md
|
|
recursive-include module_build_service *
|
|
recursive-include fedmsg.d *
|
|
recursive-include tests *.yaml *.json
|
|
recursive-include tests/scm_data *
|
|
recursive-include client *
|