Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
"Automate" use of .distfiles a little bit?
- X-seq: zsh-workers 33035
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: "Automate" use of .distfiles a little bit?
- Date: Wed, 20 Aug 2014 08:52:47 -0700
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
This is probably a question for PWS when he returns, but can anyone think
of a reason why, in e.g. the Completion subtree, the .distfiles should not
look like
DISTFILES_SRC='
.disfiles
_*
'
so that explicit names don't need to be added/updated every time completion
functions are added/changed?
I suppose there's an argument that a developer might have work in progress
sitting around that shouldn't accidentally get distributed, but wouldn't
the right solution for that be to always run Util/mkdistree.sh from a
clean clone of the repository?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author