sahara-image-elements/elements/extjs
Luigi Toscano 8cdff5d71f Update the links to artifacts (removing sahara-files too)
The canonical location for the artifacts going on is
tarballs.openstack.org/sahara-extra/, so fix the link to use that
and also use https.

Moreover, since the last tarball required for building images
is available on tarballs.openstack.org, remove the last references
to sahara-files for artifacts and documentation
(the new location was used already for a while in few places).
there are still few references to sahara-files,
but they are all about CentOS6 which is no more supported
by diskimage-builder, and should be removed separately.

Change-Id: Iab5a4d50a0abc6ab278837b6a9efd5e30f31c44a
2018-02-27 12:14:09 +01:00
..
install.d Update the links to artifacts (removing sahara-files too) 2018-02-27 12:14:09 +01:00
root.d Update the links to artifacts (removing sahara-files too) 2018-02-27 12:14:09 +01:00
README.rst Update the links to artifacts (removing sahara-files too) 2018-02-27 12:14:09 +01:00
element-deps New extjs element 2015-04-07 15:18:03 +02:00
package-installs.yaml New extjs element 2015-04-07 15:18:03 +02:00

README.rst

extjs

This element downloads extjs from its website, caching it so it is not downloaded every time, and optionally unpacking it.

Environment Variables

The element can be configured by exporting variables using a environment.d script.

EXTJS_DESTINATION_DIR
Required

Yes

Description

The directory where to extract (or copy) extjs; must be an absolute directory within the image. The directory is created if not existing already.

Example

EXTJS_DESTINATION_DIR=/usr/share/someapp

EXTJS_DOWNLOAD_URL
Required

No

Default

https://tarballs.openstack.org/sahara-extra/dist/common-artifacts/ext-2.2.zip

Description

The URL from where to download extjs.

EXTJS_NO_UNPACK
Required

No

Default

unset

Description

If set to 1, then the extjs tarball is simply copied to the location specified by EXTJS_DESTINATION_DIR.