From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-74.mimecast.com (us-smtp-delivery-74.mimecast.com [63.128.21.74]) by mx.groups.io with SMTP id smtpd.web10.2310.1596013935576375934 for ; Wed, 29 Jul 2020 02:12:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=PIc02G75; spf=pass (domain: redhat.com, ip: 63.128.21.74, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1596013934; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/Zx7MoGhC6lvd1lBGRqLYnUv1FGu+6Ioj+58qicoFdA=; b=PIc02G75nILU78E+kfhKYu7cclSD3+hgxpow0hbUWc5SwIZRvkF0WGdBIZK4ToN5vrRC/y ziRyj6cDV8kj4OxPS3TjBMzw7wKyiYI9K1SFU6MCOjFdsgqRW5ZuskAo7UhrZxR5BTl90V nEb899631tr/DylWkG63ENUyJXht3MU= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-410-4MbVxXO2P7O5EpbS9bi3sw-1; Wed, 29 Jul 2020 05:12:10 -0400 X-MC-Unique: 4MbVxXO2P7O5EpbS9bi3sw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id A7547801E6A; Wed, 29 Jul 2020 09:12:07 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-234.ams2.redhat.com [10.36.114.234]) by smtp.corp.redhat.com (Postfix) with ESMTP id A902419D7C; Wed, 29 Jul 2020 09:12:03 +0000 (UTC) Subject: Re: [PATCH 00/15] Add a plugin LicenseCheck in open ci To: "Kinney, Michael D" , "Zhang, Shenglei" , "devel@edk2.groups.io" Cc: Sean Brogan , Bret Barkelew , "Dong, Eric" , "Gao, Zhichao" , "Yao, Jiewen" , Chao Zhang , "Justen, Jordan L" , Maciej Rabeda , "Wu, Jiaxin" , "Fu, Siyuan" , "Gao, Liming" , "Wang, Jian J" , "Wu, Hao A" , Andrew Fish , "Ni, Ray" , "Lu, XiaoyuX" , Ard Biesheuvel , Leif Lindholm References: <20200720083709.17264-1-shenglei.zhang@intel.com> From: "Laszlo Ersek" Message-ID: <80e26c04-4788-623a-385d-7870c04955cf@redhat.com> Date: Wed, 29 Jul 2020 11:12:02 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 07/29/20 01:33, Kinney, Michael D wrote: > CI already runs PatchCheck. If we ported PatchCheck to > a CI plugin, then the plugin could perform both the > current PatchCheck features and the license check. > > What this option evaluated? > > If we did provide PatchCheck as a CI plugin, developers > I believe developers could run a stuart command likely > for the NOOPT target to run a PatchCheck CI plugin locally. Not sure if I understand correctly, but I very much like the ability to run PatchCheck without needing anything else than a local Python binary. Thanks! Laszlo