Ignore:
Timestamp:
2020-12-16T22:23:01+13:00 (3 years ago)
Author:
anupama
Message:
  1. rk2 related changes to finally work with changeover from http to https for greenstone.org. Related to previous release-kits changes from today (most of 34603 to 34609, though one or two are related to IsisGdl). 2. mojave's compile.xml further also specifically wgets the IsisGdl.mac64mojave binary for now, so that all OS release-kits are known to still work as before, and the Mac GS2 caveat and GS3.10 release binaries' IsisGdl have now also been tested to work after creating and installing them.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk2/ant-scripts/compile.xml

    r34570 r34610  
    548548        <if><bool><or><equals arg1="${rk.os}" arg2="mac"/><equals arg1="${rk.os}" arg2="linux"/></or></bool>
    549549            <mkdir dir="compiled/bin/windows"/>
    550             <get src="${server.exe.location}" dest="compiled/bin/windows/server.exe"/>
     550            <!--<get src="${server.exe.location}" dest="compiled/bin/windows/server.exe"/>-->
     551            <exec executable="wget" failonerror="true">
     552              <arg value="-P"/>
     553              <arg value="compiled/bin/windows"/>
     554              <arg value="--no-check-certificate"/>
     555              <arg value="${server.exe.location}"/>
     556            </exec>
     557            <move file="compiled/bin/windows/latest-server.exe"
     558                  tofile="distributions/${dist.name}/bin/windows/server.exe"/>
    551559
    552560            <if><bool><equals arg1="${post.2.83.version}" arg2="true"/></bool>
Note: See TracChangeset for help on using the changeset viewer.