Re: Hosting PEAR's git repositories on git.php.net
[email protected] (David Soria Parra)
| Newsgroups | php.pear.dev |
|---|---|
| Message-ID | <[email protected]> |
On 2012-08-29, Christian Weiske <[email protected]> wrote: > Hi, > > > Nearly a year ago we moved most of the svn.php.net/pear packages to > Github. We were the first php.net project to move to git, but in the > meantime other projects - including php-src - also moved to git. > > PHP has its own git server now, http://git.php.net/ - it is used as > primary repository host now, and github is only a mirror. Hi, I talked to Christian today about this. It looks like some people want to use git.php.net and most people wnat to use github but like to have a git.php.net backup (which won't help you in case you do a forced push anyway). There are a few technical things on the git.php.net side to do and work on. Mostly writting a post-commit hook for github and extending the current karma system. At the moment I think it's best if we setup a separate gitolite+gitweb/gitlab for pear on the very same server. Personally I don't see a reason why every package even unmaintained should move to git.php.net but in the end thats up to the pear project to decide. I think Christian will start with the hole projects. If someone wants to help and need access or if you have any questions concerning the current setup, git, karma or our github integration don't hesitate to ask. Besides that I cannot help you with any codings, setups, etc due to time constraints. - David