branch: new-master commit 23240a71a7b309a06b5491c568b8927864d8aab0 Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@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