Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64212 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22244 invoked from network); 9 Dec 2012 20:43:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Dec 2012 20:43:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.223.170 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.223.170 mail-ie0-f170.google.com Received: from [209.85.223.170] ([209.85.223.170:57734] helo=mail-ie0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C4/EC-13109-EF7F4C05 for ; Sun, 09 Dec 2012 15:43:43 -0500 Received: by mail-ie0-f170.google.com with SMTP id k10so6974711iea.29 for ; Sun, 09 Dec 2012 12:43:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=3U6B/t2PBUvki50IfVOyBYLLb8CJhpVc/jvuDhtvYMQ=; b=Mw4XTgBLFVl6kvcaN7vBs7PiNdMWTkGcjpLIgQNapn2dgmhqwijtVb49lt4uw466cr re9Dtil/0xmfLTOjqp+n2WVEIbrMtFl7AU5X0EHoO1SQgKc4vihvY6Iuv1t6TnDA2IP/ vNQ627mAY0nA7GN9US00/wInCUFlWpSpdErHEFtNmsgU+bQwyJCIMDeqx7CNwLhWKaDZ /ZVapTUpWzg2yplvaC5ODTD84D4HuWIjC+tEN7a92XAFwH+n3Y041FdChNTDKy+ScEuw /345vcJme4X2yLqX+y9QvX/9BDZmca9XslZzZrTeQAW4ls902/bmbHvrUl05l8lgxnN3 mT1A== MIME-Version: 1.0 Received: by 10.43.125.133 with SMTP id gs5mr9499606icc.54.1355085819709; Sun, 09 Dec 2012 12:43:39 -0800 (PST) Sender: php@golemon.com Received: by 10.64.21.193 with HTTP; Sun, 9 Dec 2012 12:43:39 -0800 (PST) X-Originating-IP: [98.210.180.187] In-Reply-To: References: <50BFC727.8070107@lerdorf.com> Date: Sun, 9 Dec 2012 12:43:39 -0800 X-Google-Sender-Auth: qsh9CNuiIfFZ6sc_VkgLb9x6qX4 Message-ID: To: David Soria Parra Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkqe8D5FF9Y8jZfy/Gew8n/h2Sa6SF8wllwI33LuCYRqSXoek4q1s13gMVWN3n1QK7/W4Jt Subject: Re: [PHP-DEV] Git Access From: pollita@php.net (Sara Golemon) Yeah, a subsequent push picked it up. Don't think we need to worry about cronning it, but I'll add a note to the git workflow page mentioning how recovery works in this situation for future reference. On Sat, Dec 8, 2012 at 7:28 AM, David Soria Parra wrote: > On 2012-12-05, Sara Golemon wrote: >> remote: Welcome pollita. >> remote: Changesets accepted. Thank you for your contribution. >> remote: >> remote: Attempting to push to mirror git@github.com:php/php-src.git >> remote: Write failed: Broken pipe >> remote: fatal: The remote end hung up unexpectedly >> To https://git.php.net/push/php-src.git >> c058ed5..5ac3577 master -> master >> >> The push to git.php.net succeeded, but its push to github failed. Is >> there a process that deals with keeping the repos in sync in events >> like this? > > No, the next push will sync it again. I can setup a cronjob to do that > every 15mins. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >