Skip to content

Commit

Permalink
config-bot: disable sync-build-lockfiles
Browse files Browse the repository at this point in the history
bodhi-updates is down, so disable lockfile syncing so we don't override
manual lockfile bumps we will do for now.

coreos/fedora-coreos-config#335 (comment)
  • Loading branch information
jlebon committed Apr 14, 2020
1 parent 0eebd38 commit d3acd08
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions config-bot/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ github.repo.name = 'fedora-coreos-config'
github.token.username = 'coreosbot'
github.token.path = '/var/run/secrets/coreos.fedoraproject.org/github-token/token'

[sync-build-lockfiles]
builds-base-url = 'https://builds.coreos.fedoraproject.org/prod/streams'
streams = [
'bodhi-updates',
]
trigger.mode = 'periodic'
trigger.period = '15m'
method = 'push'
# XXX: disabled for now: https://github.com/coreos/fedora-coreos-config/pull/335#issuecomment-610634917
#[sync-build-lockfiles]
#builds-base-url = 'https://builds.coreos.fedoraproject.org/prod/streams'
#streams = [
# 'bodhi-updates',
#]
#trigger.mode = 'periodic'
#trigger.period = '15m'
#method = 'push'

[promote-lockfiles]
source-ref = 'bodhi-updates'
Expand Down

0 comments on commit d3acd08

Please sign in to comment.