All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nikolay Dimitrov <picmaster@mail.bg>
To: Jonathan Liu <net147@gmail.com>, yocto@yoctoproject.org
Subject: Re: [meta-raspberrypi][PATCH] firmware.inc: fetch from SVN instead of Git
Date: Sat, 04 Jul 2015 08:29:40 +0300	[thread overview]
Message-ID: <55976F44.5070106@mail.bg> (raw)
In-Reply-To: <1435981717-29443-1-git-send-email-net147@gmail.com>

Hi Jonathan,

On 07/04/2015 06:48 AM, Jonathan Liu wrote:
> Reduces the download time significantly.
>
> Signed-off-by: Jonathan Liu <net147@gmail.com>
> ---
>   recipes-bsp/common/firmware.inc | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
> index ad3176a..100df3a 100644
> --- a/recipes-bsp/common/firmware.inc
> +++ b/recipes-bsp/common/firmware.inc
> @@ -1,7 +1,7 @@
> -RPIFW_SRCREV ?= "e42a747e8d5c4a2fb3e837d0924c7cc39999936a"
> +RPIFW_SRCREV ?= "461"
>   RPIFW_DATE ?= "20150206"
> -RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
> -RPIFW_S ?= "${WORKDIR}/git"
> +RPIFW_SRC_URI ?= "svn://github.com/raspberrypi/firmware;protocol=https;module=trunk"
> +RPIFW_S ?= "${WORKDIR}/trunk"
>
>   SRC_URI = "${RPIFW_SRC_URI}"
>   SRCREV = "${RPIFW_SRCREV}"
>

Just tested the download times for this repo:

git (deep clone): 24m
svn: 3m8s
git (shallow clone): 40s

Isn't it possible to use "--depth 1" for git clone? I would rather
prefer seeing this instead of just giving up and going back to svn...

Regards,
Nikolay


  reply	other threads:[~2015-07-04  5:29 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-04  3:48 [meta-raspberrypi][PATCH] firmware.inc: fetch from SVN instead of Git Jonathan Liu
2015-07-04  5:29 ` Nikolay Dimitrov [this message]
2015-07-05 19:11   ` Petter Mabäcker
2015-07-06 13:41   ` Jonathan Liu
2015-07-06 16:18     ` Nikolay Dimitrov
2015-07-06 16:23       ` Burton, Ross
2015-07-06 16:26         ` Burton, Ross
2015-07-06 16:58           ` Nikolay Dimitrov
2015-07-06 16:59             ` Nikolay Dimitrov
2015-07-09 20:19               ` Andrei Gherzan
2015-07-10  8:43                 ` Nikolay Dimitrov
  -- strict thread matches above, loose matches on Subject: below --
2015-07-16 17:53 Jon Szymaniak
2015-07-19 21:34 ` Andrei Gherzan
2015-07-20 15:59   ` Gary Thomas
2015-08-09 23:57     ` Andrei Gherzan
2015-08-10  8:03       ` Khem Raj
2015-08-10 21:59         ` Andrei Gherzan

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-all 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=55976F44.5070106@mail.bg \
    --to=picmaster@mail.bg \
    --cc=net147@gmail.com \
    --cc=yocto@yoctoproject.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.