No documentation in beta tarballs

Lists: pgsql-hackers
From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: No documentation in beta tarballs
Date: 2001-11-17 17:39:37
Message-ID: Pine.LNX.4.30.0111171837050.5592-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

The current beta tarballs don't contain any documentation. Is someone
going to reinstate the old documentation build on postgresql.org?

Also, currently the sub-tarballs don't get build correctly. This is
actually due to the above problem. I also suggest that the release
building script do some error checking, because these hickups around
release time just keep piling up.

--
Peter Eisentraut peter_e(at)gmx(dot)net


From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: No documentation in beta tarballs
Date: 2001-11-17 18:17:34
Message-ID: 200111171817.fAHIHYI05815@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

> The current beta tarballs don't contain any documentation. Is someone
> going to reinstate the old documentation build on postgresql.org?

I was wondering about that. :-)

> Also, currently the sub-tarballs don't get build correctly. This is
> actually due to the above problem. I also suggest that the release
> building script do some error checking, because these hickups around
> release time just keep piling up.

There is more. As someone pointed out, and I can confirm, the snapshots
have the beta1 inside the tarball:

#$ lf /wrk/tmp/postgresql-snapshot/
COPYRIGHT README contrib/
GNUmakefile.in aclocal.m4 doc/
HISTORY config/ postgresql-7.2b1/

^^^^^^^^^^^^^^^^^

INSTALL configure* register.txt
Makefile configure.in src/

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026


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
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