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

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

[elpa] new-master f7bf2c2 053/128: Subject: Fix up quoting of keywords.


From: Stefan Monnier
Subject: [elpa] new-master f7bf2c2 053/128: Subject: Fix up quoting of keywords. Remove leftover support for *-pkg.el.
Date: Mon, 14 Dec 2020 15:39:30 -0500 (EST)

branch: new-master
commit f7bf2c222e9e10a1ce1a4c566cdd96f03f26201e
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    Subject: Fix up quoting of keywords.  Remove leftover support for *-pkg.el.
    
    * admin/archive-contents.el (batch-make-archive, archive--refresh-pkg-file):
    Remove support for foo-pkg.el files.
    (archive-prepare-packages): Signal an error for missing .changelog-witness.
    (archive--alist-to-plist-args): Rename from archive--alist-to-plist,
    quote elements.
    (archive--plist-args-to-alist): Rename from archive--plist-to-alist,
    unquote elements.
---
 README | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 9cf7ad7..33e40fc 100644
--- a/README
+++ b/README
@@ -101,8 +101,11 @@ with the command:
 
 If you want to develop a package publicly prior to its first release (to
 benefit from others' feedback, primarily), but not in an external repo,
-you can push to an "ephemeral" branch -- subject to rebase and eventual
-removal upon finishing merge -- for the duration of the incubation.
+you have 2 choices:
+- you can simply put "Version: -1" to indicate that this should not be
+  released.
+- or you can push to an "ephemeral" branch -- subject to rebase and eventual
+  removal upon finishing merge -- for the duration of the incubation.
 
 * DEPLOYMENT
 
@@ -122,6 +125,7 @@ packages/ directory.  You can then add that directory, e.g. 
with:
    git clone .../elpa
    mkdir build
    cd build
+   (cd ../elpa; git log --format=%H | tail -n 1) >.changelog-witness
    ln -s ../elpa/admin
    ln -s ../elpa/GNUmakefile
    admin/update-archive.sh



reply via email to

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