sahara-image-elements/elements/extjs
Pino Toscano cea2cb1850 Fix extjs.zip download URL
Switch to a different URL, found here [1], which works and point to the
same ext-2.2.zip as used so far.

[1] https://issues.cloudera.org/browse/DISTRO-476

Change-Id: I4a74c0d4d870683c4e4cc311736cd74349563fab
Closes-Bug: #1444348
(cherry picked from commit 2d7defcaca)
2015-04-17 17:16:28 +02:00
..
install.d Fix extjs.zip download URL 2015-04-17 17:16:28 +02:00
root.d Fix extjs.zip download URL 2015-04-17 17:16:28 +02:00
README.rst Fix extjs.zip download URL 2015-04-17 17:16:28 +02: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.

Configuration

The element can be configured by exporting variables using a environment.d script; variables with * are mandatory:

  • EXTJS_DESTINATION_DIR *

    The directory where to extract (or copy) extjs. Mandatory, must be an absolute directory within the image, e.g. /usr/share/someapp. The directory is created if not existing already.

  • EXTJS_DOWNLOAD_URL

    The URL from where to download extjs. Defaults to http://dev.sencha.com/deploy/ext-2.2.zip.

  • EXTJS_NO_UNPACK

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