Disable new builds during branching
This commit is contained in:
parent
c46f80362b
commit
cf039c6269
1 changed files with 4 additions and 2 deletions
|
@ -74,10 +74,12 @@ MissingPolicyOk = False
|
|||
# KojiTraceback = normal
|
||||
|
||||
## These options are intended for planned outages
|
||||
#ServerOffline = True
|
||||
ServerOffline = True
|
||||
#OfflineMessage = 'planned outage see https://www.fedorastatus.org'
|
||||
#LockOut = True
|
||||
OfflineMessage = 'We are in the middle of branching new fedora release'
|
||||
LockOut = True
|
||||
#OfflineMessage = 'koji is being migrated to a new datacenter'
|
||||
|
||||
## If ServerOffline is True, the server will always report a ServerOffline fault (with
|
||||
## OfflineMessage as the fault string).
|
||||
## If LockOut is True, the server will report a ServerOffline fault for all non-admin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue