From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web10.1052.1617758927822229700 for ; Tue, 06 Apr 2021 18:28:48 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Wed, 07 Apr 2021 09:28:37 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: "'Sean Brogan'" , "'Bret Barkelew'" , "'Andrew Fish'" , "'Laszlo Ersek'" , "'Leif Lindholm'" References: <20210406201134.1941-1-michael.d.kinney@intel.com> In-Reply-To: <20210406201134.1941-1-michael.d.kinney@intel.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BhdGNoIDEvMV0gVW5pdFRlc3RGcmFtZXdvcmtQa2c6IFVzZSBUaWFub0NvcmUgbWlycm9yIG9mIGNtb2NrYSByZXBvc2l0b3J5?= Date: Wed, 7 Apr 2021 09:28:43 +0800 Message-ID: <007101d72b4d$59306920$0b913b60$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQKQMra0w0o8gNNs9/pivL5KZuouiqk2NQ1A Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Mike: I agree this change. Reviewed-by: Liming Gao Thanks Liming > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: devel@edk2.groups.io =B4=FA= =B1=ED Michael D > Kinney > =B7=A2=CB=CD=CA=B1=BC=E4: 2021=C4=EA4=D4=C27=C8=D5 4:12 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Sean Brogan ; Bret Barkelew > ; Liming Gao ; > Andrew Fish ; Laszlo Ersek ; Leif > Lindholm > =D6=F7=CC=E2: [edk2-devel] [Patch 1/1] UnitTestFrameworkPkg: Use TianoCo= re mirror > of cmocka repository >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3301 >=20 > The cmocka repository https://git.cryptomilk.org/projects/cmocka.git > has gone down a few times in past year. When it is down, it blocks > EDK II CI. A mirror of this repository has been created in the > TianoCore organization at https://github.com/tianocore/edk2-cmocka.git > and uses a GitHub Action to auto-sync changes from > https://git.cryptomilk.org/projects/cmocka.git. >=20 > * Update .gitmodules to use https://github.com/tianocore/edk2-cmocka.git > instead of https://git.cryptomilk.org/projects/cmocka.git. >=20 > * Update README.rst to reference the COPYING file in > https://github.com/tianocore/edk2-cmocka.git with the cmocka license. >=20 > * Update Azure Pipelines YML files to remove a temporary workaround that > used an alternate GitHub mirror of cmocka. With the workaround > removed, > EDK II CI always uses the TianoCore mirror of cmocka. >=20 > Cc: Sean Brogan > Cc: Bret Barkelew > Cc: Liming Gao > Cc: Andrew Fish > Cc: Laszlo Ersek > Cc: Leif Lindholm > Signed-off-by: Michael D Kinney > --- > .azurepipelines/templates/platform-build-run-steps.yml | 3 --- > .azurepipelines/templates/pr-gate-steps.yml | 3 --- > .gitmodules | 2 +- > ReadMe.rst | 2 +- > 4 files changed, 2 insertions(+), 8 deletions(-) >=20 > diff --git a/.azurepipelines/templates/platform-build-run-steps.yml > b/.azurepipelines/templates/platform-build-run-steps.yml > index b712e2fafafb..97e7faa26682 100644 > --- a/.azurepipelines/templates/platform-build-run-steps.yml > +++ b/.azurepipelines/templates/platform-build-run-steps.yml > @@ -51,9 +51,6 @@ steps: > # Set default > - bash: echo "##vso[task.setvariable variable=3Dpkg_count]${{ 1 }}" >=20 > -# Use altername cmocka repo > -- bash: git config --global > url.https://github.com/neverware-mirrors/cmocka.git.insteadOf > https://git.cryptomilk.org/projects/cmocka.git > - > # Fetch the target branch so that pr_eval can diff them. > # Seems like azure pipelines/github changed checkout process in nov 202= 0. > - script: git fetch origin $(System.PullRequest.targetBranch) > diff --git a/.azurepipelines/templates/pr-gate-steps.yml > b/.azurepipelines/templates/pr-gate-steps.yml > index 28edb453bddc..70c19a462194 100644 > --- a/.azurepipelines/templates/pr-gate-steps.yml > +++ b/.azurepipelines/templates/pr-gate-steps.yml > @@ -31,9 +31,6 @@ steps: > echo "##vso[task.setvariable > variable=3Dpkgs_to_build]${{ parameters.build_pkgs }}" > echo "##vso[task.setvariable variable=3Dpkg_count]${{ 1 }}" >=20 > -# Use altername cmocka repo > -- bash: git config --global > url.https://github.com/neverware-mirrors/cmocka.git.insteadOf > https://git.cryptomilk.org/projects/cmocka.git > - > # Fetch the target branch so that pr_eval can diff them. > # Seems like azure pipelines/github changed checkout process in nov 202= 0. > - script: git fetch origin $(System.PullRequest.targetBranch) > diff --git a/.gitmodules b/.gitmodules > index 0f06c09a29a1..b845c9ee3ff0 100644 > --- a/.gitmodules > +++ b/.gitmodules > @@ -6,7 +6,7 @@ > url =3D https://github.com/ucb-bar/berkeley-softfloat-3.git > [submodule "UnitTestFrameworkPkg/Library/CmockaLib/cmocka"] > path =3D UnitTestFrameworkPkg/Library/CmockaLib/cmocka > - url =3D https://git.cryptomilk.org/projects/cmocka.git > + url =3D https://github.com/tianocore/edk2-cmocka.git > [submodule "MdeModulePkg/Universal/RegularExpressionDxe/oniguruma"] > path =3D MdeModulePkg/Universal/RegularExpressionDxe/oniguruma > url =3D https://github.com/kkos/oniguruma > diff --git a/ReadMe.rst b/ReadMe.rst > index b754378646db..8f5db11281bf 100644 > --- a/ReadMe.rst > +++ b/ReadMe.rst > @@ -92,7 +92,7 @@ that are covered by additional licenses. > - `CryptoPkg/Library/OpensslLib/openssl > 2f56f1ffb72/LICENSE>`__ > - `MdeModulePkg/Library/BrotliCustomDecompressLib/brotli > bdd12cc8d/LICENSE>`__ > - `MdeModulePkg/Universal/RegularExpressionDxe/oniguruma > 06975678f0d/COPYING>`__ > -- `UnitTestFrameworkPkg/Library/CmockaLib/cmocka > 1.5&id=3Df5e2cd77c88d9f792562888d2b70c5a396bfbf7a>`__ > +- `UnitTestFrameworkPkg/Library/CmockaLib/cmocka > 8d2b70c5a396bfbf7a/COPYING>`__ > - `RedfishPkg/Library/JsonLib/jansson > 61e24960fae02/LICENSE>`__ >=20 > The EDK II Project is composed of packages. The maintainers for each > package > -- > 2.31.1.windows.1 >=20 >=20 >=20 >=20 >=20