Re: snapshot generation broken again...

From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: snapshot generation broken again...
Date: 2010-01-06 19:18:00
Message-ID: 4B44E1E8.3050401@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc> writes:
>> Looks like somebody broke the snapshot generation script again:
>
> [ scratches head... ] "make dist" works for me. Can you get a
> trace indicating what command was used to call genbki.pl?

heh that's a nice one the snapshot generation script uses "
gmake -s VERSION=snapshot dist" and that leads to getting "
--set-version=snapshot" passed to genbki.pl which fails the regex there
and the if() falls through to the usage().

Stefan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2010-01-06 19:27:59 Re: Status of plperl inter-sp calling
Previous Message Tom Lane 2010-01-06 19:17:28 Re: Status of plperl inter-sp calling