Re: snapshot generation broken

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: snapshot generation broken
Date: 2010-09-22 08:47:36
Message-ID: 4C99C2A8.6080808@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 22/09/10 11:33, Stefan Kaltenbrunner wrote:
> Hi all!
>
> It seems that the git move has broken the generation of the automatic
> snapshot tarballs - has anybody yet looked into what it would take to
> move those to fetching from git?

BTW, there is a nice command called in git to create tarballs:

git archive master | gzip > postgresql.tar.gz

I doubt we can use it because we add some generated files to our
tarballs that are not in the repository, but I thought I'd mention it.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2010-09-22 08:49:19 Re: snapshot generation broken
Previous Message Andrew Dunstan 2010-09-22 08:47:03 Re: Configuring synchronous replication