Adjust the message to reflect more what it is going on
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
1f7369cd86
commit
369708aa67
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ def main(msg):
|
||||||
}
|
}
|
||||||
state = msg['new']
|
state = msg['new']
|
||||||
if state not in done_states:
|
if state not in done_states:
|
||||||
print('Build is still in progress, let\'s come back later')
|
print('Build is not in a state we care about, skipping')
|
||||||
return
|
return
|
||||||
|
|
||||||
koji_url = _koji_hub_link(msg)
|
koji_url = _koji_hub_link(msg)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue