Ignore:
Timestamp:
2008-11-07T14:36:58+13:00 (15 years ago)
Author:
oranfry
Message:

shifted the responsibility for the source release to the linux release kit. Made the source release contain a single component with the core and sourcecode mixed together

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk2/ant-scripts/create-components.xml

    r17721 r17786  
    1515        <antcall target="prepare-imagemagick-component" />
    1616        <antcall target="prepare-ghostscript-component" />
    17         <antcall target="prepare-sourcecode-component" />
    18         <antcall target="prepare-sourcecode-core-component" />
     17        <!--<antcall target="prepare-sourcecode-component" />-->
    1918    </target>
    2019   
     
    2322        <antcall target="compress-imagemagick-component" />
    2423        <antcall target="compress-ghostscript-component" />
    25         <antcall target="compress-sourcecode-component" />
    26         <antcall target="compress-sourcecode-core-component" />
     24        <!--<antcall target="compress-sourcecode-component" />-->
    2725    </target>
    2826   
     
    125123    </target>
    126124
    127     <target name="prepare-sourcecode-core-component">
    128         <delete dir="components/tmp/sourcecode-core"/>
    129         <mkdir dir="components/tmp/sourcecode-core"/>
    130 
    131         <copy todir="components/tmp/sourcecode-core" overwrite="true">
    132             <fileset dir="distributions/source">
    133                 <include name="macros/**/*"/>
    134                 <include name="images/**/*"/>
    135                 <include name="etc/**/*"/>
    136                 <include name="gli/**/*"/>
    137                 <include name="collect/**/*"/>
    138                 <include name="doc/**/*"/>
    139                 <include name="setup.bash"/>
    140             </fileset>
    141         </copy>
    142         <zip destfile="components/sourcecode-core.comp" basedir="components/tmp/sourcecode-core" compress="false" includes="**/*"/>
    143     </target>
    144    
    145     <target name="compress-sourcecode-core-component">
    146         <!--<sevenzip task="encode" input="components/sourcecode-core.comp" output="components/sourcecode-core.lzma" dictionnary="26"/>-->
    147         <exec executable="7z.exe" dir="components"><arg line="a -t7z -mx=9 sourcecode-core.lzma sourcecode-core.comp"/></exec>
    148     </target>
    149 
    150    
    151    
    152125</project>
Note: See TracChangeset for help on using the changeset viewer.