From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: No documentation in beta tarballs |
Date: | 2001-11-19 14:39:42 |
Message-ID: | Pine.LNX.4.30.0111191524240.612-100000@peter.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Bruce Momjian writes:
> There is more. As someone pointed out, and I can confirm, the snapshots
> have the beta1 inside the tarball:
The distribution build errored out (because the documentation was missing)
and therefore this directory didn't get cleaned up. Later, the version
number was changed so that this directory was no longer recognized as
belonging under build process control.
I guess this directory should be removed by make clean, but that doesn't
guard against the second problem, you simply need to watch for that.
Btw., I think each labeled distribution should be build from a clean cvs
checkout or cvs export. If you keep building releases from the same tree
you're liable to pile up core files and other garbage as hickups happen.
You'd need to start with providing consistent tags, however.
--
Peter Eisentraut peter_e(at)gmx(dot)net
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2001-11-19 14:39:52 | Re: beta3 |
Previous Message | P.J. "Josh" Rovero | 2001-11-19 13:59:02 | Re: Delete Performance |