mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-01 18:01:40 +08:00
Make this convenient for f2.0 developers
This commit is contained in:
@@ -94,6 +94,13 @@ class DevConfiguration(BaseConfiguration):
|
||||
|
||||
MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.dev', 'org.fedoraproject.stg']
|
||||
|
||||
ALLOWED_GROUPS = set([
|
||||
'packager',
|
||||
# Make this convenient for f2.0 developers
|
||||
'factory2',
|
||||
'modularity-wg',
|
||||
])
|
||||
|
||||
# Global network-related values, in seconds
|
||||
NET_TIMEOUT = 5
|
||||
NET_RETRY_INTERVAL = 1
|
||||
|
||||
Reference in New Issue
Block a user