All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Berger <gmane@reliableembeddedsystems.com>
To: yocto@yoctoproject.org
Subject: fetcher from gitpod
Date: Fri, 24 Jan 2014 00:19:17 +0200	[thread overview]
Message-ID: <52E19565.4080306@reliableembeddedsystems.com> (raw)

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




             reply	other threads:[~2014-01-23 22:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-23 22:19 Robert Berger [this message]
2014-01-23 23:46 ` fetcher from gitpod Rudolf Streif

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=52E19565.4080306@reliableembeddedsystems.com \
    --to=gmane@reliableembeddedsystems.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.