From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2006CC38A02 for ; Mon, 31 Oct 2022 09:27:17 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1opR45-00029c-Du; Mon, 31 Oct 2022 05:26:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1opR43-00029H-KO for qemu-devel@nongnu.org; Mon, 31 Oct 2022 05:26:39 -0400 Received: from mail.weilnetz.de ([37.120.169.71] helo=mail.v2201612906741603.powersrv.de) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1opR41-00057Z-VW for qemu-devel@nongnu.org; Mon, 31 Oct 2022 05:26:39 -0400 Received: from [192.168.178.59] (p5b151d14.dip0.t-ipconnect.de [91.21.29.20]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by mail.v2201612906741603.powersrv.de (Postfix) with ESMTPSA id 95099DA045D; Mon, 31 Oct 2022 10:26:35 +0100 (CET) Message-ID: Date: Mon, 31 Oct 2022 10:26:35 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.4.0 To: Bin Meng , =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= , Thomas Huth , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Cc: QEMU Developers References: <20220908132817.1831008-1-bmeng.cn@gmail.com> <1013abdd-1e46-1121-21f5-522cb9bb5cd1@redhat.com> <573aea01-ecac-25ef-7dfc-6a4ce5a8f89b@redhat.com> Subject: Re: [PATCH 0/7] nsis: gitlab-ci: Improve QEMU Windows installer packaging In-Reply-To: <573aea01-ecac-25ef-7dfc-6a4ce5a8f89b@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=37.120.169.71; envelope-from=sw@weilnetz.de; helo=mail.v2201612906741603.powersrv.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, NICE_REPLY_A=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Qemu-devel" Reply-to: Stefan Weil From: Stefan Weil via Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Am 31.10.22 um 07:52 schrieb Thomas Huth: > On 29/10/2022 15.45, Bin Meng wrote: >> Stefan has reviewed / tested patch 1-3. Not sure who is going to queue >> these 3 patches? > > If Stefan has time for a pull request, I think he would be the best > fit. Stefan? > > Otherwise, maybe Marc-André could take those patches, since he > apparently wrote that nsis.py script? > > (By the way, should we have an entry for that script in MAINTAINERS? > ... likely in the W32/W64 section?) > >  Thomas Thanks. I have sent a pull request now. Please excuse that some of you got that pull request e-mails twice. I used Peter's make-pullreq script for the first time and had to learn how it works. Stefan