Changeset 37381


Ignore:
Timestamp:
2023-03-01T18:52:27+13:00 (14 months ago)
Author:
anupama
Message:

Committing some local Mac customisations found on Chal ky machine that are mac-specific or general testing targets that don't get called. So it should not affect any other OS release-kit.

Location:
main/trunk/release-kits/shared
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/shared/core/ant-scripts/shared.xml

    r37345 r37381  
    7474
    7575        <!-- the extra space for the dmg image in KB (mac wrapper) -->
    76             <property name="dmg.overhead" value="8192"/>
     76            <property name="dmg.overhead" value="12288"/>
    7777
    7878        <!-- current date and time -->
  • main/trunk/release-kits/shared/core/ant-scripts/wrap.xml

    r30131 r37381  
    181181            <exec executable="cp"><arg line="-r wrapped-installer/Greenstone${version}${version-extra}.app /Volumes/${dmg.name}"/></exec>
    182182            <!-- unmount it-->
    183             <exec executable="hdiutil" failonerror="true"><arg line="detach /Volumes/${dmg.name}"/></exec>
     183            <!-- <exec executable="hdiutil" failonerror="true"><arg line="detach /Volumes/${dmg.name}"/></exec> -->
     184            <exec executable="hdiutil" failonerror="false"><arg line="detach /Volumes/${dmg.name}"/></exec>
     185           
    184186        </if></else></if></else></if>
    185187
  • main/trunk/release-kits/shared/greenstone3/ant-scripts/greenstone3-shared.xml

    r32780 r37381  
    6565    </target>
    6666
     67    <target name="test-forward-properties">
     68      <echoproperties/>
     69    </target>
     70
    6771    <target name="persist-forwarded-properties">
    6872        <echoproperties prefix="forward." destfile="${greenstone3basedir}/forward.properties"/>
Note: See TracChangeset for help on using the changeset viewer.