On Mon, Jun 1, 2026 at 10:01 AM Fabian Arrotin <arrfab@centos.org> wrote:
On 5/29/26 15:58, Troy Dawson via devel wrote:
> I know there are at least a few CentOS SIG's that have already migrated
> their SIG from pagure.io <http://pagure.io> to gitlab.
>
> Does anyone have any helpful tips or scripts?
> I'm mainly concerned about bringing issues over.
>
> Troy
>

Hi Troy,

For repositories, that's just git so nothing else is needed apart from
"git" ...

But if you want to just import issues (like I had to do when migrating
some projects from git.centos.org to gitlab.com), you can use
pagure-exporter : https://github.com/fedora-infra/pagure-exporter

Thank you Fabian.  Yes, it was the issues that I was having problems bringing over.
The pagure-exporter worked great.

Troy