mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-04 19:28:49 +08:00
This removes our query to FAS and fixes #304. It is more flexible too, where we can now configure production to only allow in members of the `modularity-wg` group, and then later open it up to all packagers after F26 is out (as was agreed with FESCo). In the process of working on this, I discovered that #305 is not necessary. We don't need our own scope; we can just use the `groups` scope as done here.
15 lines
208 B
Plaintext
15 lines
208 B
Plaintext
*.pyc
|
|
module_build_service.db
|
|
server.crt
|
|
server.key
|
|
.vagrant
|
|
.idea
|
|
/dist/
|
|
/module_build_service.egg-info/
|
|
build/
|
|
test_module_build_service.db
|
|
.mbs_local_build.db
|
|
*.src.rpm
|
|
.test_module_build_service.db
|
|
.eggs
|