[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [elpa] master b8a46cb: Add support to build packages from Emacs repo
From: |
Stefan Monnier |
Subject: |
Re: [elpa] master b8a46cb: Add support to build packages from Emacs repo |
Date: |
Thu, 10 Sep 2015 11:06:40 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
> +(defun archive--core-package-sync (definition)
Trying it out, I see a problem: this shouldn't constantly copy the files.
I think it should instead do one of (by order of preference):
- use symlinks
- use hardlinks
- check the contents and only copy it if changed.
It's important that when nothing has changed, re-running the "sync
externals" doesn't touch anything.
Also, I'm not sure we need the support for :excludes, so I think it's OK
to drop it (which would let us symlink directly to directories).
Stefan
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [elpa] master b8a46cb: Add support to build packages from Emacs repo,
Stefan Monnier <=