From: Magnus Hagander on 7 Jan 2010 05:38 By popular request, I've set up a job that will push a mirror of the master branch of our git repository (git.postgresql.og/git/postgresql.git) to github. The main reason is visibility, and the ability for "github folks" to work with their tools. (Trivial job, literally two lines in an existing shellscript) I've disabled all additional features like wikis and issue trackers. I've also set up an autoresponder so that if anybody tries to use the github "pull request" method of submitting a patch they're told to send their patch to pgsql-hackers. You can find the repo at http://github.com/postgres/postgres. Note that if you use githubs fork feature into your own account to work on something, the PostgreSQL repository is big enough to use up more than half the space given out to free/opensource github accounts (currently about 200Mb (which shows up as 0.1Gb though), account space is 300Mb). But given some of thee nice browsing features at github, some people may find it worth trying out anyway. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
|
Pages: 1 Prev: Hot standby documentation Next: [HACKERS] memory context debugging |