From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 18198 invoked from network); 14 Jul 2020 18:42:39 -0000 Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with ESMTPUTF8; 14 Jul 2020 18:42:39 -0000 Received: (qmail 22941 invoked by alias); 14 Jul 2020 18:42:31 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: Sender: zsh-workers@zsh.org X-Seq: 46247 Received: (qmail 27911 invoked by uid 1010); 14 Jul 2020 18:42:31 -0000 X-Qmail-Scanner-Diagnostics: from wout1-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.3/25870. spamassassin: 3.4.4. Clear:RC:0(64.147.123.24):SA:0(-2.6/5.0):. Processed in 4.743226 secs); 14 Jul 2020 18:42:31 -0000 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at daniel.shahaf.name does not designate permitted sender hosts) X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrfedtgddufeduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpeffhffvuffkjghfofggtgfgsehtqh dttdertdejnecuhfhrohhmpeffrghnihgvlhcuufhhrghhrghfuceougdrshesuggrnhhi vghlrdhshhgrhhgrfhdrnhgrmhgvqeenucggtffrrghtthgvrhhnpedtgeegfffghffhge efgefglefguefgvedvgfeuledthfetudefheejueffveehveenucffohhmrghinhepiihs hhdrohhrghenucfkphepjeelrddujeeirdefledrieelnecuvehluhhsthgvrhfuihiivg eptdenucfrrghrrghmpehmrghilhhfrhhomhepugdrshesuggrnhhivghlrdhshhgrhhgr fhdrnhgrmhgv X-ME-Proxy: Date: Tue, 14 Jul 2020 18:41:43 +0000 From: Daniel Shahaf To: zsh-workers@zsh.org Subject: Re: Hosting copies of the PGP public keys Message-ID: <20200714184143.1aa13873@tarpaulin.shahaf.local2> In-Reply-To: <2041F3EE-7E01-4554-AAC3-C5452D192C18@dana.is> References: <20200713181423.0b979d87@tarpaulin.shahaf.local2> <2041F3EE-7E01-4554-AAC3-C5452D192C18@dana.is> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable dana wrote on Tue, 14 Jul 2020 12:53 -0500: > On 13 Jul 2020, at 13:14, Daniel Shahaf wrote: > > I propose that that the RMs add copies of their public keys to, say, =20 > > keys/{pws,danielsh,dana}.asc in the zsh-web.git repository (using =C2= =ABgpg =20 > > --armor --export $MyEmailAddress=C2=BB), and then, as part of uploading > > a release, we also `cat keys/*.asc` into a zsh-keyring.asc and upload it > > to zsh.org. =20 >=20 > That sounds good to me as well Let's make it happen, then. I've added my key to zsh-web.git in a new Keys/ directory and started updating Etc/creating-a-release.txt. If you guys have a minute to add your respective keys, we'll then be able to upload and link to the keyring file. Incidentally, Phil recommended =C2=ABgpg --dearmor Keys/*.asc | gpg --armor= > zsh-keyring.asc=C2=BB rather than plain =C2=ABcat Keys/*.asc=C2=BB, but I don't know which of the= two options is preferable. Cheers, Daniel