From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.132.183.28; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 5908E2116DA3B for ; Mon, 15 Oct 2018 03:53:25 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0BC4881DE9; Mon, 15 Oct 2018 10:53:25 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-121-109.rdu2.redhat.com [10.10.121.109]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8085B10027DD; Mon, 15 Oct 2018 10:53:23 +0000 (UTC) To: "Gao, Liming" , "edk2-devel@lists.01.org" Cc: "leif.lindholm@linaro.org" , "Kinney, Michael D" , Andrew Fish , "stephano.cetola@linux.intel.com" References: <4A89E2EF3DFEDB4C8BFDE51014F606A14E339DDE@SHSMSX104.ccr.corp.intel.com> From: Laszlo Ersek Message-ID: <3a690658-45e4-43b4-63c3-068c09f2fddd@redhat.com> Date: Mon, 15 Oct 2018 12:53:22 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <4A89E2EF3DFEDB4C8BFDE51014F606A14E339DDE@SHSMSX104.ccr.corp.intel.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Mon, 15 Oct 2018 10:53:25 +0000 (UTC) Subject: Re: Revert BaseTools Python3 Migration has been done at 1ccc4d895dd8d659d016efcd6ef8a48749aba1d0 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2018 10:53:26 -0000 Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit On 10/15/18 02:43, Gao, Liming wrote: > Hi, all > With the community discussion, Python3 migration is the fundamental change. It requires every developer to install Python3. Before this migration, the well communication and wide verification must be done. But now, most people is not aware of this change, and not try it. So, Python3 migration is reverted and be moved to edk2-staging Python3 branch (https://github.com/tianocore/edk2-staging/tree/Python3). BaseTools has been reverted at commit 1ccc4d895dd8d659d016efcd6ef8a48749aba1d0. So, please update edk2 to the latest trunk, and continue to your work. There is no change now. > > > > Python3 migration will not in the near edk2-stable201811 release. I will add it for next edk2 stable release plan. If you have any comments or confuse, please let me know. Thank you! Laszlo