[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ELPA] Build process stuck?
From: |
Stefan Monnier |
Subject: |
Re: [ELPA] Build process stuck? |
Date: |
Mon, 25 Mar 2024 14:29:26 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
> And the latest commit on the configured release branch for ELPA is
> b76e5cc1b3f1d1b7e67e72eb1a5d52058f45cf84, which is the one that updates the
> version header to 0.8.1.
The `listen` recipe is:
(listen :url "https://github.com/alphapapa/listen.el"
:doc "README.org")
so there is no configured "release branch".
>> So I'm not surprised `elpa.gnu.org` didn't see any 0.8.1 release
>> either.
> As far as I can tell, I've done what I'm supposed to do; it's always
> worked before.
AFAICT the commit b76e5cc1b3f1d1b7e67e72eb1a5d52058f45cf84 was made on
a branch, which is why `git log -L` isn't seeing it.
Stefan