From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUfGH-0007fX-Lk for qemu-devel@nongnu.org; Mon, 31 Mar 2014 12:40:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WUfGC-0008I5-Vk for qemu-devel@nongnu.org; Mon, 31 Mar 2014 12:40:37 -0400 Received: from mail-la0-f53.google.com ([209.85.215.53]:60318) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUfGC-0008Gm-Pr for qemu-devel@nongnu.org; Mon, 31 Mar 2014 12:40:32 -0400 Received: by mail-la0-f53.google.com with SMTP id b8so5915975lan.26 for ; Mon, 31 Mar 2014 09:40:31 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <5331A152.2020104@suse.de> References: <1395277315-7806-1-git-send-email-afaerber@suse.de> <1395302661.8816.5.camel@nilsson.home.kraxel.org> <5331A152.2020104@suse.de> From: Peter Maydell Date: Mon, 31 Mar 2014 17:40:11 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH RFT for-2.0-rc1] make-release: Record SeaBIOS version List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Andreas_F=C3=A4rber?= Cc: Gerd Hoffmann , Anthony Liguori , QEMU Developers On 25 March 2014 15:31, Andreas F=C3=A4rber wrote: > Am 20.03.2014 09:04, schrieb Gerd Hoffmann: >>> +(cd roms/seabios && git describe --tags --long --dirty > .version) >>> rm -rf .git roms/*/.git dtc/.git pixman/.git >> >> Looks good. Mimics what roms/seabios/scripts/buildversion.sh is doing >> in case .git is present. >> >> Reviewed-by: Gerd Hoffmann > > Ping! I have meanwhile confirmed that a roms/seabios/.version file with > the expected contents gets included in the tarball with this patch. Applied to master, thanks. -- PMM