From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Xenomai <xenomai@xenomai.org>
Subject: [Xenomai] Mirroring xenomai.org
Date: Mon, 31 Aug 2015 08:37:38 +0200 [thread overview]
Message-ID: <20150831063738.GC9120@hermes.click-hack.org> (raw)
Hi,
according to xenomai.org server statistics, some xenomai users are
mirroring xenomai.org git repositories. In order to make things
easy, grokmirror is now set up on xenomai.org. The manifest is
available at:
http://git.xenomai.org/manifest.js.gz
or
https://git.xenomai.org/manifest.js.gz
You can read more about grokmirror here:
https://www.kernel.org/mirroring-kernelorg-repositories.html
and here:
https://github.com/mricon/grokmirror
But, to summarize, writing to repos-xenomai.conf:
[xenomai.org]
site = git://git.xenomai.org
manifest = https://git.xenomai.org/manifest.js.gz
toplevel = /tmp/xeno-gits
mymanifest = /tmp/xeno-gits/manifest.js.gz
projectslist_symlinks = no
post_update_hook =
purgeprotect = 5
default_owner = Xenomai
log = /tmp/xeno-gits/grok-pull.log
loglevel = info
pull_threads = 2
include = *
exclude =
And running grok-pull -c /path/to/repos-xenomai.conf in a crontab
should be enough to set a mirror up in /tmp/xeno-gits. When nothing
changed, the date of the manifest file will be enough to avoid
downloading anything, which makes the process very light.
You can tweak the include line to only mirror some repositories.
Note however that if you want to mirror one of the ipipe gits, since
the I-pipe git now makes reference to the linux and linux stable git,
you will also have to mirror the linux and linux-stable git (which are
mirrored by xenomai). So, for instance, to mirror the official ipipe
git only, you would write:
include = /kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
/kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
/ipipe.git
instead of include = *
Regards.
--
Gilles.
https://click-hack.org
next reply other threads:[~2015-08-31 6:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-31 6:37 Gilles Chanteperdrix [this message]
2015-08-31 7:08 ` [Xenomai] Mirroring xenomai.org Gilles Chanteperdrix
2015-09-07 10:08 ` Gilles Chanteperdrix
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=20150831063738.GC9120@hermes.click-hack.org \
--to=gilles.chanteperdrix@xenomai.org \
--cc=xenomai@xenomai.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.