Disable new builds during branching

Signed-off-by: Samyak Jain <samyak.jn11@gmail.com>
This commit is contained in:
Samyak Jain 2024-02-13 14:23:56 +05:30 committed by jnsamyak
parent 3c0a3f68e8
commit 8b6e321712

View file

@ -74,11 +74,11 @@ MissingPolicyOk = False
# KojiTraceback = normal
## These options are intended for planned outages
#ServerOffline = True
ServerOffline = True
#OfflineMessage = 'planned outage see https://www.fedorastatus.org'
#OfflineMessage = 'We are in the middle of branching new fedora release'
#LockOut = True
#OfflineMessage = 'koji is being migrated to a new datacenter'
OfflineMessage = 'We are in the middle of branching new fedora release'
LockOut = True
## If ServerOffline is True, the server will always report a ServerOffline fault (with
## OfflineMessage as the fault string).