Ignore:
Timestamp:
2014-09-17T18:06:46+12:00 (10 years ago)
Author:
ak19
Message:

Realised that the release-kit needed to be modified if the ext/solr/bin/script perl scripts are to be executable in the GS3 binary. Previously had committed the permissions to svn via the svnexecutable property, but this did not propagate into the binary, whereas the installer already has code to chmod the scripts in gs2build/bin/script and other places.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk3/installer/build.xml

    r29294 r29296  
    9898        <chmod dir="${installDir}/bin/script" includes="*" perm="775"/>
    9999        <chmod dir="${installDir}/bin" includes="*" perm="775"/>
     100        <chmod dir="${installDir}/ext/solr/bin/script" includes="*" perm="775"/>
    100101        <!-- if linux -->
    101102        <chmod dir="${installDir}/gs2build/bin/linux" includes="*" perm="775"/>
Note: See TracChangeset for help on using the changeset viewer.