public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Wang, Jian J" <jian.j.wang@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
	"Wang, Jian J" <jian.j.wang@intel.com>,
	"leif.lindholm@linaro.org" <leif.lindholm@linaro.org>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>,
	"Kinney, Michael D" <michael.d.kinney@intel.com>,
	"Gao, Liming" <liming.gao@intel.com>
Subject: Re: [edk2-devel] [edk2-platforms: PATCH] Readme.md: Change way of cloning edk2 repo
Date: Wed, 10 Jul 2019 01:36:44 +0000	[thread overview]
Message-ID: <D827630B58408649ACB04F44C51000362593C4FD@SHSMSX107.ccr.corp.intel.com> (raw)
In-Reply-To: <15AFB486125DAF75.12453@groups.io>

Pushed at 369c177357312c3e66721f1ea6216ce06c90f569

Regards,
Jian


> -----Original Message-----
> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> Wang, Jian J
> Sent: Tuesday, July 09, 2019 5:55 PM
> To: devel@edk2.groups.io; leif.lindholm@linaro.org
> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>; Kinney, Michael D
> <michael.d.kinney@intel.com>; Gao, Liming <liming.gao@intel.com>
> Subject: Re: [edk2-devel] [edk2-platforms: PATCH] Readme.md: Change way
> of cloning edk2 repo
> 
> Leif,
> 
> I'll try push first (not sure I have write access right). If I can't, please do it
> for me.
> 
> Regards,
> Jian
> 
> 
> > -----Original Message-----
> > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> > Leif Lindholm
> > Sent: Tuesday, July 09, 2019 5:28 PM
> > To: Wang, Jian J <jian.j.wang@intel.com>
> > Cc: devel@edk2.groups.io; Ard Biesheuvel <ard.biesheuvel@linaro.org>;
> > Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming
> > <liming.gao@intel.com>
> > Subject: Re: [edk2-devel] [edk2-platforms: PATCH] Readme.md: Change
> way
> > of cloning edk2 repo
> >
> > On Tue, Jul 09, 2019 at 03:21:42PM +0800, Jian J Wang wrote:
> > > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1910
> > >
> > > '--recursive' in cloning edk2 repo might cause failure on machine
> > > behind proxy. It's not actually necessary for edk2. This patch removed
> > > it from git command. A separate command
> > >
> > >    $ git submodule update --init
> > >
> > > is added to retrieve repo specified via submodule.
> > >
> > > Cc: Leif Lindholm <leif.lindholm@linaro.org>
> > > Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> > > Cc: Michael D Kinney <michael.d.kinney@intel.com>
> > > Cc: Liming Gao <liming.gao@intel.com>
> > > Signed-off-by: Jian J Wang <jian.j.wang@intel.com>
> >
> > Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
> >
> > Can you push it yourself, or would you like me to do it?
> >
> > > ---
> > >  Readme.md | 3 ++-
> > >  1 file changed, 2 insertions(+), 1 deletion(-)
> > >
> > > diff --git a/Readme.md b/Readme.md
> > > index e203795d47..63e59f60b4 100644
> > > --- a/Readme.md
> > > +++ b/Readme.md
> > > @@ -83,7 +83,8 @@ target-specific binutils. These are included with
> any
> > prepackaged GCC toolchain
> > >     1. [edk2-non-osi](https://github.com/tianocore/edk2-non-osi) (if
> > building
> > >        platforms that need it)
> > >     ```
> > > -   $ git clone https://github.com/tianocore/edk2.git --recursive
> > > +   $ git clone https://github.com/tianocore/edk2.git
> > > +   $ git submodule update --init
> > >     ...
> > >     $ git clone https://github.com/tianocore/edk2-platforms.git
> > >     ...
> > > --
> > > 2.17.1.windows.2
> > >
> >
> >
> 
> 
> 


      parent reply	other threads:[~2019-07-10  1:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-09  7:21 [edk2-platforms: PATCH] Readme.md: Change way of cloning edk2 repo Wang, Jian J
2019-07-09  9:28 ` Leif Lindholm
2019-07-09  9:54   ` [edk2-devel] " Wang, Jian J
     [not found]   ` <15AFB486125DAF75.12453@groups.io>
2019-07-10  1:36     ` Wang, Jian J [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D827630B58408649ACB04F44C51000362593C4FD@SHSMSX107.ccr.corp.intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox