Re: snapshot generation broken - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: snapshot generation broken
Date
Msg-id 4C99C2A8.6080808@enterprisedb.com
Whole thread Raw
In response to snapshot generation broken  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Responses Re: snapshot generation broken
List 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


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Configuring synchronous replication
Next
From: Magnus Hagander
Date:
Subject: Re: snapshot generation broken