[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: `make dist` fails with current git
From: |
Nick Bowler |
Subject: |
Re: `make dist` fails with current git |
Date: |
Wed, 13 Oct 2021 14:11:57 -0400 |
On 13/10/2021, Zack Weinberg <zack@owlfolio.org> wrote:
> On Wed, Oct 13, 2021, at 11:54 AM, Bob Friesenhahn wrote:
>> On Wed, 13 Oct 2021, Zack Weinberg wrote:
>>>
>>> Looks like some kind of problem with automatic ChangeLog generation?
>>
>> To me this appears to be the result of skipping an important step in
>> what should be the process. It seems that there should be a
>> requirement that 'make distcheck' succeed prior to a commit. Then
>> this issue would not have happened.
>
> Well, yes, but how do I _fix_ it? :-)
>
> <.< I _may_ be investigating the possibility of setting up CI for automake
> so that problems like this are at least noticed in a timely fashion. But if
> the tree is broken to begin with, it's troublesome...
I think this happened because your CI system has done a shallow clone.
So the changelog generation failed because the git log is incomplete.
I have no trouble running "make dist" from a normal git checkout.
Cheers,
Nick