From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Xenomai <xenomai@xenomai.org>
Subject: Re: [Xenomai] Mirroring xenomai.org
Date: Mon, 7 Sep 2015 12:08:46 +0200 [thread overview]
Message-ID: <20150907100846.GA13241@hermes.click-hack.org> (raw)
In-Reply-To: <20150831070849.GD9120@hermes.click-hack.org>
On Mon, Aug 31, 2015 at 09:08:49AM +0200, Gilles Chanteperdrix wrote:
> On Mon, Aug 31, 2015 at 08:37:38AM +0200, Gilles Chanteperdrix wrote:
> > 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.
>
> Unfortunately, this broke http/https checkout for ipipe* gits. The
> reason is that the "alternate" file in the ipipe gits contains the
> absolute path to the kernel.org repositories, which does not work
> for http/https checkouts. I will need to spend more time fixing
> this. In the mean time, I revert the ipipe* gits to their former
> contents, without references.
Hi,
Since yesterday, the ipipe gits are now references to the
linux-stable git. I could not find a way to "nest" the references,
have the ipipe git be references to both linux-stable.git and
linux.git.
So, this means that a typical grokmirror configuration, saving the
mirrors in /var/xeno-gits would be:
[xenomai.org]
site = git://git.xenomai.org
manifest = https://git.xenomai.org/manifest.js.gz
toplevel = /var/xeno-gits
mymanifest = /var/xeno-gits/manifest.js.gz
projectslist_symlinks = no
post_update_hook =
purgeprotect = 5
default_owner = Xenomai
log = /var/xeno-gits/grok-pull.log
loglevel = info
pull_threads = 2
include = *
exclude =
If you want to only mirror ipipe.git and say, ipipe-gch.git and want
to benefit from sharing the linux-stable repository, the include
line should be replaced with:
include = /kernel.org/linux-stable.git
/ipipe.git
/ipipe-gch.git
Now, if you want to only mirror ipipe.git and do not care to have a
separate linux-stable.git repository, the include line can be
replaced with:
ignore_repo_references = yes
include = /ipipe.git
Also note that another advantage of the grokmirror tools is the
grok-fsck tool, which cleans up the repositories, and spread the
work over time.
If following these changes, something does not work, please report
the problem on this mailing list.
Regards.
--
Gilles.
https://click-hack.org
prev parent reply other threads:[~2015-09-07 10:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
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=20150907100846.GA13241@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.