shanks / freeipa

Forked from freeipa 5 years ago
Clone

19c3f17 Update Dojo and Dojo builder to 1.13.0

2 files Authored by pvoborni 5 years ago, Committed by cheimes 5 years ago,
    Update Dojo and Dojo builder to 1.13.0
    
    This is a result of the previous commits. Building the Dojo builder
    was bit more complex as it was:
    1. patched Dojo sources
    2. built from Dojo builder sources.
    3. moved to it's location in FreeIPA project
    4. built by util/make-builder.sh (does minimazation and replaces
       itself)
    
    Then Dojo layer is built by just:
    1. util/make-dojo.sh
    
    This process was documented some time ago at:
    
    https://www.freeipa.org/page/V3/WebUI_build
    
    Reviewed-By: Armando Neto <abiagion@redhat.com>