From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1zAZ-0001MJ-C2 for qemu-devel@nongnu.org; Wed, 02 Nov 2016 13:17:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1zAY-0001Kd-He for qemu-devel@nongnu.org; Wed, 02 Nov 2016 13:17:47 -0400 Received: from mail-yw0-x234.google.com ([2607:f8b0:4002:c05::234]:35937) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c1zAY-0001KU-D1 for qemu-devel@nongnu.org; Wed, 02 Nov 2016 13:17:46 -0400 Received: by mail-yw0-x234.google.com with SMTP id l124so14764940ywb.3 for ; Wed, 02 Nov 2016 10:17:46 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <2d3d33a6-44d4-b2fb-be79-e2f673235719@vivier.eu> References: <1477907431-10008-1-git-send-email-laurent@vivier.eu> <20161102170707.GB31376@stefanha-x1.localdomain> <2d3d33a6-44d4-b2fb-be79-e2f673235719@vivier.eu> From: Stefan Hajnoczi Date: Wed, 2 Nov 2016 17:17:44 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 0/2] M68k for 2.8 patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier Cc: qemu-devel On Wed, Nov 2, 2016 at 5:12 PM, Laurent Vivier wrote: > Le 02/11/2016 =C3=A0 18:07, Stefan Hajnoczi a =C3=A9crit : >> On Mon, Oct 31, 2016 at 10:50:29AM +0100, Laurent Vivier wrote: >>> The following changes since commit 5b2ecabaeabc17f032197246c4846b9ba95b= a8a6: >>> >>> Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20161028-1'= into staging (2016-10-28 17:59:04 +0100) >>> >>> are available in the git repository at: >>> >>> git@github.com:vivier/qemu-m68k.git tags/m68k-for-2.8-pull-request >> >> This URI is not publicly accessible. Some tools will fail to apply your >> pull request because of this. >> >> Please adjust your .gitconfig: >> >> [remote "origin"] >> url =3D git://github.com/vivier/qemu.git >> pushurl =3D git@github.com:vivier/qemu.git > > Thank you Stefan. > > I'm using your tool "git-publish", is there a way to detect this problem > automatically? Right now git-publish doesn't check the generated URI. In some use cases it's reasonable to use an SSH URI so adding an error or even warning to git-publish isn't ideal. I am modifying the patches tool (https://github.com/stefanha/patches) to automatically translate GitHub URIs since they are so prevalent... This will allow me to apply pull requests that have GitHub SSH URIs. Stefan