Re: [PATCH] pglister: Add example script to import from mailman

Lists: pgsql-www
From: Célestin Matte <celestin(dot)matte(at)cmatte(dot)me>
To: pgsql-www(at)lists(dot)postgresql(dot)org
Subject: [PATCH] pglister: Add example script to import from mailman
Date: 2021-11-03 19:15:08
Message-ID: 4498b139-27f4-6554-03a3-4785982f7bc1@cmatte.me
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www


--
Célestin Matte

Attachment Content-Type Size
0001-Add-example-script-to-import-from-mailman-tools-impo.patch text/x-patch 3.1 KB

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Célestin Matte <celestin(dot)matte(at)cmatte(dot)me>
Cc: pgsql-www(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] pglister: Add example script to import from mailman
Date: 2021-11-10 11:50:16
Message-ID: CABUevExSt++mxbNCxTWX08hORk3-d6z==hk1QPC1cXGxDkOcgA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

On Wed, Nov 3, 2021 at 8:15 PM Célestin Matte <celestin(dot)matte(at)cmatte(dot)me>
wrote:

>
> --
> Célestin Matte

This script makes a connection between the pglister and pgarchives code
which I'm not sure we want to "codify" quite so clearly. I think it might
for that reason be better suited for a wiki page or such?

It also makes a lot of assumptions about paths etc -- which would be OK for
a sample on a wiki page, but if we *do* want to makt it into a "proper part
of the codebase", it needs to be more generic.

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>


From: Célestin Matte <celestin(dot)matte(at)cmatte(dot)me>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: pgsql-www(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] pglister: Add example script to import from mailman
Date: 2021-11-11 10:49:07
Message-ID: 491249f5-af7f-ea57-7a52-51548763951c@cmatte.me
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

> It also makes a lot of assumptions about paths etc -- which would be OK for a sample on a wiki page, but if we *do* want to makt it into a "proper part of the codebase", it needs to be more generic.
>

I moved all variables to the beginning of the script to make it as generic as possible — variables are given as examples.
If you prefer it to be on a wiki page instead of the main repository, fine.
Can I get editor access to the wiki?

Cheers,
--
Célestin Matte


From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Célestin Matte <celestin(dot)matte(at)cmatte(dot)me>
Cc: pgsql-www(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] pglister: Add example script to import from mailman
Date: 2021-11-17 17:56:38
Message-ID: CABUevEyHPiHnSNey70QJe-amD7vY5S+hZEMWV06hBL8-XO9uEw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

On Thu, Nov 11, 2021 at 11:49 AM Célestin Matte <celestin(dot)matte(at)cmatte(dot)me>
wrote:

> > It also makes a lot of assumptions about paths etc -- which would be OK
> for a sample on a wiki page, but if we *do* want to makt it into a "proper
> part of the codebase", it needs to be more generic.
> >
>
> I moved all variables to the beginning of the script to make it as generic
> as possible — variables are given as examples.
> If you prefer it to be on a wiki page instead of the main repository, fine.
> Can I get editor access to the wiki?
>

I'd be happy to do that -- but I can't figure out how :) It' already set to
"everyone with access", but I can't figure out how to grant you edit
permissions on it without granting you a high-level maintainer access to
the whole project.

Do you happen to know how to do that? Or does somebody else here with a bit
more gitlab experience perhaps know?

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>


From: Célestin Matte <celestin(dot)matte(at)cmatte(dot)me>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: pgsql-www(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] pglister: Add example script to import from mailman
Date: 2022-01-19 10:35:06
Message-ID: fb6f856a-5941-c442-db73-361942ba57c9@cmatte.me
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

> I moved all variables to the beginning of the script to make it as generic as possible — variables are given as examples.
> If you prefer it to be on a wiki page instead of the main repository, fine.
> Can I get editor access to the wiki?
>
>
> I'd be happy to do that -- but I can't figure out how :) It' already set to "everyone with access", but I can't figure out how to grant you edit permissions on it without granting you a high-level maintainer access to the whole project.
>
> Do you happen to know how to do that? Or does somebody else here with a bit more gitlab experience perhaps know? 

Back to this patch.
Wouldn't this be easier to put the script on postgresql's wiki? The gitlab wiki seems empty for now. (With a redirect from gitlab's wiki, maybe?)

--
Célestin Matte


From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Célestin Matte <celestin(dot)matte(at)cmatte(dot)me>
Cc: pgsql-www(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] pglister: Add example script to import from mailman
Date: 2022-02-06 13:06:35
Message-ID: CABUevEyPssLtaQ2_SVXefYi4-AGB4K=12zWaMfU0agLTTRJxdQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

On Wed, Jan 19, 2022 at 11:35 AM Célestin Matte
<celestin(dot)matte(at)cmatte(dot)me> wrote:
>
> > I moved all variables to the beginning of the script to make it as generic as possible — variables are given as examples.
> > If you prefer it to be on a wiki page instead of the main repository, fine.
> > Can I get editor access to the wiki?
> >
> >
> > I'd be happy to do that -- but I can't figure out how :) It' already set to "everyone with access", but I can't figure out how to grant you edit permissions on it without granting you a high-level maintainer access to the whole project.
> >
> > Do you happen to know how to do that? Or does somebody else here with a bit more gitlab experience perhaps know?
>
> Back to this patch.
> Wouldn't this be easier to put the script on postgresql's wiki? The gitlab wiki seems empty for now. (With a redirect from gitlab's wiki, maybe?)

Yeah, that would be a perfectly fine idea as well. And we certainly
know how the permissions work there :)

--
Magnus Hagander
Me: https://www.hagander.net/
Work: https://www.redpill-linpro.com/