All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Package upgrades
@ 2013-06-11 13:39 Laurentiu Palcu
  2013-06-11 13:39 ` [PATCH 1/7] xf86-input-synaptics: upgrade to 1.7.1 Laurentiu Palcu
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Laurentiu Palcu @ 2013-06-11 13:39 UTC (permalink / raw)
  To: openembedded-core

Tests done:
 * each package was build tested locally for all architectures (where applicable);
 * ran autobuilder nigthlies for (x86, x86-64, ppc, arm, mips). All completed
   successfully;
 * no major changes spotted in buildhistory;
 * basic functionality tests done on an ideapad s10-3t netbook with a
   core-image-sato image;

Thanks,
Laurentiu

The following changes since commit 96b144a25598090b1e58eb5e33f216b5bfef7595:

  tar: don't mv tar for nativesdk (2013-06-10 18:06:37 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib lpalcu/upgrades
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/upgrades

Laurentiu Palcu (7):
  xf86-input-synaptics: upgrade to 1.7.1
  xkeyboard-config: upgrade to 2.9
  xdpyinfo: upgrade to 1.3.1
  xf86-video-intel: upgrade to 2.21.9
  xwininfo: upgrade to 1.1.3
  libdrm: upgrade to 2.4.45
  libxt: upgrade to 1.1.4

 .../drm/{libdrm_2.4.44.bb => libdrm_2.4.45.bb}     |    4 ++--
 .../{xdpyinfo_1.3.0.bb => xdpyinfo_1.3.1.bb}       |    5 ++---
 .../{xwininfo_1.1.2.bb => xwininfo_1.1.3.bb}       |    5 ++---
 ...tics_1.7.0.bb => xf86-input-synaptics_1.7.1.bb} |    4 ++--
 ...-intel_2.21.6.bb => xf86-video-intel_2.21.9.bb} |    4 ++--
 .../xorg-lib/{libxt_1.1.3.bb => libxt_1.1.4.bb}    |    7 +++----
 ...board-config_2.8.bb => xkeyboard-config_2.9.bb} |    5 ++---
 7 files changed, 15 insertions(+), 19 deletions(-)
 rename meta/recipes-graphics/drm/{libdrm_2.4.44.bb => libdrm_2.4.45.bb} (46%)
 rename meta/recipes-graphics/xorg-app/{xdpyinfo_1.3.0.bb => xdpyinfo_1.3.1.bb} (80%)
 rename meta/recipes-graphics/xorg-app/{xwininfo_1.1.2.bb => xwininfo_1.1.3.bb} (69%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-synaptics_1.7.0.bb => xf86-input-synaptics_1.7.1.bb} (81%)
 rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.21.6.bb => xf86-video-intel_2.21.9.bb} (85%)
 rename meta/recipes-graphics/xorg-lib/{libxt_1.1.3.bb => libxt_1.1.4.bb} (85%)
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.8.bb => xkeyboard-config_2.9.bb} (87%)

-- 
1.7.9.5



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

* [PATCH 1/7] xf86-input-synaptics: upgrade to 1.7.1
  2013-06-11 13:39 [PATCH 0/7] Package upgrades Laurentiu Palcu
@ 2013-06-11 13:39 ` Laurentiu Palcu
  2013-06-11 13:39 ` [PATCH 2/7] xkeyboard-config: upgrade to 2.9 Laurentiu Palcu
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Laurentiu Palcu @ 2013-06-11 13:39 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 ...tics_1.7.0.bb => xf86-input-synaptics_1.7.1.bb} |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-synaptics_1.7.0.bb => xf86-input-synaptics_1.7.1.bb} (81%)

diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.1.bb
similarity index 81%
rename from meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.0.bb
rename to meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.1.bb
index 72b4107..9125613 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.0.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.1.bb
@@ -12,8 +12,8 @@ advanced features of the touchpad to become available."
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=55aacd3535a741824955c5eb8f061398"
 
-SRC_URI[md5sum] = "5e4f232a18a1741e4c34895d28238f8d"
-SRC_URI[sha256sum] = "d6f1ad0b0653dddbe2e2db7e2f06c1860e491045e87a6577b63568d65e5d0f0e"
+SRC_URI[md5sum] = "6505de717972b6a24b8eb13e69eb996c"
+SRC_URI[sha256sum] = "db5825660e1fb23190697f609bf75d4450fe707344a14298e1c9b47039bbb58e"
 
 DEPENDS += "libxi mtdev"
 
-- 
1.7.9.5



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

* [PATCH 2/7] xkeyboard-config: upgrade to 2.9
  2013-06-11 13:39 [PATCH 0/7] Package upgrades Laurentiu Palcu
  2013-06-11 13:39 ` [PATCH 1/7] xf86-input-synaptics: upgrade to 1.7.1 Laurentiu Palcu
@ 2013-06-11 13:39 ` Laurentiu Palcu
  2013-06-11 13:39 ` [PATCH 3/7] xdpyinfo: upgrade to 1.3.1 Laurentiu Palcu
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Laurentiu Palcu @ 2013-06-11 13:39 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 ...board-config_2.8.bb => xkeyboard-config_2.9.bb} |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.8.bb => xkeyboard-config_2.9.bb} (87%)

diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.9.bb
similarity index 87%
rename from meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb
rename to meta/recipes-graphics/xorg-lib/xkeyboard-config_2.9.bb
index cf4da28..df96c31 100644
--- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb
+++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.9.bb
@@ -13,13 +13,12 @@ LICENSE = "MIT & MIT-style"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0e7f21ca7db975c63467d2e7624a12f9"
 
 SRC_URI="${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.bz2"
-SRC_URI[md5sum] = "e66d567d85a954d589c5723fb0e1f3dd"
-SRC_URI[sha256sum] = "4e1cf5468d488aaf320ddfd439e03cbda0b213550fd734026d23138e4b2078ae"
+SRC_URI[md5sum] = "9b1280d8ba40274a0f1567c94fca7501"
+SRC_URI[sha256sum] = "5e89bc182a10d53c3e83efc6c3546de0fe5504d91c3dbc80d55cc64ddab5643a"
 
 SECTION = "x11/libs"
 DEPENDS = "intltool-native virtual/gettext"
 
-PR = "r0"
 
 EXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps"
 
-- 
1.7.9.5



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

* [PATCH 3/7] xdpyinfo: upgrade to 1.3.1
  2013-06-11 13:39 [PATCH 0/7] Package upgrades Laurentiu Palcu
  2013-06-11 13:39 ` [PATCH 1/7] xf86-input-synaptics: upgrade to 1.7.1 Laurentiu Palcu
  2013-06-11 13:39 ` [PATCH 2/7] xkeyboard-config: upgrade to 2.9 Laurentiu Palcu
@ 2013-06-11 13:39 ` Laurentiu Palcu
  2013-06-11 13:39 ` [PATCH 4/7] xf86-video-intel: upgrade to 2.21.9 Laurentiu Palcu
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Laurentiu Palcu @ 2013-06-11 13:39 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../{xdpyinfo_1.3.0.bb => xdpyinfo_1.3.1.bb}       |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-app/{xdpyinfo_1.3.0.bb => xdpyinfo_1.3.1.bb} (80%)

diff --git a/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.0.bb b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb
similarity index 80%
rename from meta/recipes-graphics/xorg-app/xdpyinfo_1.3.0.bb
rename to meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb
index e0b2442..c853926 100644
--- a/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.0.bb
+++ b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb
@@ -10,12 +10,11 @@ that are available."
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=f3d09e6b9e203a1af489e16c708f4fb3"
 DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxau"
-PR = "${INC_PR}.1"
 PE = "1"
 
 SRC_URI += "file://disable-xkb.patch"
 
-SRC_URI[md5sum] = "1ef08f4c8d0e669c2edd49e4a1bf650d"
-SRC_URI[sha256sum] = "23ee4944a32b5701b4379cb420729eb7a4dde54de2b5b006d4747855efd6d73f"
+SRC_URI[md5sum] = "cacc0733f16e4f2a97a5c430fcc4420e"
+SRC_URI[sha256sum] = "aef9285069a517ed870e5d8a02d13f7d8a953d7f7220146da563e04c7f128b94"
 
 EXTRA_OECONF = "--disable-xkb"
-- 
1.7.9.5



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

* [PATCH 4/7] xf86-video-intel: upgrade to 2.21.9
  2013-06-11 13:39 [PATCH 0/7] Package upgrades Laurentiu Palcu
                   ` (2 preceding siblings ...)
  2013-06-11 13:39 ` [PATCH 3/7] xdpyinfo: upgrade to 1.3.1 Laurentiu Palcu
@ 2013-06-11 13:39 ` Laurentiu Palcu
  2013-06-11 13:39 ` [PATCH 5/7] xwininfo: upgrade to 1.1.3 Laurentiu Palcu
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Laurentiu Palcu @ 2013-06-11 13:39 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 ...-intel_2.21.6.bb => xf86-video-intel_2.21.9.bb} |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.21.6.bb => xf86-video-intel_2.21.9.bb} (85%)

diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.6.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.9.bb
similarity index 85%
rename from meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.6.bb
rename to meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.9.bb
index 7e65f9f..6112089 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.6.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.9.bb
@@ -21,5 +21,5 @@ EXTRA_OECONF += '${@base_conditional( "ROOTLESS_X", "1", " --enable-kms-only", "
 
 COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
 
-SRC_URI[md5sum] = "a4f002f50b370fe550231c9b33e12399"
-SRC_URI[sha256sum] = "c3ef371e72544350c878d5373b2e7f49b8a0e253f9b63cb1ce2881180b45f8d9"
+SRC_URI[md5sum] = "fd96651b0d90dc7e977b23fd54f2c3e8"
+SRC_URI[sha256sum] = "1359cbc9e494a284faa52d1db83e7388cb8ab590b660e29e78e6e7f5ee7ff189"
-- 
1.7.9.5



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

* [PATCH 5/7] xwininfo: upgrade to 1.1.3
  2013-06-11 13:39 [PATCH 0/7] Package upgrades Laurentiu Palcu
                   ` (3 preceding siblings ...)
  2013-06-11 13:39 ` [PATCH 4/7] xf86-video-intel: upgrade to 2.21.9 Laurentiu Palcu
@ 2013-06-11 13:39 ` Laurentiu Palcu
  2013-06-11 13:39 ` [PATCH 6/7] libdrm: upgrade to 2.4.45 Laurentiu Palcu
  2013-06-11 13:39 ` [PATCH 7/7] libxt: upgrade to 1.1.4 Laurentiu Palcu
  6 siblings, 0 replies; 8+ messages in thread
From: Laurentiu Palcu @ 2013-06-11 13:39 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../{xwininfo_1.1.2.bb => xwininfo_1.1.3.bb}       |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-app/{xwininfo_1.1.2.bb => xwininfo_1.1.3.bb} (69%)

diff --git a/meta/recipes-graphics/xorg-app/xwininfo_1.1.2.bb b/meta/recipes-graphics/xorg-app/xwininfo_1.1.3.bb
similarity index 69%
rename from meta/recipes-graphics/xorg-app/xwininfo_1.1.2.bb
rename to meta/recipes-graphics/xorg-app/xwininfo_1.1.3.bb
index c033e2b..7a45241 100644
--- a/meta/recipes-graphics/xorg-app/xwininfo_1.1.2.bb
+++ b/meta/recipes-graphics/xorg-app/xwininfo_1.1.3.bb
@@ -9,8 +9,7 @@ and a number of other items."
 LIC_FILES_CHKSUM = "file://COPYING;md5=78976cd3115f6faf615accc4e094d90e"
 DEPENDS += "libxext libxmu"
 
-PR = "${INC_PR}.0"
 PE = "0"
 
-SRC_URI[md5sum] = "9e8b58c8aa6172e87ab4f9cf3612fedd"
-SRC_URI[sha256sum] = "8fa66c9ce02da257613fa428137ab9efc89c8f9939c074513dbc0f407dc9ac3a"
+SRC_URI[md5sum] = "b777bafb674555e48fd8437618270931"
+SRC_URI[sha256sum] = "218eb0ea95bd8de7903dfaa26423820c523ad1598be0751d2d8b6a2c23b23ff8"
-- 
1.7.9.5



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

* [PATCH 6/7] libdrm: upgrade to 2.4.45
  2013-06-11 13:39 [PATCH 0/7] Package upgrades Laurentiu Palcu
                   ` (4 preceding siblings ...)
  2013-06-11 13:39 ` [PATCH 5/7] xwininfo: upgrade to 1.1.3 Laurentiu Palcu
@ 2013-06-11 13:39 ` Laurentiu Palcu
  2013-06-11 13:39 ` [PATCH 7/7] libxt: upgrade to 1.1.4 Laurentiu Palcu
  6 siblings, 0 replies; 8+ messages in thread
From: Laurentiu Palcu @ 2013-06-11 13:39 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../drm/{libdrm_2.4.44.bb => libdrm_2.4.45.bb}     |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/drm/{libdrm_2.4.44.bb => libdrm_2.4.45.bb} (46%)

diff --git a/meta/recipes-graphics/drm/libdrm_2.4.44.bb b/meta/recipes-graphics/drm/libdrm_2.4.45.bb
similarity index 46%
rename from meta/recipes-graphics/drm/libdrm_2.4.44.bb
rename to meta/recipes-graphics/drm/libdrm_2.4.45.bb
index b016958..52e6f65 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.44.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.45.bb
@@ -3,6 +3,6 @@ require libdrm.inc
 SRC_URI += "file://installtests.patch \
             file://GNU_SOURCE_definition.patch \
            "
-SRC_URI[md5sum] = "b760b1f2ae4ec6452383164ec697cd5d"
-SRC_URI[sha256sum] = "42b45ad15bb1bc52630a4b37b7afcfaea27e01b3c0b4791ef25d0f7b2456f6a2"
+SRC_URI[md5sum] = "92ce56e7533a9b2fcb5c8f32d305328b"
+SRC_URI[sha256sum] = "3ef0a70c16080fb90c50e807b660b7353d82509c03647f6ecc00bbfa1caee208"
 
-- 
1.7.9.5



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

* [PATCH 7/7] libxt: upgrade to 1.1.4
  2013-06-11 13:39 [PATCH 0/7] Package upgrades Laurentiu Palcu
                   ` (5 preceding siblings ...)
  2013-06-11 13:39 ` [PATCH 6/7] libdrm: upgrade to 2.4.45 Laurentiu Palcu
@ 2013-06-11 13:39 ` Laurentiu Palcu
  6 siblings, 0 replies; 8+ messages in thread
From: Laurentiu Palcu @ 2013-06-11 13:39 UTC (permalink / raw)
  To: openembedded-core

The following fragment has been added at the end of the licence file:

Copyright (c) 1993, 1994  X Consortium

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Except as contained in this notice, the name of the X Consortium shall not
be used in advertising or otherwise to promote the sale, use or other
dealing in this Software without prior written authorization from the
X Consortium.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../xorg-lib/{libxt_1.1.3.bb => libxt_1.1.4.bb}    |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxt_1.1.3.bb => libxt_1.1.4.bb} (85%)

diff --git a/meta/recipes-graphics/xorg-lib/libxt_1.1.3.bb b/meta/recipes-graphics/xorg-lib/libxt_1.1.4.bb
similarity index 85%
rename from meta/recipes-graphics/xorg-lib/libxt_1.1.3.bb
rename to meta/recipes-graphics/xorg-lib/libxt_1.1.4.bb
index 8249e78..c3373f4 100644
--- a/meta/recipes-graphics/xorg-lib/libxt_1.1.3.bb
+++ b/meta/recipes-graphics/xorg-lib/libxt_1.1.4.bb
@@ -13,13 +13,12 @@ independent of any particular user interface policy or style."
 require xorg-lib-common.inc
 
 LICENSE = "MIT & MIT-style"
-LIC_FILES_CHKSUM = "file://COPYING;md5=3239170e81427c5948287df07691f03f"
+LIC_FILES_CHKSUM = "file://COPYING;md5=6565b1e0094ea1caae0971cc4035f343"
 
 
 DEPENDS += "util-linux libxcb libsm virtual/libx11 kbproto libxdmcp"
 PROVIDES = "xt"
 
-PR = "r0"
 PE = "1"
 
 XORG_PN = "libXt"
@@ -41,5 +40,5 @@ do_compile() {
 	oe_runmake
 }
 
-SRC_URI[md5sum] = "a6f137ae100e74ebe3b71eb4a38c40b3"
-SRC_URI[sha256sum] = "8db593c3fc5ffc4e9cd854ba50af1eac9b90d66521ba17802b8f1e0d2d7f05bd"
+SRC_URI[md5sum] = "03149823ae57bb02d0cec90d5b97d56c"
+SRC_URI[sha256sum] = "843a97a988f5654872682a4120486d987d853a71651515472f55519ffae2dd57"
-- 
1.7.9.5



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

end of thread, other threads:[~2013-06-11 13:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-11 13:39 [PATCH 0/7] Package upgrades Laurentiu Palcu
2013-06-11 13:39 ` [PATCH 1/7] xf86-input-synaptics: upgrade to 1.7.1 Laurentiu Palcu
2013-06-11 13:39 ` [PATCH 2/7] xkeyboard-config: upgrade to 2.9 Laurentiu Palcu
2013-06-11 13:39 ` [PATCH 3/7] xdpyinfo: upgrade to 1.3.1 Laurentiu Palcu
2013-06-11 13:39 ` [PATCH 4/7] xf86-video-intel: upgrade to 2.21.9 Laurentiu Palcu
2013-06-11 13:39 ` [PATCH 5/7] xwininfo: upgrade to 1.1.3 Laurentiu Palcu
2013-06-11 13:39 ` [PATCH 6/7] libdrm: upgrade to 2.4.45 Laurentiu Palcu
2013-06-11 13:39 ` [PATCH 7/7] libxt: upgrade to 1.1.4 Laurentiu Palcu

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.