unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [ELPA] Build process stuck?
@ 2024-03-25 14:18 Adam Porter
  2024-03-25 17:08 ` Stefan Monnier
  0 siblings, 1 reply; 8+ messages in thread
From: Adam Porter @ 2024-03-25 14:18 UTC (permalink / raw)
  To: Stefan Monnier, Philip Kaludercic; +Cc: emacs-devel

Hi Stefan, et al,

A few days ago I pushed v0.8.1 of listen.el, and I see that ELPA has 
pulled those changes, yet the version available on ELPA remains v0.8. 
Is the build process stuck?

Thanks,
Adam



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ELPA] Build process stuck?
  2024-03-25 14:18 [ELPA] Build process stuck? Adam Porter
@ 2024-03-25 17:08 ` Stefan Monnier
  2024-03-25 17:58   ` Adam Porter
  0 siblings, 1 reply; 8+ messages in thread
From: Stefan Monnier @ 2024-03-25 17:08 UTC (permalink / raw)
  To: Adam Porter; +Cc: Philip Kaludercic, emacs-devel

> A few days ago I pushed v0.8.1 of listen.el, and I see that ELPA has pulled
>   those changes, yet the version available on ELPA remains v0.8. Is the
>  build process stuck?

I don't see any version 0.8.1 in the history.  `C-x v h` tells me:

    commit 6bca5d6c764ef69b4a66ee9dc74bed678fe8cb87
    Author: Adam Porter <adam@alphapapa.net>
    Date:   Wed Mar 20 21:29:56 2024 -0500
    
        Meta: v0.9-pre
    
    diff --git a/listen.el b/listen.el
    --- a/listen.el
    +++ b/listen.el
    @@ -9,1 +9,1 @@
    -;; Version: 0.8
    +;; Version: 0.9-pre
    
    commit 372a2fe873fb7082e6e5afd682c4ee7cfdc920f5
    Author: Adam Porter <adam@alphapapa.net>
    Date:   Wed Mar 20 20:58:28 2024 -0500
    
        Release: v0.8
    
    diff --git a/listen.el b/listen.el
    --- a/listen.el
    +++ b/listen.el
    @@ -9,1 +9,1 @@
    -;; Version: 0.8-pre
    +;; Version: 0.8
    
    commit 6ba2b69fda3e140092f33ff594cbd46658fe5028
    Author: Adam Porter <adam@alphapapa.net>
    Date:   Fri Mar 15 00:13:16 2024 -0500
    
        Meta: v0.8-pre
    
    diff --git a/listen.el b/listen.el
    --- a/listen.el
    +++ b/listen.el
    @@ -9,1 +9,1 @@
    -;; Version: 0.7
    +;; Version: 0.8-pre
    

So I'm not surprised `elpa.gnu.org` didn't see any 0.8.1 release either.


        Stefan




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ELPA] Build process stuck?
  2024-03-25 17:08 ` Stefan Monnier
@ 2024-03-25 17:58   ` Adam Porter
  2024-03-25 18:29     ` Stefan Monnier
  0 siblings, 1 reply; 8+ messages in thread
From: Adam Porter @ 2024-03-25 17:58 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: Philip Kaludercic, emacs-devel


Hi Stefan,

On 3/25/24 12:08, Stefan Monnier wrote:
>> A few days ago I pushed v0.8.1 of listen.el, and I see that ELPA has pulled
>>    those changes, yet the version available on ELPA remains v0.8. Is the
>>   build process stuck?
> 
> I don't see any version 0.8.1 in the history.  `C-x v h` tells me:
> 
>      commit 6bca5d6c764ef69b4a66ee9dc74bed678fe8cb87
>      Author: Adam Porter <adam@alphapapa.net>
>      Date:   Wed Mar 20 21:29:56 2024 -0500
>      
>          Meta: v0.9-pre

Thanks for checking on this.  I don't know what the problem is, then. 
At 
<https://lists.gnu.org/archive/html/emacs-elpa-diffs/2024-03/msg01417.html> 
it shows that the commit which updated the version header was pulled in.

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.

> 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.

--Adam



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ELPA] Build process stuck?
  2024-03-25 17:58   ` Adam Porter
@ 2024-03-25 18:29     ` Stefan Monnier
  2024-03-25 19:43       ` Adam Porter
  0 siblings, 1 reply; 8+ messages in thread
From: Stefan Monnier @ 2024-03-25 18:29 UTC (permalink / raw)
  To: Adam Porter; +Cc: Philip Kaludercic, emacs-devel

> 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




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ELPA] Build process stuck?
  2024-03-25 18:29     ` Stefan Monnier
@ 2024-03-25 19:43       ` Adam Porter
  2024-03-25 21:39         ` Stefan Monnier
  0 siblings, 1 reply; 8+ messages in thread
From: Adam Porter @ 2024-03-25 19:43 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: Philip Kaludercic, emacs-devel

On 3/25/24 13:29, Stefan Monnier wrote:
>> 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".

*facepalm*  I don't know how I made that mistake, especially so soon 
after adding `activities' with `:release-branch "stable"' in its recipe.

Is it safe to just add that to the `listen' recipe now so I can do that 
going forward?

Sorry for the trouble.

--Adam



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ELPA] Build process stuck?
  2024-03-25 19:43       ` Adam Porter
@ 2024-03-25 21:39         ` Stefan Monnier
  2024-03-25 22:06           ` Adam Porter
  0 siblings, 1 reply; 8+ messages in thread
From: Stefan Monnier @ 2024-03-25 21:39 UTC (permalink / raw)
  To: Adam Porter; +Cc: Philip Kaludercic, emacs-devel

>>> 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".
>
> *facepalm*  I don't know how I made that mistake, especially so soon after
> adding `activities' with `:release-branch "stable"' in its recipe.
>
> Is it safe to just add that to the `listen' recipe now so I can do that
> going forward?

Yes, of course.  I just added it.
I may even release 0.8.1 in a few hours.


        Stefan




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ELPA] Build process stuck?
  2024-03-25 21:39         ` Stefan Monnier
@ 2024-03-25 22:06           ` Adam Porter
  2024-03-25 22:13             ` Stefan Monnier
  0 siblings, 1 reply; 8+ messages in thread
From: Adam Porter @ 2024-03-25 22:06 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: Philip Kaludercic, emacs-devel

On 3/25/24 16:39, Stefan Monnier wrote:
>>>> 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".
>>
>> *facepalm*  I don't know how I made that mistake, especially so soon after
>> adding `activities' with `:release-branch "stable"' in its recipe.
>>
>> Is it safe to just add that to the `listen' recipe now so I can do that
>> going forward?
> 
> Yes, of course.  I just added it.
> I may even release 0.8.1 in a few hours.

Thank you, as always.

--Adam



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ELPA] Build process stuck?
  2024-03-25 22:06           ` Adam Porter
@ 2024-03-25 22:13             ` Stefan Monnier
  0 siblings, 0 replies; 8+ messages in thread
From: Stefan Monnier @ 2024-03-25 22:13 UTC (permalink / raw)
  To: Adam Porter; +Cc: Philip Kaludercic, emacs-devel

>> I may even release 0.8.1 in a few hours.
  ^^^
  It

Sorry 'bout that.  The "may" is because I'm not sure it'll end doing the
right thing this time.  I'm pretty sure it should from now on, OTOH.


        Stefan




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-03-25 22:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-25 14:18 [ELPA] Build process stuck? Adam Porter
2024-03-25 17:08 ` Stefan Monnier
2024-03-25 17:58   ` Adam Porter
2024-03-25 18:29     ` Stefan Monnier
2024-03-25 19:43       ` Adam Porter
2024-03-25 21:39         ` Stefan Monnier
2024-03-25 22:06           ` Adam Porter
2024-03-25 22:13             ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).