From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by mx.groups.io with SMTP id smtpd.web09.257.1572402481065920669 for ; Tue, 29 Oct 2019 19:28:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=FjdscxgR; spf=pass (domain: linaro.org, ip: 209.85.128.65, mailfrom: leif.lindholm@linaro.org) Received: by mail-wm1-f65.google.com with SMTP id 11so427173wmk.0 for ; Tue, 29 Oct 2019 19:28:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=8ZftNv3IA7i24F7LSG+aH5AdioEd2yT8VW8hwa6JO4E=; b=FjdscxgR77Mr3grJtxhqv5fY1xsMJs4ATq74QHaoCGAkSc0sM5B9hrol1WRnWA2ooe eq7kHdzZ+S4tGlQtRwpaTPLqsob7FvZG5frxUF4WTobvZeVMNpOIH/SQgRX9K6QeHpEX 22BipY2MSyojDwnkCxqhLzpSI5QKujwVzrz6QPv6xewRmmBkm5uloq+ywdNBVswm3VgV NemE16TreuyKseQVt+g5slIhcaS998V0kpwjjSnr8qv2U3p5VrdINv5hibkFfXwOdgWZ JiJFVTZRJlWh/CjpsHWu4+KItH1odnkoMZdhgrZhM/nsNyfU31/M3he0Eydl/UD2PpYE rvyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=8ZftNv3IA7i24F7LSG+aH5AdioEd2yT8VW8hwa6JO4E=; b=pFjczLgelXV73OZTkL2uoJwUoksqCybF5F1kMLzW0SI8/JCr9qPxO2WY+biEvt3FvG eRnoPcPLQFbOU6zQjblFKB0pQwABVMLaJY06fEa7KUw/ntdBEMHiwVS3EmemM+DEbXco nrF25smqRMdybKfR/fKxgGK9HqT9rRgR9Ww2i4pcRYuKH2XuUGKrqE66JtH7Qovx/RE6 M1kOrBMRzkWradw67zMUoQBexMjRYKgUDcCvRv54zEmuwcc9EA5OKvGPI2DcWJ1WYZkF d8OnAPiOq3EEaLGiP44a9nezEeD84+UpBm0mDyAW+EK2Be9QZwpet/+7WKI9tkKcafpK x/Gg== X-Gm-Message-State: APjAAAXVhbfw5B0J2+q3x2NANyxY4vZ1yHQ66vENR8MufLyH2J35xaC8 hHXVLvYcUbMYojW3PIdefRGxFQ== X-Google-Smtp-Source: APXvYqzSiNuaaKoe4OgWwC0JPBFqsHNwkXgA1OecNpaLcT32hC+PrBj9HubiCbOoBo7txFEsYDGB0w== X-Received: by 2002:a1c:c28a:: with SMTP id s132mr6735620wmf.162.1572402479606; Tue, 29 Oct 2019 19:27:59 -0700 (PDT) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id 62sm898083wre.38.2019.10.29.19.27.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 29 Oct 2019 19:27:58 -0700 (PDT) Date: Wed, 30 Oct 2019 02:27:57 +0000 From: "Leif Lindholm" To: Michael D Kinney Cc: devel@edk2.groups.io, Sean Brogan , Andrew Fish , Laszlo Ersek Subject: Re: [Patch v3 03/22] requirements.txt: Add python pip requirements file Message-ID: <20191030022757.GS16820@bivouac.eciton.net> References: <20191029195517.20028-1-michael.d.kinney@intel.com> <20191029195517.20028-4-michael.d.kinney@intel.com> MIME-Version: 1.0 In-Reply-To: <20191029195517.20028-4-michael.d.kinney@intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Oct 29, 2019 at 12:54:58PM -0700, Michael D Kinney wrote: > From: Sean Brogan > > https://bugzilla.tianocore.org/show_bug.cgi?id=2315 > > Add pip requirements file that is used to install the > python pip modules build from the edk2-pytool-library and > edk2-pytool-extensions repositories. > > These python modules provide the extensions required to > perform EDK II Continuous Integration(CI) builds. > > Cc: Andrew Fish > Cc: Laszlo Ersek > Cc: Leif Lindholm > Signed-off-by: Michael D Kinney > --- > requirements.txt | 2 ++ This ia an extremely generic name for a file with very specific content. Is this a magic name, or could we rename it (for example) pip-requirements.txt? / Leif > 1 file changed, 2 insertions(+) > create mode 100644 requirements.txt > > diff --git a/requirements.txt b/requirements.txt > new file mode 100644 > index 0000000000..d4610f81c5 > --- /dev/null > +++ b/requirements.txt > @@ -0,0 +1,2 @@ > +edk2-pytool-library==0.10.* > +edk2-pytool-extensions==0.12.* > -- > 2.21.0.windows.1 >