Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mnPB1-0006AW-CO for pgsql-www@arkaria.postgresql.org; Wed, 17 Nov 2021 17:56:55 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mnPB0-0001x7-9o for pgsql-www@arkaria.postgresql.org; Wed, 17 Nov 2021 17:56:54 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mnPB0-0001wx-36 for pgsql-www@lists.postgresql.org; Wed, 17 Nov 2021 17:56:54 +0000 Received: from mail-lf1-x12a.google.com ([2a00:1450:4864:20::12a]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mnPAx-0005NG-G6 for pgsql-www@lists.postgresql.org; Wed, 17 Nov 2021 17:56:53 +0000 Received: by mail-lf1-x12a.google.com with SMTP id y26so12375475lfa.11 for ; Wed, 17 Nov 2021 09:56:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hagander-net.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=TKxDf0NbthJ9d9aWlE3+S58OzPubIuoYrgz2xUIs3hc=; b=jbJiLYJaw9kpTWEha0HUTqwhNO22voxVKvQp4VbuJF17fsLJxICjqXohjw2t89Odkj mmvPgfS6zYwgsh2qwN8JodgRtzCQNgAXS2FXKFflF7I2+jSAyy2i86rlmpqX3Epwpu2p EYP98iutuNTMesdrdlQLQZ+qdsYl8bl5HqyQpJC2/TZj4KayEEN/3iJ0FRRKJjeDleDx 8dHSVz5i40Ee9+NFIT5HkR/0thksJS2l8dXgn8tTwJ3nj7w1q0GLbCPMuFbs4Ml0uceD kjuLdCItug+V4H27f2+5nbPQjl+GGAtPwyZIp3FwgENTxrJKHCsvHot6py2spU5mu0QM Nd5Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=TKxDf0NbthJ9d9aWlE3+S58OzPubIuoYrgz2xUIs3hc=; b=70OPxdjSL+enpIG5vSCUAn/bsqrtS7DbOq0z9Xm9LIH1qZ8nDxGQ6tdLu7bO5eTDkN tFRf2EIdUWPFjD9o6WDL0MND3kD6UlflaCPI75xBDTD1Jg6bPaMhuPzeyw6aOXZHCpP8 283KrQX2orh0YDWF1o/l66ZGzrycRofpopezgQR+emKqxYm20iLN/yl53VYKgUWjq5v7 Q4i1U9yjvGJpNJQOFYfQs1P9LntcXTJIkfDIptp/0jKTiUdFRjSda6NBBbGLjVaTkt2A d4MhQF93CofCJ58Ix/0bKDrmX4Fq1iHilfjl0sIq7J6YgytGwZGVv5c/EeQXvjSdYyll Ipuw== X-Gm-Message-State: AOAM530renCGZ4OhU7EaYW6pfEgGF8MIjFpTxAaEHQswGcyD8p8oAszM VPpN5JpgbW4CGS4Zl8Nt7j4MikIONJl57KI3ajxZ2Zdspaw= X-Google-Smtp-Source: ABdhPJzphBKDA7Fy+Dlh7JhUxvkmO33LFFIzNUgI9rrEFBUbuF60n2BBrVUDNkkjr7nC2pRbteA5QbLymH8PYVBuL8c= X-Received: by 2002:a05:6512:3602:: with SMTP id f2mr17420301lfs.399.1637171809744; Wed, 17 Nov 2021 09:56:49 -0800 (PST) MIME-Version: 1.0 References: <4498b139-27f4-6554-03a3-4785982f7bc1@cmatte.me> <491249f5-af7f-ea57-7a52-51548763951c@cmatte.me> In-Reply-To: <491249f5-af7f-ea57-7a52-51548763951c@cmatte.me> From: Magnus Hagander Date: Wed, 17 Nov 2021 18:56:38 +0100 Message-ID: Subject: Re: [PATCH] pglister: Add example script to import from mailman To: =?UTF-8?Q?C=C3=A9lestin_Matte?= Cc: pgsql-www@lists.postgresql.org Content-Type: multipart/alternative; boundary="000000000000280c8705d0ffc458" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000280c8705d0ffc458 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, Nov 11, 2021 at 11:49 AM C=C3=A9lestin Matte 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 "prope= r > part of the codebase", it needs to be more generic. > > > > I moved all variables to the beginning of the script to make it as generi= c > as possible =E2=80=94 variables are given as examples. > If you prefer it to be on a wiki page instead of the main repository, fin= e. > 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? --=20 Magnus Hagander Me: https://www.hagander.net/ Work: https://www.redpill-linpro.com/ --000000000000280c8705d0ffc458 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Thu, Nov 11, 2021 at 11:49 AM C=C3=A9l= estin Matte <celestin.matte@= cmatte.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 w= e *do* want to makt it into a "proper part of the codebase", it n= eeds to be more generic.
>

I moved all variables to the beginning of the script to make it as generic = as possible =E2=80=94 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&= #39;d be happy to do that -- but I can't figure out how :) It' alre= ady 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 main= tainer access to the whole project.

Do you happen = to know how to do that? Or does somebody else here with a bit more gitlab e= xperience perhaps know?=C2=A0

--
=C2=A0Magnus Hagander<= br>=C2=A0Me: https:/= /www.hagander.net/
=C2=A0Work: https://www.redpill-linpro.com/
--000000000000280c8705d0ffc458--