From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [ELPA/elpa-admin] Render README.org as HTML with ox-html Date: Sun, 10 Oct 2021 11:30:35 -0400 Message-ID: References: <87h7f7zww5.fsf@alphapapa.net> <87zgszy91h.fsf_-_@alphapapa.net> <87a6ku2z8x.fsf@alphapapa.net> <87ilzc65rc.fsf@alphapapa.net> <87o88yuern.fsf@alphapapa.net> <87lf3q7rrw.fsf@alphapapa.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34360"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: emacs-devel To: Adam Porter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Oct 10 17:32:14 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mZao9-0008ib-Ar for ged-emacs-devel@m.gmane-mx.org; Sun, 10 Oct 2021 17:32:13 +0200 Original-Received: from localhost ([::1]:46248 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mZao7-00007m-9g for ged-emacs-devel@m.gmane-mx.org; Sun, 10 Oct 2021 11:32:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35294) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mZami-0007kW-Ef for emacs-devel@gnu.org; Sun, 10 Oct 2021 11:30:44 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:40273) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mZame-0006ci-T4 for emacs-devel@gnu.org; Sun, 10 Oct 2021 11:30:43 -0400 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id B87A51003CB; Sun, 10 Oct 2021 11:30:38 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 12296100134; Sun, 10 Oct 2021 11:30:37 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1633879837; bh=hEnP0JttLkLunXtO3i9yxFWV9qkJ6/j3aPklLNBiyps=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=MSOqaBhAbnD2tJeYFPy99XQeo1vpNDIPwn3Snm9vWrVdSafneaHxqhcEZS+mJrrmn xnmd4hsAKAHIu4uQ2r3JV/3InJ1ynnHoCzO62prXEQ+cJBoKujtQxPLaMLSZwJihku Z0Cbzb6gXGaXhgFVRo4jp/+E9TDHG44yTDCtVzwsIS9l1Hf7rkGJE1dR8pjwxp9lwY pM1Eby3KRuoU0oAQzOxeSNDwT8df5G/2mXtrC77zkUfoyqVqXECsD4yYk+H09s+1Tm uuuzSl4AE3c0gMtMQaBIl1k9auzcCtmZ0hU9nDSTp81PRFWFRKONPHRTBqHX5c1EFe KGd84sxJnqRug== Original-Received: from pastel (unknown [45.72.241.23]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id C9D94120800; Sun, 10 Oct 2021 11:30:36 -0400 (EDT) In-Reply-To: (Adam Porter's message of "Sun, 10 Oct 2021 09:50:25 -0500") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:276671 Archived-At: > Thanks. Is there a way to trigger a rebuild of all relevant packages? Currently, no. We definitely should change `elpa-admin.el` so it rebuilds the `.html` file when missing, even if the `.tar` is up to date. > e.g. https://elpa.gnu.org/packages/taxy.html still shows the > non-HTML-rendered readme content. Indeed. The GNU-devel archive has been fully rebuilt, OTOH (an undesired side-effect of the recent changes to the . computation, apparently), so you can look at https://elpa.gnu.org/devel/taxy.html to see if you like the result. https://elpa.gnu.org/packages/taxy.html will be refreshed when a new version of `taxy` is released. Stefan