summaryrefslogtreecommitdiffstats
path: root/install/ui/util/build.sh
Commit message (Collapse)AuthorAgeFilesLines
* Increase stack size for Web UI builderPetr Vobornik2013-12-131-2/+3
| | | | | | | | | Web UI build fails on some architectures or configuration due to StackOverflow. This patch increases the stack size to solve it. 512k is usually enough but we encountered fail on ppc64 even with 2m, therefore the 8m. The build is single threaded so it shouldn't waste much memory.
* Dojo BuilderPetr Vobornik2013-01-181-0/+35
Added support for Dojo builder. * Includes built builder and patches required to build the builder. * _base/configRhino.js is required by the builder to run under rhino. * added utility scripts for running the builder * build.sh * clean.sh * compile.sh * make-builder.sh * prepare-dojo.sh https://fedorahosted.org/freeipa/ticket/112