Disable new builds during branching

Signed-off-by: Samyak Jain <samyak.jn11@gmail.com>
This commit is contained in:
Samyak Jain 2024-08-13 19:35:14 +05:30
parent 117adfb157
commit 19df3b058a

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 = 'koji is being migrated to a new datacenter'
#LockOut = True
#OfflineMessage = 'We are in the middle of branching new fedora release'
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).