emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] elpa-admin c808f49011: * elpa-admin.el (elpaa--make-one-package):


From: Stefan Monnier
Subject: [elpa] elpa-admin c808f49011: * elpa-admin.el (elpaa--make-one-package): Always check the release branch
Date: Tue, 25 Oct 2022 08:44:07 -0400 (EDT)

branch: elpa-admin
commit c808f49011faac9ae083513727dd239e242b3c12
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * elpa-admin.el (elpaa--make-one-package): Always check the release branch
---
 elpa-admin.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/elpa-admin.el b/elpa-admin.el
index 064fc2dd7f..dfe3d6bc19 100644
--- a/elpa-admin.el
+++ b/elpa-admin.el
@@ -968,7 +968,10 @@ place the resulting tarball into the file named 
TARBALL-ONLY."
          ;; (i.e. snapshots, alpha, beta, and rc).
          ((< (apply #'min (version-to-list vers)) 0)
           (cond
-           ((not new)
+           ((not (or new
+                     ;; Even if there's nothing new on the devel branch,
+                     ;; there can be something new on the release branch.
+                     (elpaa--spec-get pkg-spec :release-branch)))
             (elpaa--message "Nothing new for package %s!" pkgname))
            (t
             ;; If this revision is a snapshot, check to see if there's



reply via email to

[Prev in Thread] Current Thread [Next in Thread]