Re: Moving psqlodbc from pgfoundry to github

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>, "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Moving psqlodbc from pgfoundry to github
Date: 2014-06-04 14:20:20
Message-ID: 20140604142019.GL5146@eldon.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Stephen Frost wrote:
> Heikki, all,
>
> * Heikki Linnakangas (hlinnakangas(at)vmware(dot)com) wrote:

> > I propose that we move to github. I'm not a huge fan of github
> > myself, but it works (they do a great job today, but I'm inherently
> > afraid of lock-in). I'd like to make the move in a way that can
> > easily and transparently switch to another provider later.
>
> There's been a suggestion that we host this on pginfra. Perhaps we
> could come up with a simple way to support multiple projects using one
> system similar to what github provides. Another option might be to
> integrate these static files into the main postgresql.org site, but it's
> unclear if that team would have the resources to support that and there
> has been talk about having the site reworked and we may not want to add
> to the work involved in doing that.

So there are two options if we want to go this way.

1. psqlodbc.postgresql.org which would be its own VM running lighttpd
and serving the static files you have in the psqlodbc-www.git repo.
Seems simple enough. There's not really all that much maintenance work
required -- it's just one more VM to update once in a while, which is
not a biggie really.

2. www.postgresql.org/psqlodbc which would go through Varnish and
whatnot. While this means we don't need a separate VM, but on the other
hand I think it will be harder to integrate getting the files from the
git repo and configured correctly in the vhost, etc.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Stephen Frost 2014-06-04 14:24:09 Re: Moving psqlodbc from pgfoundry to github
Previous Message Stephen Frost 2014-06-04 13:54:27 Re: Moving psqlodbc from pgfoundry to github