#27 Better handling of new repo requests
Opened by mohanboddu. Modified

Sometimes a new repo request is processed half way and then when the ticket is reprocessed again, it fails since the pdc branch is already created.

We have to extend the check and see if pdc branch is already created but not the repo it should go ahead and create the repo as well.


Ex new repo request - https://pagure.io/releng/fedora-scm-requests/issue/21007

Here is another list of requests that failed.

https://pagure.io/releng/fedora-scm-requests/issue/25393
https://pagure.io/releng/fedora-scm-requests/issue/25394
https://pagure.io/releng/fedora-scm-requests/issue/25395

Metadata