#2417 kojid: waitrepo on deleted tag
Merged by tkopecek. Opened by tkopecek.
tkopecek/koji issue2414  into  master

Download 2417.patch

Expanded PR #2416
Fixes: https://pagure.io/koji/issue/2414

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

:thumbsup:

self.logger.debug("Tag %s got lost while waiting for newrepo" % tag)

A minor thing, but we should avoid % expansion in logger calls. The call will do the expansion for you if you just pass the parameters as arguments.

For that matter, the log message seems redundant as the following error will also show in the logs.

An even more minor thing, but the extra space in the except clause is distracting :wink:

rebased onto fac7bec1c81190431ef6f955a2e175b009094e38

Metadata Update from @jcupova:
- Pull-request tagged with: testing-done

1 new commit added

  • kojira: parallelize rmtree

2 new commits added

  • kojid: more meaningful error message
  • kojid: waitrepo on deleted tag

pretty please pagure-ci rebuild

Commit ace354a1 fixes this pull-request

Pull-Request has been merged by tkopecek

Metadata