all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Local ELPA
@ 2013-12-23  4:37 Daniel Colascione
  2013-12-23 13:45 ` Stefan Monnier
  2013-12-23 14:56 ` Ted Zlatanov
  0 siblings, 2 replies; 12+ messages in thread
From: Daniel Colascione @ 2013-12-23  4:37 UTC (permalink / raw)
  To: emacs-devel

I'm finally getting around to ELPA-izing my configuration. Instead of 
downloading packages from the official repository on every machine I 
use, I'd like to just mirror ELPA into my local configuration repository 
(using git subtree) and "install" packages from the local directory. 
This way, my entire configuration is a nice versioned repository, and 
all changes are visible.

This approach doesn't work because a plain git checkout of the ELPA 
packages directory lacks the index files needed. update-archive.sh is 
supposed to build these files, but it doesn't seem to be able to 
bootstrap itself --- if .changelog-witness doesn't exist, 
achive-prepare-packages fails. The update script also assumes that it's 
being run in an isolated git repository.

Right now, I think I'm going to skip most of the package.el niceties and 
just symlink directly into my copy of ELPA HEAD, but that's not a good 
solution. There really should be a good way of using an arbitrary local 
directory full of elisp as an ELPA repository.



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-12-25 16:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-23  4:37 Local ELPA Daniel Colascione
2013-12-23 13:45 ` Stefan Monnier
2013-12-23 13:59   ` Stephen Leake
2013-12-23 16:05     ` Stefan Monnier
2013-12-24  8:57       ` Stephen Leake
2013-12-24  9:22         ` Stephen Leake
2013-12-24 14:07           ` Stefan Monnier
2013-12-24 22:58             ` Stephen Leake
2013-12-24 14:05         ` Stefan Monnier
2013-12-24 22:58           ` Stephen Leake
2013-12-25 16:27             ` Stefan Monnier
2013-12-23 14:56 ` Ted Zlatanov

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.