Make this convenient for f2.0 developers

This commit is contained in:
Ralph Bean
2017-02-10 16:27:35 -05:00
parent 2887e71b29
commit 3674fb49b2

View File

@@ -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