From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6A9D1138F14 for ; Tue, 21 Jul 2015 17:18:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E032E0845; Tue, 21 Jul 2015 17:18:34 +0000 (UTC) Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86ECBE07EE for ; Tue, 21 Jul 2015 17:18:33 +0000 (UTC) Received: by wicgb10 with SMTP id gb10so63004848wic.1 for ; Tue, 21 Jul 2015 10:18:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; bh=JS1gDHNVlFp8ExoBU6tKRo5DInm2Kt0TlbVk+a9md/k=; b=ln7dQdDt3mcaKxROu9sGJZo+uKQ5obn6Ne/HikYiAzUuHmkqoHHojbcBXTFrgosRq0 zq4s8hikyg6y1HfWSkqnYv1Wdaly26Vcnd4TCmD0wC+w8qFtH/fqFJdYUKQZuIc0QSem HEVLy47IQJRrYdoSuSUxHX3TmmIpFCCMIl/OYhgla4L405oSgarFw1miCFNwF4/xO4LE G+6ZDRiB6eWfGIJWHG16ebvPgIyKolusOyN0nL8A06KRRcpfpI3oWh7et9Kz2KVsAQS6 GR8jJZJBGGxhmzPC+D2vs7ujbHCyMyWklDiizWQRZObxvYyFycjvHo3DJk37XPbFKpic 5NqQ== X-Received: by 10.180.94.39 with SMTP id cz7mr10240608wib.17.1437499112131; Tue, 21 Jul 2015 10:18:32 -0700 (PDT) Received: from rcKGHUlyQfVFW (sbr22-2-88-185-151-243.fbx.proxad.net. [88.185.151.243]) by smtp.gmail.com with ESMTPSA id dz4sm17797159wib.17.2015.07.21.10.18.30 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 21 Jul 2015 10:18:31 -0700 (PDT) Date: Tue, 21 Jul 2015 19:18:25 +0200 From: =?utf-8?Q?=C3=89tienne?= Buira To: gentoo-portage-dev@lists.gentoo.org Subject: Re: [gentoo-portage-dev] Re: [PATCH] RsyncSync: don't pass None sync-rsync-extra-opts value into shlex_split Message-ID: <20150721171824.GA13858@rcKGHUlyQfVFW> References: <1436377602-10820-2-git-send-email-etienne.buira@gmail.com> <1436903543-30162-1-git-send-email-zmedico@gentoo.org> <20150714130400.4e8b7784.dolsen@gentoo.org> <20150714143551.0c971f07.dolsen@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150714143551.0c971f07.dolsen@gentoo.org> X-Archives-Salt: 67271139-e9b7-4b69-8fc6-956be17f59b9 X-Archives-Hash: 81d6f4daf12d7df449390947302bf18b Hi, On Tue, Jul 14, 2015 at 02:35:51PM -0700, Brian Dolbec wrote: ../.. > All patches, Etiene's 2 original with some additional small fixes > rebased in, plus a few more changes have been pushed to master now Thank you. Regards.