mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -06:00
75eee33ed9
One can specify module ids provided by other means (already built layer file) in providedMids array of build profile file's package section. Builder then ignores dependency errors for specified modules. This allows to build layers without source codes of their dependencies, with no expected errors raised. Example: packages:[ { name: "freeipa", location: "freeipa", providedMids: [ 'dojo/_base/declare', 'dojo/_base/lang', 'dojo/_base/array', 'dojo/Stateful' //etc ] } ], |
||
---|---|---|
.. | ||
_base | ||
patches | ||
build.js | ||
LICENSE | ||
README |
build.js is builded dojo builder, with applied patches from 'patches' folder, by itself and compiled using uglify.js _base/configRhino.js is unmodifed file from dojo/dojo. Required for a build to work. = DOJO builder copyright notice = Copyright (c) 2004-2012, The Dojo Foundation All Rights Reserved. Available via Academic Free License >= 2.1 OR the modified BSD license. see: http://dojotoolkit.org/license for details = License = Full Dojo license is in LICENSE file.