On Thursday, 15 August 2019 12:18:12 CEST Dave Love wrote: > I've tried to get a couple of epel8 branches created, and the tickets > have been closed (twice in one case after I re-opened it) with "The > branch in PDC already exists". (It worked for other packages.) I don't > know what PDC is, but the branch definitely isn't in git. An example is > <https://pagure.io/releng/fedora-scm-requests/issue/15061>. Can someone > tell me what to do about that? > > Also, I don't get any notifications from pagure (as with various other > -- most? -- services), despite turning on anything relevant-looking in > the notifications app. I've asked several times about lack of > notifications with no luck or suggestions how to debug it. Can anyone > make any suggestions now? > > I'm increasingly un-motivated to do maintenance particularly because of > continual infrastructure problems. The PDC is the Product Definition Center: > The Product Definition Center is repository and API for storing and querying metadata related to packages, product releases, engineering processes and artifacts which are required to support automation of release engineering workflows (or productization processes). It aims to support the development of automation that ties in the different tools to streamline productization processes and create more efficient workflows. https://pdc.fedoraproject.org/ Your package has already a EPEL8 branch in the PDC: https://pdc.fedoraproject.org/rest_api/v1/component-branches/? global_component=procenv If the branch has not been created in dist-git, you can create it manually: git checkout -b epel8 git push --set-upstream origin epel8 Best regards, Robert-André _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx