Skip to content
  • jcfr's avatar
    ENH: DriverScript: Support setting Slicer_RELEASE_TYPE using partial word · b5f7bda6
    jcfr authored
    This helps configuring script for windows machine where the folders are epected
    to be short due to the infamous Max Path Length Limitation.
    
    This means, the following are equivalent but lead to creation of different
    directory:
    
    dashboard_set(Slicer_RELEASE_TYPE   "Experimental") -> Create <DASHBOARDS_DIR>/Experimental
    dashboard_set(Slicer_RELEASE_TYPE   "Exper")        -> Create <DASHBOARDS_DIR>/Exper
    dashboard_set(Slicer_RELEASE_TYPE   "E")            -> Create <DASHBOARDS_DIR>/E
    
    git-svn-id: http://svn.slicer.org/Slicer4/trunk@27076 3bd1e089-480b-0410-8dfb-8563597acbee
    b5f7bda6