Changeset 37671


Ignore:
Timestamp:
2023-04-17T19:24:48+12:00 (12 months ago)
Author:
anupama
Message:

Needed to add 1Mb to the dmg overhead (following our internal wiki instructions), so that the mac wrapper has enough space during the wrapper stage. The Mac dmg is now back to being generated. The linux installer uses wrapper.cpp which has the -textonly and -extract commands. The Mac installer (dmg's .app) uses a custom greenstone script which does not use the linux wrapper.cpp code. However, the VM is text-only so triggers a textonly mode somehow, which is why we see the GS installer's textonly menu anyway.

File:
1 edited

Legend:

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

    r37381 r37671  
    7474
    7575        <!-- the extra space for the dmg image in KB (mac wrapper) -->
    76             <property name="dmg.overhead" value="12288"/>
     76            <property name="dmg.overhead" value="16384"/> <!--12288-->
    7777
    7878        <!-- current date and time -->
Note: See TracChangeset for help on using the changeset viewer.