* fetcher from gitpod
@ 2014-01-23 22:19 Robert Berger
2014-01-23 23:46 ` Rudolf Streif
0 siblings, 1 reply; 2+ messages in thread
From: Robert Berger @ 2014-01-23 22:19 UTC (permalink / raw)
To: yocto
Hi,
I would like to fetch some get repos (currently u-boot and kernel) from
a local git caching server[1]. This means if something changed on
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
since the last invocations it updates the changes, if nothing changed it
provides the repo locally.
After setting up the right ssh keys not to ask for a password it works
like this:
git clone gp@gitpod:linux-stable.git
Cloning into 'linux-stable'...
fetching from
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
remote: Counting objects: 3572381, done.
remote: Compressing objects: 100% (574164/574164), done.
Receiving objects: 100% (3572381/3572381), 752.89 MiB | 11.53 MiB/s, done.
remote: Total 3572381 (delta 3008721), reused 3531934 (delta 2968274)
Resolving deltas: 100% (3008721/3008721), done.
Should this somehow already work with existing fetchers, or do I need to
hack together my own fetcher?
Regards,
Robert
[1] https://github.com/sitaramc/gitpod..."The problem is never how to
get new, innovative thoughts into your mind, but how to get old ones
out." -- Dee Hock
My public pgp key is available,at:
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x90320BF1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: fetcher from gitpod
2014-01-23 22:19 fetcher from gitpod Robert Berger
@ 2014-01-23 23:46 ` Rudolf Streif
0 siblings, 0 replies; 2+ messages in thread
From: Rudolf Streif @ 2014-01-23 23:46 UTC (permalink / raw)
To: Robert Berger; +Cc: Yocto Discussion Mailing List
[-- Attachment #1: Type: text/plain, Size: 1761 bytes --]
Hi Robert,
Did you try something like
SRC_URI = "git://gp@gitpod:linux-stable.git"
The git fetcher supports authentication with a username, if that is your
concern.
Regards,
Rudi
On Thu, Jan 23, 2014 at 2:19 PM, Robert Berger <
gmane@reliableembeddedsystems.com> wrote:
> Hi,
>
> I would like to fetch some get repos (currently u-boot and kernel) from
> a local git caching server[1]. This means if something changed on
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
> since the last invocations it updates the changes, if nothing changed it
> provides the repo locally.
>
> After setting up the right ssh keys not to ask for a password it works
> like this:
>
> git clone gp@gitpod:linux-stable.git
> Cloning into 'linux-stable'...
> fetching from
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
> remote: Counting objects: 3572381, done.
> remote: Compressing objects: 100% (574164/574164), done.
> Receiving objects: 100% (3572381/3572381), 752.89 MiB | 11.53 MiB/s, done.
> remote: Total 3572381 (delta 3008721), reused 3531934 (delta 2968274)
> Resolving deltas: 100% (3008721/3008721), done.
>
> Should this somehow already work with existing fetchers, or do I need to
> hack together my own fetcher?
>
> Regards,
>
> Robert
>
> [1] https://github.com/sitaramc/gitpod..."The problem is never how to
> get new, innovative thoughts into your mind, but how to get old ones
> out." -- Dee Hock
>
> My public pgp key is available,at:
> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x90320BF1
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
[-- Attachment #2: Type: text/html, Size: 3478 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-01-23 23:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-23 22:19 fetcher from gitpod Robert Berger
2014-01-23 23:46 ` Rudolf Streif
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.