* shr-image failure
@ 2011-02-28 15:36 Tom Rini
2011-02-28 16:06 ` Martin Jansa
0 siblings, 1 reply; 8+ messages in thread
From: Tom Rini @ 2011-02-28 15:36 UTC (permalink / raw)
To: openembedded-devel
Hey all,
Trying to build shr/shr-image/nokia900 fails with the following:
http://pastebin.com/Z13aYd2Z which seems odd in that we're building:
NOTE: Running task 5802 of 10948 (ID: 2141,
/var/hudson/workspace/sb_openembedded_autobuilder/BBPKGS/shr-image/DISTRO/shr/MACHINE/nokia900/label/sb-u804/recipes/efl1/elementary_svn.bb,
do_setscene)
NOTE: package elementary-2_0.7.0+svnr56372-r11: task do_setscene: Started
And it's already past do_populate_sysroot before this starts. I do see
some svn complaining (and not doing something...) earlier on in the
do_configure here.
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: shr-image failure
2011-02-28 15:36 shr-image failure Tom Rini
@ 2011-02-28 16:06 ` Martin Jansa
2011-02-28 16:13 ` Martin Jansa
0 siblings, 1 reply; 8+ messages in thread
From: Martin Jansa @ 2011-02-28 16:06 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1328 bytes --]
On Mon, Feb 28, 2011 at 08:36:10AM -0700, Tom Rini wrote:
> Hey all,
>
> Trying to build shr/shr-image/nokia900 fails with the following:
> http://pastebin.com/Z13aYd2Z which seems odd in that we're building:
>
> NOTE: Running task 5802 of 10948 (ID: 2141,
> /var/hudson/workspace/sb_openembedded_autobuilder/BBPKGS/shr-image/DISTRO/shr/MACHINE/nokia900/label/sb-u804/recipes/efl1/elementary_svn.bb,
> do_setscene)
> NOTE: package elementary-2_0.7.0+svnr56372-r11: task do_setscene: Started
>
> And it's already past do_populate_sysroot before this starts. I do see
> some svn complaining (and not doing something...) earlier on in the
> do_configure here.
This looks like related to
http://www.mail-archive.com/bitbake-dev@lists.berlios.de/msg00880.html
which was resolved later with scmdata=keep param
http://git.openembedded.org/cgit.cgi/bitbake/commit/?id=05cbc1d1a01c667c77688f36fbc5b61c5f452a3a
but that patch didn't make it to bitbake-1.10.2 release, but neither did
patch causing this in master/1.12
http://git.openembedded.org/cgit.cgi/bitbake/commit/?id=f264cb6d43472525ad787b0887764ea696ec52ba
Can you try that svnversion call in your checkout to get thath svn
error? It seems to be working here fine.
Regards,
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: shr-image failure
2011-02-28 16:06 ` Martin Jansa
@ 2011-02-28 16:13 ` Martin Jansa
2011-02-28 16:55 ` Tom Rini
0 siblings, 1 reply; 8+ messages in thread
From: Martin Jansa @ 2011-02-28 16:13 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1666 bytes --]
On Mon, Feb 28, 2011 at 05:06:59PM +0100, Martin Jansa wrote:
> On Mon, Feb 28, 2011 at 08:36:10AM -0700, Tom Rini wrote:
> > Hey all,
> >
> > Trying to build shr/shr-image/nokia900 fails with the following:
> > http://pastebin.com/Z13aYd2Z which seems odd in that we're building:
> >
> > NOTE: Running task 5802 of 10948 (ID: 2141,
> > /var/hudson/workspace/sb_openembedded_autobuilder/BBPKGS/shr-image/DISTRO/shr/MACHINE/nokia900/label/sb-u804/recipes/efl1/elementary_svn.bb,
> > do_setscene)
> > NOTE: package elementary-2_0.7.0+svnr56372-r11: task do_setscene: Started
> >
> > And it's already past do_populate_sysroot before this starts. I do see
> > some svn complaining (and not doing something...) earlier on in the
> > do_configure here.
>
> This looks like related to
> http://www.mail-archive.com/bitbake-dev@lists.berlios.de/msg00880.html
>
> which was resolved later with scmdata=keep param
> http://git.openembedded.org/cgit.cgi/bitbake/commit/?id=05cbc1d1a01c667c77688f36fbc5b61c5f452a3a
>
> but that patch didn't make it to bitbake-1.10.2 release, but neither did
> patch causing this in master/1.12
> http://git.openembedded.org/cgit.cgi/bitbake/commit/?id=f264cb6d43472525ad787b0887764ea696ec52ba
>
> Can you try that svnversion call in your checkout to get thath svn
> error? It seems to be working here fine.
$ mkdir test && cd test
$ tar xzvf ../downloads/elementary_svn.enlightenment.org_.svn.e.trunk_56372_.tar.gz
$ cd elementary
$ (svnversion . | grep -v export || echo 0) | awk -F : '{printf("%s\n",$1);}' | tr -d ':MSP\n'
56372$
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: shr-image failure
2011-02-28 16:13 ` Martin Jansa
@ 2011-02-28 16:55 ` Tom Rini
2011-02-28 20:04 ` Martin Jansa
0 siblings, 1 reply; 8+ messages in thread
From: Tom Rini @ 2011-02-28 16:55 UTC (permalink / raw)
To: openembedded-devel
On 02/28/2011 09:13 AM, Martin Jansa wrote:
> On Mon, Feb 28, 2011 at 05:06:59PM +0100, Martin Jansa wrote:
>> On Mon, Feb 28, 2011 at 08:36:10AM -0700, Tom Rini wrote:
>>> Hey all,
>>>
>>> Trying to build shr/shr-image/nokia900 fails with the following:
>>> http://pastebin.com/Z13aYd2Z which seems odd in that we're building:
>>>
>>> NOTE: Running task 5802 of 10948 (ID: 2141,
>>> /var/hudson/workspace/sb_openembedded_autobuilder/BBPKGS/shr-image/DISTRO/shr/MACHINE/nokia900/label/sb-u804/recipes/efl1/elementary_svn.bb,
>>> do_setscene)
>>> NOTE: package elementary-2_0.7.0+svnr56372-r11: task do_setscene: Started
>>>
>>> And it's already past do_populate_sysroot before this starts. I do see
>>> some svn complaining (and not doing something...) earlier on in the
>>> do_configure here.
>>
>> This looks like related to
>> http://www.mail-archive.com/bitbake-dev@lists.berlios.de/msg00880.html
>>
>> which was resolved later with scmdata=keep param
>> http://git.openembedded.org/cgit.cgi/bitbake/commit/?id=05cbc1d1a01c667c77688f36fbc5b61c5f452a3a
>>
>> but that patch didn't make it to bitbake-1.10.2 release, but neither did
>> patch causing this in master/1.12
>> http://git.openembedded.org/cgit.cgi/bitbake/commit/?id=f264cb6d43472525ad787b0887764ea696ec52ba
>>
>> Can you try that svnversion call in your checkout to get thath svn
>> error? It seems to be working here fine.
>
> $ mkdir test&& cd test
> $ tar xzvf ../downloads/elementary_svn.enlightenment.org_.svn.e.trunk_56372_.tar.gz
> $ cd elementary
> $ (svnversion . | grep -v export || echo 0) | awk -F : '{printf("%s\n",$1);}' | tr -d ':MSP\n'
> 56372$
The error is that the svn version is too old for the checkout. Is there
a way we can figure this out without calling svn?
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: shr-image failure
2011-02-28 16:55 ` Tom Rini
@ 2011-02-28 20:04 ` Martin Jansa
2011-02-28 20:32 ` Tom Rini
0 siblings, 1 reply; 8+ messages in thread
From: Martin Jansa @ 2011-02-28 20:04 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2278 bytes --]
On Mon, Feb 28, 2011 at 09:55:32AM -0700, Tom Rini wrote:
> On 02/28/2011 09:13 AM, Martin Jansa wrote:
> > On Mon, Feb 28, 2011 at 05:06:59PM +0100, Martin Jansa wrote:
> >> On Mon, Feb 28, 2011 at 08:36:10AM -0700, Tom Rini wrote:
> >>> Hey all,
> >>>
> >>> Trying to build shr/shr-image/nokia900 fails with the following:
> >>> http://pastebin.com/Z13aYd2Z which seems odd in that we're building:
> >>>
> >>> NOTE: Running task 5802 of 10948 (ID: 2141,
> >>> /var/hudson/workspace/sb_openembedded_autobuilder/BBPKGS/shr-image/DISTRO/shr/MACHINE/nokia900/label/sb-u804/recipes/efl1/elementary_svn.bb,
> >>> do_setscene)
> >>> NOTE: package elementary-2_0.7.0+svnr56372-r11: task do_setscene: Started
> >>>
> >>> And it's already past do_populate_sysroot before this starts. I do see
> >>> some svn complaining (and not doing something...) earlier on in the
> >>> do_configure here.
> >>
> >> This looks like related to
> >> http://www.mail-archive.com/bitbake-dev@lists.berlios.de/msg00880.html
> >>
> >> which was resolved later with scmdata=keep param
> >> http://git.openembedded.org/cgit.cgi/bitbake/commit/?id=05cbc1d1a01c667c77688f36fbc5b61c5f452a3a
> >>
> >> but that patch didn't make it to bitbake-1.10.2 release, but neither did
> >> patch causing this in master/1.12
> >> http://git.openembedded.org/cgit.cgi/bitbake/commit/?id=f264cb6d43472525ad787b0887764ea696ec52ba
> >>
> >> Can you try that svnversion call in your checkout to get thath svn
> >> error? It seems to be working here fine.
> >
> > $ mkdir test&& cd test
> > $ tar xzvf ../downloads/elementary_svn.enlightenment.org_.svn.e.trunk_56372_.tar.gz
> > $ cd elementary
> > $ (svnversion . | grep -v export || echo 0) | awk -F : '{printf("%s\n",$1);}' | tr -d ':MSP\n'
> > 56372$
>
> The error is that the svn version is too old for the checkout. Is there
> a way we can figure this out without calling svn?
I guess you have subversion < 1.6
and 1.6 changed the format, so if efl repo was upgraded then it needs
newer svn client
http://subversion.apache.org/docs/release-notes/1.6.html
Maybe it's time to force subversion-native as there were issues before
ie with -trust-server-cert.
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: shr-image failure
2011-02-28 20:04 ` Martin Jansa
@ 2011-02-28 20:32 ` Tom Rini
2011-02-28 22:22 ` Khem Raj
0 siblings, 1 reply; 8+ messages in thread
From: Tom Rini @ 2011-02-28 20:32 UTC (permalink / raw)
To: openembedded-devel
On 02/28/2011 01:04 PM, Martin Jansa wrote:
> On Mon, Feb 28, 2011 at 09:55:32AM -0700, Tom Rini wrote:
>> On 02/28/2011 09:13 AM, Martin Jansa wrote:
>>> On Mon, Feb 28, 2011 at 05:06:59PM +0100, Martin Jansa wrote:
>>>> On Mon, Feb 28, 2011 at 08:36:10AM -0700, Tom Rini wrote:
>>>>> Hey all,
>>>>>
>>>>> Trying to build shr/shr-image/nokia900 fails with the following:
>>>>> http://pastebin.com/Z13aYd2Z which seems odd in that we're building:
>>>>>
>>>>> NOTE: Running task 5802 of 10948 (ID: 2141,
>>>>> /var/hudson/workspace/sb_openembedded_autobuilder/BBPKGS/shr-image/DISTRO/shr/MACHINE/nokia900/label/sb-u804/recipes/efl1/elementary_svn.bb,
>>>>> do_setscene)
>>>>> NOTE: package elementary-2_0.7.0+svnr56372-r11: task do_setscene: Started
>>>>>
>>>>> And it's already past do_populate_sysroot before this starts. I do see
>>>>> some svn complaining (and not doing something...) earlier on in the
>>>>> do_configure here.
>>>>
>>>> This looks like related to
>>>> http://www.mail-archive.com/bitbake-dev@lists.berlios.de/msg00880.html
>>>>
>>>> which was resolved later with scmdata=keep param
>>>> http://git.openembedded.org/cgit.cgi/bitbake/commit/?id=05cbc1d1a01c667c77688f36fbc5b61c5f452a3a
>>>>
>>>> but that patch didn't make it to bitbake-1.10.2 release, but neither did
>>>> patch causing this in master/1.12
>>>> http://git.openembedded.org/cgit.cgi/bitbake/commit/?id=f264cb6d43472525ad787b0887764ea696ec52ba
>>>>
>>>> Can you try that svnversion call in your checkout to get thath svn
>>>> error? It seems to be working here fine.
>>>
>>> $ mkdir test&& cd test
>>> $ tar xzvf ../downloads/elementary_svn.enlightenment.org_.svn.e.trunk_56372_.tar.gz
>>> $ cd elementary
>>> $ (svnversion . | grep -v export || echo 0) | awk -F : '{printf("%s\n",$1);}' | tr -d ':MSP\n'
>>> 56372$
>>
>> The error is that the svn version is too old for the checkout. Is there
>> a way we can figure this out without calling svn?
>
> I guess you have subversion< 1.6
> and 1.6 changed the format, so if efl repo was upgraded then it needs
> newer svn client
>
> http://subversion.apache.org/docs/release-notes/1.6.html
>
> Maybe it's time to force subversion-native as there were issues before
> ie with -trust-server-cert.
Stupid question. Why aren't we just using ${SRCREV} ? Or is this
really bitbake calling out svn to do something?
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: shr-image failure
2011-02-28 20:32 ` Tom Rini
@ 2011-02-28 22:22 ` Khem Raj
2011-03-01 6:44 ` Martin Jansa
0 siblings, 1 reply; 8+ messages in thread
From: Khem Raj @ 2011-02-28 22:22 UTC (permalink / raw)
To: openembedded-devel
On Mon, Feb 28, 2011 at 12:32 PM, Tom Rini <tom_rini@mentor.com> wrote:
> On 02/28/2011 01:04 PM, Martin Jansa wrote:
>>
>> On Mon, Feb 28, 2011 at 09:55:32AM -0700, Tom Rini wrote:
>>>
>>> On 02/28/2011 09:13 AM, Martin Jansa wrote:
>>>>
>>>> On Mon, Feb 28, 2011 at 05:06:59PM +0100, Martin Jansa wrote:
>>>>>
>>>>> On Mon, Feb 28, 2011 at 08:36:10AM -0700, Tom Rini wrote:
>>>>>>
>>>>>> Hey all,
>>>>>>
>>>>>> Trying to build shr/shr-image/nokia900 fails with the following:
>>>>>> http://pastebin.com/Z13aYd2Z which seems odd in that we're building:
>>>>>>
>>>>>> NOTE: Running task 5802 of 10948 (ID: 2141,
>>>>>>
>>>>>> /var/hudson/workspace/sb_openembedded_autobuilder/BBPKGS/shr-image/DISTRO/shr/MACHINE/nokia900/label/sb-u804/recipes/efl1/elementary_svn.bb,
>>>>>> do_setscene)
>>>>>> NOTE: package elementary-2_0.7.0+svnr56372-r11: task do_setscene:
>>>>>> Started
>>>>>>
>>>>>> And it's already past do_populate_sysroot before this starts. I do
>>>>>> see
>>>>>> some svn complaining (and not doing something...) earlier on in the
>>>>>> do_configure here.
>>>>>
>>>>> This looks like related to
>>>>> http://www.mail-archive.com/bitbake-dev@lists.berlios.de/msg00880.html
>>>>>
>>>>> which was resolved later with scmdata=keep param
>>>>>
>>>>> http://git.openembedded.org/cgit.cgi/bitbake/commit/?id=05cbc1d1a01c667c77688f36fbc5b61c5f452a3a
>>>>>
>>>>> but that patch didn't make it to bitbake-1.10.2 release, but neither
>>>>> did
>>>>> patch causing this in master/1.12
>>>>>
>>>>> http://git.openembedded.org/cgit.cgi/bitbake/commit/?id=f264cb6d43472525ad787b0887764ea696ec52ba
>>>>>
>>>>> Can you try that svnversion call in your checkout to get thath svn
>>>>> error? It seems to be working here fine.
>>>>
>>>> $ mkdir test&& cd test
>>>> $ tar xzvf
>>>> ../downloads/elementary_svn.enlightenment.org_.svn.e.trunk_56372_.tar.gz
>>>> $ cd elementary
>>>> $ (svnversion . | grep -v export || echo 0) | awk -F :
>>>> '{printf("%s\n",$1);}' | tr -d ':MSP\n'
>>>> 56372$
>>>
>>> The error is that the svn version is too old for the checkout. Is there
>>> a way we can figure this out without calling svn?
>>
>> I guess you have subversion< 1.6
>> and 1.6 changed the format, so if efl repo was upgraded then it needs
>> newer svn client
>>
>> http://subversion.apache.org/docs/release-notes/1.6.html
>>
>> Maybe it's time to force subversion-native as there were issues before
>> ie with -trust-server-cert.
>
> Stupid question. Why aren't we just using ${SRCREV} ? Or is this really
> bitbake calling out svn to do something?
there are some packages whose configure/makefiles munges data from scm
folders to find out *stuff* if its checked out from scm and I dont
know how
they handle the same on release tarballs.
>
> --
> Tom Rini
> Mentor Graphics Corporation
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: shr-image failure
2011-02-28 22:22 ` Khem Raj
@ 2011-03-01 6:44 ` Martin Jansa
0 siblings, 0 replies; 8+ messages in thread
From: Martin Jansa @ 2011-03-01 6:44 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 4352 bytes --]
On Mon, Feb 28, 2011 at 02:22:03PM -0800, Khem Raj wrote:
> On Mon, Feb 28, 2011 at 12:32 PM, Tom Rini <tom_rini@mentor.com> wrote:
> > On 02/28/2011 01:04 PM, Martin Jansa wrote:
> >>
> >> On Mon, Feb 28, 2011 at 09:55:32AM -0700, Tom Rini wrote:
> >>>
> >>> On 02/28/2011 09:13 AM, Martin Jansa wrote:
> >>>>
> >>>> On Mon, Feb 28, 2011 at 05:06:59PM +0100, Martin Jansa wrote:
> >>>>>
> >>>>> On Mon, Feb 28, 2011 at 08:36:10AM -0700, Tom Rini wrote:
> >>>>>>
> >>>>>> Hey all,
> >>>>>>
> >>>>>> Trying to build shr/shr-image/nokia900 fails with the following:
> >>>>>> http://pastebin.com/Z13aYd2Z which seems odd in that we're building:
> >>>>>>
> >>>>>> NOTE: Running task 5802 of 10948 (ID: 2141,
> >>>>>>
> >>>>>> /var/hudson/workspace/sb_openembedded_autobuilder/BBPKGS/shr-image/DISTRO/shr/MACHINE/nokia900/label/sb-u804/recipes/efl1/elementary_svn.bb,
> >>>>>> do_setscene)
> >>>>>> NOTE: package elementary-2_0.7.0+svnr56372-r11: task do_setscene:
> >>>>>> Started
> >>>>>>
> >>>>>> And it's already past do_populate_sysroot before this starts. I do
> >>>>>> see
> >>>>>> some svn complaining (and not doing something...) earlier on in the
> >>>>>> do_configure here.
> >>>>>
> >>>>> This looks like related to
> >>>>> http://www.mail-archive.com/bitbake-dev@lists.berlios.de/msg00880.html
> >>>>>
> >>>>> which was resolved later with scmdata=keep param
> >>>>>
> >>>>> http://git.openembedded.org/cgit.cgi/bitbake/commit/?id=05cbc1d1a01c667c77688f36fbc5b61c5f452a3a
> >>>>>
> >>>>> but that patch didn't make it to bitbake-1.10.2 release, but neither
> >>>>> did
> >>>>> patch causing this in master/1.12
> >>>>>
> >>>>> http://git.openembedded.org/cgit.cgi/bitbake/commit/?id=f264cb6d43472525ad787b0887764ea696ec52ba
> >>>>>
> >>>>> Can you try that svnversion call in your checkout to get thath svn
> >>>>> error? It seems to be working here fine.
> >>>>
> >>>> $ mkdir test&& cd test
> >>>> $ tar xzvf
> >>>> ../downloads/elementary_svn.enlightenment.org_.svn.e.trunk_56372_.tar.gz
> >>>> $ cd elementary
> >>>> $ (svnversion . | grep -v export || echo 0) | awk -F :
> >>>> '{printf("%s\n",$1);}' | tr -d ':MSP\n'
> >>>> 56372$
> >>>
> >>> The error is that the svn version is too old for the checkout. Is there
> >>> a way we can figure this out without calling svn?
> >>
> >> I guess you have subversion< 1.6
> >> and 1.6 changed the format, so if efl repo was upgraded then it needs
> >> newer svn client
> >>
> >> http://subversion.apache.org/docs/release-notes/1.6.html
> >>
> >> Maybe it's time to force subversion-native as there were issues before
> >> ie with -trust-server-cert.
And this problem is a bit wider, if buildhost filling your PREMIRRORS
already has subversion-1.6.0, then you need also at least 1.6.0 to work
with tarballed checkouts. If you disable PREMIRROS and do "svn co" on
your own, then you have chance that repository wasn't converted yet and
your checkout will work with your svn version.
> >
> > Stupid question. Why aren't we just using ${SRCREV} ? Or is this really
> > bitbake calling out svn to do something?
>
> there are some packages whose configure/makefiles munges data from scm
> folders to find out *stuff* if its checked out from scm and I dont
> know how
In this case they're checking if elementary rev is new enough for rev of
python-elementary you're trying to build and as both didn't have
release..
so elementary is still 0.7.0.${SRCREV} and python-elementary wants
pkgconfig_elementary_requires_libs="elementary >= 0.7.0.52890 evas >= 1.0.0 eina >= 1.0.0 python-evas >= ${python_evas_version}"
I'll ask on #edevelop if they plan to change elementary version to at
least 0.7.1 any time soon, but in the meantime I think that their
requirements are valid and svnversion should work.
> they handle the same on release tarballs.
They have the same of 4th part of version, but this problem is not
there, because it will result to "0" when .svn is not there and version
will be 1.0.0.0 which is good enough for requirements like this "evas >= 1.0.0"
BTW: I still don't see how it gets "110" in "0.7.0.110", because without
.svn I always got "0", so I would expect the same without svnversion
working.
Regards,
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-03-01 6:45 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-28 15:36 shr-image failure Tom Rini
2011-02-28 16:06 ` Martin Jansa
2011-02-28 16:13 ` Martin Jansa
2011-02-28 16:55 ` Tom Rini
2011-02-28 20:04 ` Martin Jansa
2011-02-28 20:32 ` Tom Rini
2011-02-28 22:22 ` Khem Raj
2011-03-01 6:44 ` Martin Jansa
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.