From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eECAR-0000Ki-7H for qemu-devel@nongnu.org; Mon, 13 Nov 2017 05:40:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eECAN-0005VM-6c for qemu-devel@nongnu.org; Mon, 13 Nov 2017 05:40:39 -0500 Date: Mon, 13 Nov 2017 11:40:32 +0100 From: Gerd Hoffmann Message-ID: <20171113104032.mchst26f5sskka3e@sirius.home.kraxel.org> References: <1510564905-6185-1-git-send-email-thuth@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1510564905-6185-1-git-send-email-thuth@redhat.com> Subject: Re: [Qemu-devel] [PATCH] scripts/make-release: No need to delete pixman/.git anymore List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: qemu-devel@nongnu.org, Michael Roth , Peter Maydell , qemu-trivial@nongnu.org On Mon, Nov 13, 2017 at 10:21:45AM +0100, Thomas Huth wrote: > The pixman submodule has been removed in commit c12b6d70e384c769ca372e1, > so there is no need anymore to delete pixman/.git while building a > release tarball. > > Signed-off-by: Thomas Huth Reviewed-by: Gerd Hoffmann