Re: [HACKERS] Error with GIT Repository

2010-06-30 Thread Daniel Farina
On Fri, Jun 11, 2010 at 10:19 AM, Magnus Hagander mag...@hagander.net wrote: Especially if someone has a clue how to do it. The last time I fixed it by runnin repack, but that didn't work this time. I have no clue why it's asking for a file that doesn't exist. Does the repo run  

Re: [HACKERS] Error with GIT Repository

2010-06-11 Thread Leonardo F
Why are you cloning over http? Me too I've used http, since I'm behind a proxy and I couldn't find a simple way of having the git:// method working behind a proxy... -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription:

Re: [HACKERS] Error with GIT Repository

2010-06-11 Thread Stephen Frost
* Andrew Dunstan (and...@dunslane.net) wrote: Luxenberg, Scott I. wrote: I have been trying to create/run a build farm as part of a project I am working on. That seems an odd thing to do since we have one ... To clarify, he's setting up a build farm *member*. :) However, I have noticed

Re: [HACKERS] Error with GIT Repository

2010-06-11 Thread Andres Freund
On Thursday 10 June 2010 19:30:00 Magnus Hagander wrote: On Thu, Jun 10, 2010 at 18:20, Stephen Frost sfr...@snowman.net wrote: * Andrew Dunstan (and...@dunslane.net) wrote: I don't see why not. Buildfarm members are going to have to reset their repos when we finally cut over in a few

Re: [HACKERS] Error with GIT Repository

2010-06-11 Thread Magnus Hagander
On Fri, Jun 11, 2010 at 19:12, Andres Freund and...@anarazel.de wrote: On Thursday 10 June 2010 19:30:00 Magnus Hagander wrote: On Thu, Jun 10, 2010 at 18:20, Stephen Frost sfr...@snowman.net wrote: * Andrew Dunstan (and...@dunslane.net) wrote: I don't see why not. Buildfarm members are

[HACKERS] Error with GIT Repository

2010-06-10 Thread Luxenberg, Scott I.
Greetings all, I have been trying to create/run a build farm as part of a project I am working on. However, I have noticed the primary git repostitory, git.postgresql.org/git, does not seem to be working. Namely, whenever I try to clone the directory, I receive this error: Error: Unable to find

Re: [HACKERS] Error with GIT Repository

2010-06-10 Thread Andrew Dunstan
Luxenberg, Scott I. wrote: Greetings all, I have been trying to create/run a build farm as part of a project I am working on. That seems an odd thing to do since we have one ... However, I have noticed the primary git repostitory, git.postgresql.org/git, does not seem to be working.

Re: [HACKERS] Error with GIT Repository

2010-06-10 Thread Andrew Dunstan
Stephen Frost wrote: * Andrew Dunstan (and...@dunslane.net) wrote: Luxenberg, Scott I. wrote: I have been trying to create/run a build farm as part of a project I am working on. That seems an odd thing to do since we have one ... To clarify, he's setting up a build

Re: [HACKERS] Error with GIT Repository

2010-06-10 Thread Stephen Frost
* Andrew Dunstan (and...@dunslane.net) wrote: I don't see why not. Buildfarm members are going to have to reset their repos when we finally cut over in a few months. Luckily, this is a fairly painless operation - blow away the repo and change the config file and the script will resync as

Re: [HACKERS] Error with GIT Repository

2010-06-10 Thread Magnus Hagander
On Thu, Jun 10, 2010 at 18:20, Stephen Frost sfr...@snowman.net wrote: * Andrew Dunstan (and...@dunslane.net) wrote: I don't see why not. Buildfarm members are going to have to reset their repos when we finally cut over in a few months. Luckily, this is a fairly painless operation - blow away

Re: [HACKERS] Error with GIT Repository

2010-06-10 Thread Alvaro Herrera
Excerpts from Andrew Dunstan's message of jue jun 10 11:26:59 -0400 2010: Why are you cloning over http? Here is the best way to clone, which seems to be working: [and...@sophia ]$ git clone --mirror git://git.postgresql.org/git/postgresql.git Initialized empty Git repository