bodhi: try and blacklist osbuild-automation-bot from auto updates in rawhide
This user is used by osbuild, but autosign and bodhi don't know what to do with images it builds. Just like the livecd's and such releng makes. So, just don't auto make updates for them. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
389a8434fe
commit
27a521b838
1 changed files with 4 additions and 0 deletions
|
@ -635,6 +635,10 @@ admin_packager_groups = provenpackager releng-team security_respons
|
|||
# User must be a member of this group to submit updates
|
||||
# mandatory_packager_groups = packager
|
||||
|
||||
# users who we do not want to push automatic updates for.
|
||||
# releng is here because images/livecds are made by them and we can't handle those
|
||||
# osbuild-automation-bot is here because osbuild also builds images we can't make updates with
|
||||
automatic_updates_blacklist = releng osbuild-automation-bot
|
||||
|
||||
##
|
||||
## updateinfo.xml configuraiton
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue