[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
- [elpa] new-master 4284ef8 051/128: README and install instructions mention GNU ELPA, (continued)
- [elpa] new-master 4284ef8 051/128: README and install instructions mention GNU ELPA, Stefan Monnier, 2020/12/14
- [elpa] new-master 55f6ddc 057/128: Update README to tell how to checkout a single external package., Stefan Monnier, 2020/12/14
- [elpa] new-master 84e478a 064/128: Add GPL COPYING file, Stefan Monnier, 2020/12/14
- [elpa] new-master c8ff8cb 071/128: Merge commit '32b1944d5f0a65aa10c6768f4865f7ed1de8eb49' as 'packages/pinentry', Stefan Monnier, 2020/12/14
- [elpa] new-master a8a9094 067/128: Add 'packages/loc-changes/' from commit '8447baff7cb4839ef8d1d747a14e5da85d0cee5b', Stefan Monnier, 2020/12/14
- [elpa] new-master 6c1b932 117/128: Add lang attributes to the html tag, Stefan Monnier, 2020/12/14
- [elpa] new-master 624bf8c 126/128: * README: Convert to org-mode and prepare for export., Stefan Monnier, 2020/12/14
- [elpa] new-master 36624aa 031/128: Mark merge point of websocket., Stefan Monnier, 2020/12/14
- [elpa] new-master 0dc8adf 045/128: updating notes and README text, Stefan Monnier, 2020/12/14
- [elpa] new-master 235bfd1 043/128: small updates to README and NOTES, Stefan Monnier, 2020/12/14
- [elpa] new-master f7bf2c2 053/128: Subject: Fix up quoting of keywords. Remove leftover support for *-pkg.el.,
Stefan Monnier <=
- [elpa] new-master 268aff5 072/128: Merge commit 'd76bcd7c0dcecb33e6955e25963028600c371588', Stefan Monnier, 2020/12/14
- [elpa] new-master 438b47e 082/128: * README: Typos, Stefan Monnier, 2020/12/14
- [elpa] new-master 5607de3 073/128: html/index.html: Sync with the real file, Stefan Monnier, 2020/12/14
- [elpa] new-master 8cec0b6 094/128: README: Fix copyright years., Stefan Monnier, 2020/12/14
- [elpa] new-master 4ce436f 104/128: Add 'packages/mmm-mode/' from commit '00c10a69c8c90178530219730ccea14ab634a74e', Stefan Monnier, 2020/12/14
- [elpa] new-master 3cd9112 110/128: * GNUmakefile (%.elc): Use load-prefer-newer, Stefan Monnier, 2020/12/14
- [elpa] new-master 77214e1 102/128: * README: mention make check_copyrights, Stefan Monnier, 2020/12/14
- [elpa] new-master 34abb9b 113/128: README: Mention that the copyright in ELPA is with the FSF, Stefan Monnier, 2020/12/14
- [elpa] new-master 274a403 115/128: Add 'packages/org-edna/' from commit 'd5bce9db875a7ab2b085aca265ff7f3350d224ba', Stefan Monnier, 2020/12/14
- [elpa] new-master 8b45e8c 022/128: Add SML-mode., Stefan Monnier, 2020/12/14