diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2018-06-21 17:27:23 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-06-21 17:29:17 -0700 |
| commit | d3f73d9706624faa3dfa6c3f544597d57f747dd3 (patch) | |
| tree | 3a8225f918bc1803177bfb1b095a0fe17c646879 /README | |
| parent | 46a3b6d2a5a5deeeae621f82cdcb6dbffe09aba0 (diff) | |
Warn about transfer.fsckObjects
Diffstat (limited to 'README')
| -rw-r--r-- | README | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -267,7 +267,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 + git -c fetch.fsckObjects=false clone .../elpa (cd elpa; git clone .../emacs) #If you want to generate :core packages. mkdir build cd build @@ -278,7 +278,9 @@ packages/ directory. You can then add that directory, e.g. with: This deploys the packages to the staging/ directory (sibling of "build"). Unlike "make", this makes a full copy of the packages, tars up -multi-file packages, and doesn't byte-compile any files. +multi-file packages, and doesn't byte-compile any files. The +fetch.fsckObjects setting works around a glitch in the ELPA repository +<https://debbugs.gnu.org/22690>. ** To access a deployed archive |
