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

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

[ELPA-diffs] ELPA branch, master, updated. 79a85e1b8b029766eb854e3f96788


From: Stefan Monnier
Subject: [ELPA-diffs] ELPA branch, master, updated. 79a85e1b8b029766eb854e3f96788823fed4ff8f
Date: Mon, 07 Oct 2013 04:48:11 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "ELPA".

The branch, master has been updated
       via  79a85e1b8b029766eb854e3f96788823fed4ff8f (commit)
      from  be19989d597d6c0aec79cfa8ec0401560fdde145 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 79a85e1b8b029766eb854e3f96788823fed4ff8f
Author: Stefan Monnier <address@hidden>
Date:   Mon Oct 7 00:48:06 2013 -0400

    Avoid lm-homepage which is not in Emacs-24.3

diff --git a/admin/archive-contents.el b/admin/archive-contents.el
index 219a1f9..7ee9c1c 100644
--- a/admin/archive-contents.el
+++ b/admin/archive-contents.el
@@ -187,7 +187,7 @@ Otherwise, return nil."
                  (requires-str (lm-header "package-requires"))
                  (pt (lm-header "package-type"))
                  (simple (if pt (equal pt "simple") (= (length files) 1)))
-                 (url (or (lm-homepage)
+                 (url (or (lm-header "url")
                           (format "http://elpa.gnu.org/packages/%s.html"; pkg)))
                  (req
                   (if requires-str
@@ -452,7 +452,11 @@ Rename DIR/ to PKG-VERS/, and return the descriptor."
       (archive--insert-repolinks name srcdir mainsrcfile
                                  (cdr (assoc :url (aref (cdr pkg) 4))))
       (let ((rm (archive--get-section
-                 "Commentary" '("README" "README.rst" "README.md" "README.org")
+                 "Commentary" '("README" "README.rst"
+                                ;; Most README.md files seem to be currently
+                                ;; worse than the Commentary: section :-(
+                                ;; "README.md"
+                                "README.org")
                  srcdir mainsrcfile)))
         (when rm
           (write-region rm nil (concat name "-readme.txt"))

-----------------------------------------------------------------------

Summary of changes:
 admin/archive-contents.el |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
ELPA



reply via email to

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