Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Test release: zsh 5.5.1-test-2
- X-seq: zsh-workers 43340
- From: Daniel Shahaf <danielsh@xxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Test release: zsh 5.5.1-test-2
- Date: Mon, 27 Aug 2018 17:51:11 +0000
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=q8q6dZ aIB3Vy5VOzaJBUOJ9Iqoyr53E3IMM+Ak7kDCc=; b=Nkb87P9fXOYrFPk894hC4s YIfEAAw70KvaC1EAL1PkMQRj5Ad8y7Rmeu1ohsVIsPOKnRE8wWFvsgXWvfWaAHso T5TUV0jOB/wL45OsN9pcgWzrYoLwTTbLVZrmqlme4MrJPrKuX8BN823l94ac9ZSO VKeIucoO2ium0BypAIPQC3HRBw9eJdkS7cPNoqYAa159FpgWmcqqftJ6nOiWc6vW bfSXUMSaH93wiCtrlheWd3wSgejMtxwXEP4CgKkaPdnxqq4lyLyCrmoymCItJYt2 Mg2TGk/9bdGhuQYI49JA1PHzykgDGPDtpi6s6bcVxnA9yZn/7EbEJcy6U4zjLJsQ ==
- In-reply-to: <CAH+w=7YHQv3vUHnDGD7_2bZj490x3BWJzN6ih0oXxsmtS8CWPw@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20180826200428.f3fvd7wzcoa3f6ik@tarpaulin.shahaf.local2> <CAH+w=7Z9ECzqofsfok=SV+N5G1sN8Q-tDet5C5bMBj63XB6KqA@mail.gmail.com> <1535387696.2168945.1487661848.63780648@webmail.messagingengine.com> <CAH+w=7YHQv3vUHnDGD7_2bZj490x3BWJzN6ih0oXxsmtS8CWPw@mail.gmail.com>
Bart Schaefer wrote on Mon, 27 Aug 2018 09:59 -0700:
> On Mon, Aug 27, 2018 at 9:34 AM, Daniel Shahaf <danielsh@xxxxxxxxxx> wrote:
> > Bart Schaefer wrote on Mon, 27 Aug 2018 09:03 -0700:
> >> I have a new build error on a system that does not have yodl. I
> >> recall seeing an email about a change to build tree management for
> >> when the docs are built out of tree, but I can't find it in the git
> >> history.
> >>
> >
> > You mean 43333? I haven't pushed it yet: I didn't want to destabilize
>
> Hmm, OK. Could be that this isn't a new error and it's just been a
> long while since Doc/Makefile was itself rebuilt.
>
> A different oddity:
>
> % compaudit
> There are insecure directories:
> /Users/schaefer/Public/zsh/Functions/Math
> /Users/schaefer/Public/zsh/Completion/BSD/Type
>
> Those two directories have become group-writable, which they were not
> before. Not critical except for running compinit out of the source
> tree, but why did that mode change happen?
Those directories were created in 2015 and 2016. No other directories
were created since then. I guess that you `git checkout`ed a pre-2015
commit (perhaps an old tag?) and then did `git checkout master` with
umask 002 in effect.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author