Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57524 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18606 invoked from network); 26 Jan 2012 08:43:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jan 2012 08:43:10 -0000 Authentication-Results: pb1.pair.com header.from=sascha@schumann.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=sascha@schumann.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schumann.net from 93.190.65.61 cause and error) X-PHP-List-Original-Sender: sascha@schumann.net X-Host-Fingerprint: 93.190.65.61 genco.schumann.net Received: from [93.190.65.61] ([93.190.65.61:45544] helo=genco.schumann.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 88/51-10573-C12112F4 for ; Thu, 26 Jan 2012 03:43:09 -0500 Received: from localhost (localhost [127.0.0.1]) by genco.schumann.net (Postfix) with ESMTPS id 3E5EAA98067; Thu, 26 Jan 2012 09:43:05 +0100 (CET) Date: Thu, 26 Jan 2012 09:43:05 +0100 (CET) X-X-Sender: sas@genco.schumann.net To: David Soria Parra cc: internals@lists.php.net In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Git Migration Status Update From: sascha@schumann.net (Sascha Schumann) Hi David, great work! Cheers Sascha On Wed, 25 Jan 2012, David Soria Parra wrote: > Hi Internals, > > we are a few weeks into the git migration, so I want to give you a short > status update. > > - web/ is completly migrated. all php websites are updating from > the git repositories now. Checkout http://git.php.net/ > > - We support SSH keys now. Go to http://master.php.net/manage/users.php > and add your ssh key. The pull and push URL is git@git.php.net: > > - We mirror to github. See http://github.com/php > > - Please test a lot and play around with the playground repository on > http://git.php.net > > - We are working on minor changes to the karma script, etc. There are a > few known bugs. Go ahead and test extensviley, so we get everything > sorted before we move the main source repository. > > - There is an ongoing discussion about the format of the commit messages. > At the moment we send out one mail with all changests that are pushed. > Advantage: You see who pushed what chain of changests in on mail > Disadvantage: You cannot filter mails based on the subject (e.g. ext/date) > > We can go ahead and send out mails for every commit only. > We can go ahead and send out mails for both pushes and for every comit on it's > own. > ...more options. Please discuss how you want it. > > NOTE: there is also always an RSS feed for updates to a specific directory available > on http://git.php.net > > - There is a GIT faq: http://wiki.php.net/vcs/gitfaq > > - Questions? > > David > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >