Re: beta3

From: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Thomas Lockhart <lockhart(at)fourpalms(dot)org>
Subject: Re: beta3
Date: 2001-11-21 04:09:11
Message-ID: 20011120224124.X63362-100000@earth.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Okay, tried today what you suggested, about set -e and all that ... take a
look at ~pgsql/bin/mk-beta, to see if maybe I missed something ... but,
trying to do the packaging, I'm getting an error about 'build.xml'?

/usr/bin/tar cf postgresql-opt-7.2b3.tar postgresql-7.2b3/src/backend/utils/mb postgresql-7.2b3/contrib/retep postgresql-7.2b3/build.xml postgresql-7.2b3/src/tools postgresql-7.2b3/src/corba postgresql-7.2b3/src/data postgresql-7.2b3/src/tutorial postgresql-7.2b3/src/bin/pgaccess postgresql-7.2b3/src/bin/pgtclsh postgresql-7.2b3/src/bin/pg_encoding postgresql-7.2b3/src/interfaces/odbc postgresql-7.2b3/src/interfaces/libpq++ postgresql-7.2b3/src/interfaces/libpgtcl postgresql-7.2b3/src/interfaces/perl5 postgresql-7.2b3/src/interfaces/python postgresql-7.2b3/src/interfaces/jdbc postgresql-7.2b3/src/pl/plperl postgresql-7.2b3/src/pl/tcl
/usr/bin/tar: can't add file postgresql-7.2b3/build.xml : No such file or directory
gmake: *** [postgresql-opt-7.2b3.tar] Error 1
gmake: *** Deleting file `postgresql-opt-7.2b3.tar'
%

Looking in the wrong directory?

%find . -name build.xml -print
./contrib/retep/build.xml
./src/interfaces/jdbc/build.xml
%

On Mon, 19 Nov 2001, Peter Eisentraut wrote:

> Marc G. Fournier writes:
>
> > Okay, how do we want to address/fix/test this?
>
> Assuming that we don't want to make sweeping changes to the overall
> procedure, I suggest this:
>
> 1. The postgres.tar.gz and man.tar.gz documentation tarballs required for
> a release used to be at ftp://ftp.postgresql.org/pub/dev/doc/. The new
> file system location of this directory needs to be determined.
>
> 2. Some postgres.tar.gz and man.tar.gz files need to be put there.
>
> 3. The currently commented out portion in the mk-release script needs
> to be altered to pick up these files.
>
> (I also suggest 'set -e' in this script so it doesn't ignore errors.)
>
> 4. The HTML-doc-build cron job needs to be reinstated on postgresql.org
> and put its output file at the new location.
>
> 5. When I'm done with the new manpages I'll upload them to the
> appropriate location.
>
> I think the answer to #1 is /var/spool/ftp or something. For #2, use the
> postgres.tar.gz files that Bruce currently builds, and use the old
> man.tar.gz file from 7.1.
>
> I suggest when #3 is done we can ship a beta3.
>
> For #4, I don't know who wants to do it. If it's me then it might take a
> few days. #5 is well under way. When #4 and #5 are done we can ship rc1
> or beta4, depending on the other issues.
>
> --
> Peter Eisentraut peter_e(at)gmx(dot)net
>
>

In response to

  • Re: beta3 at 2001-11-19 14:39:52 from Peter Eisentraut

Responses

  • Re: beta3 at 2001-11-21 05:41:49 from Bruce Momjian

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-11-21 04:38:40 Re: ecpg+AIX 5L compile failure with current
Previous Message Tatsuo Ishii 2001-11-21 03:47:06 ecpg+AIX 5L compile failure with current