Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57527 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48678 invoked from network); 26 Jan 2012 13:07:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jan 2012 13:07:14 -0000 Authentication-Results: pb1.pair.com header.from=dragoonis@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dragoonis@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.49 as permitted sender) X-PHP-List-Original-Sender: dragoonis@gmail.com X-Host-Fingerprint: 209.85.216.49 mail-qw0-f49.google.com Received: from [209.85.216.49] ([209.85.216.49:58640] helo=mail-qw0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 93/F0-42974-000512F4 for ; Thu, 26 Jan 2012 08:07:13 -0500 Received: by qadc14 with SMTP id c14so522549qad.8 for ; Thu, 26 Jan 2012 05:07:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=F44KJX6hB/pMSn5grM8VrJyx7ixSv2EVEs/glJJTHOs=; b=L1YUnAYABOtT0cyGDJ9/UoTZg/DmewcuJGwM7W+Arbw999kdzrOZOSPUoNVmK5xpUs 5JVh5O//TTOe/kFCUOdRf9AdIzN/4aAgUih5MdWoCM3H9uKLrMhVRuKGsOOKRqqeAQqt JqhmXR5tXsTCvFPKG9xW4Ko8LNbE2LsT0zStU= MIME-Version: 1.0 Received: by 10.224.186.209 with SMTP id ct17mr2306394qab.55.1327583229298; Thu, 26 Jan 2012 05:07:09 -0800 (PST) Received: by 10.229.242.1 with HTTP; Thu, 26 Jan 2012 05:07:09 -0800 (PST) In-Reply-To: References: Date: Thu, 26 Jan 2012 13:07:09 +0000 Message-ID: To: David Soria Parra Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=20cf30334973cac93004b76e0e31 Subject: Re: [PHP-DEV] Git Migration Status Update From: dragoonis@gmail.com (Paul Dragoonis) --20cf30334973cac93004b76e0e31 Content-Type: text/plain; charset=ISO-8859-1 Hi David, Thanks for the great push on the DVCS push to git. I believe I speak for many people when I say your hard work is really appreciated. Look forward to testing out the git installation. - Paul. On Wed, Jan 25, 2012 at 11:36 PM, 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 > > --20cf30334973cac93004b76e0e31--