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

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

[elpa] new-master 23240a7 083/128: * admin/archive-contents.el: Make :co


From: Stefan Monnier
Subject: [elpa] new-master 23240a7 083/128: * admin/archive-contents.el: Make :core handling optional
Date: Mon, 14 Dec 2020 15:39:36 -0500 (EST)

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

    * admin/archive-contents.el: Make :core handling optional
    
    (archive--sync-emacs-repo): Drop support for $EMACS_CLONE_REFERENCE and
    don't auto-use ../emacs/master if present.
    (archive--insert-repolinks): Mark arg as unused.
    (archive--metadata): Remove unused var `pv'.
---
 README | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README b/README
index b3e2b7b..7c5cd36 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Copyright (C) 2010-2011, 2014 Free Software Foundation, Inc.
+Copyright (C) 2010-2011, 2014, 2015 Free Software Foundation, Inc.
 See the end of the file for license conditions.
 
 
@@ -237,6 +237,7 @@ packages/ directory.  You can then add that directory, e.g. 
with:
 ** To deploy the package repository as a remotely-accessible archive:
 
    git clone .../elpa
+   (cd elpa; git clone .../emacs)    #If you want to generate :core packages.
    mkdir build
    cd build
    (cd ../elpa; git log --format=%H | tail -n 1) >.changelog-witness



reply via email to

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