All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai] Mirroring xenomai.org
@ 2015-08-31  6:37 Gilles Chanteperdrix
  2015-08-31  7:08 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 3+ messages in thread
From: Gilles Chanteperdrix @ 2015-08-31  6:37 UTC (permalink / raw)
  To: Xenomai

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-09-07 10:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-31  6:37 [Xenomai] Mirroring xenomai.org Gilles Chanteperdrix
2015-08-31  7:08 ` Gilles Chanteperdrix
2015-09-07 10:08   ` Gilles Chanteperdrix

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.