Re: snapshot generation broken again...
Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>
From: Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2010-01-06T19:18:00Z
Lists: pgsql-hackers
Tom Lane wrote: > Stefan Kaltenbrunner <stefan@kaltenbrunner.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