From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajBgs-0002DP-TO for qemu-devel@nongnu.org; Thu, 24 Mar 2016 16:17:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ajBgo-0001Vo-Rk for qemu-devel@nongnu.org; Thu, 24 Mar 2016 16:17:10 -0400 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:34261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajBgo-0001Vh-KB for qemu-devel@nongnu.org; Thu, 24 Mar 2016 16:17:06 -0400 Received: by mail-wm0-x229.google.com with SMTP id p65so3727693wmp.1 for ; Thu, 24 Mar 2016 13:17:06 -0700 (PDT) Sender: Paolo Bonzini References: <1458824583-15652-1-git-send-email-pbonzini@redhat.com> From: Paolo Bonzini Message-ID: <56F44B3D.3030006@redhat.com> Date: Thu, 24 Mar 2016 21:17:01 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL v3 00/28] Misc patches for QEMU 2.6 hard freeze List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On 24/03/2016 19:05, Peter Maydell wrote: > On 24 March 2016 at 13:03, Paolo Bonzini wrote: >> The following changes since commit 4829e0378dfb91d55af9dfd741bd09e8f2c4f91a: >> >> Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-03-18' into staging (2016-03-18 17:18:41 +0000) >> >> are available in the git repository at: >> >> git://github.com/bonzini/qemu.git tags/for-upstream > > My script thinks this isn't a signed tag: > > e104462:trusty:qemu-for-merges$ apply-pullreq > git://github.com/bonzini/qemu.git tags/for-upstream > Switched to branch 'master' > Your branch is up-to-date with 'origin/master'. > Already up-to-date. > Switched to branch 'staging' > fetching from remote bonzini > error: remotes/bonzini/tags/for-upstream: cannot verify a non-tag > object of type commit. > Does not appear to be a signed tag > (use --no-verify-sig to override) Your script was right, do I need to send a v4? Paolo