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/mark2/ant-scripts/create-components.xml

    r17721 r17786  
    1313    <target name="prepare-components">
    1414        <antcall target="prepare-core-component" />
    15         <antcall target="prepare-sourcecode-component" />
    16         <antcall target="prepare-sourcecode-core-component" />
    1715        <antcall target="prepare-imagemagick-component" />
    1816        <antcall target="prepare-ghostscript-component" />
     17
     18        <!--<antcall target="prepare-sourcecode-component" />-->
    1919    </target>
    2020   
    2121    <target name="compress-components">
    2222        <antcall target="compress-core-component" />
    23         <antcall target="compress-sourcecode-component" />
    24         <antcall target="compress-sourcecode-core-component" />
    2523        <antcall target="compress-imagemagick-component" />
    2624        <antcall target="compress-ghostscript-component" />
     25
     26        <!--<antcall target="compress-sourcecode-component" />-->
    2727    </target>
    2828
     
    6767    <target name="compress-core-component">
    6868        <sevenzip task="encode" input="components/core.comp" output="components/core.lzma" dictionnary="26"/>
    69     </target>
    70 
    71     <!-- sourcecode core -->
    72     <target name="prepare-sourcecode-core-component">
    73         <delete dir="components/tmp/sourcecode-core"/>
    74         <mkdir dir="components/tmp/sourcecode-core"/>
    75 
    76         <copy todir="components/tmp/sourcecode-core" overwrite="true">
    77             <fileset dir="distributions/source">
    78                 <include name="macros/**/*"/>
    79                 <include name="images/**/*"/>
    80                 <include name="etc/**/*"/>
    81                 <include name="gli/**/*"/>
    82                 <include name="collect/**/*"/>
    83                 <include name="doc/**/*"/>
    84                 <include name="setup.bash"/>
    85             </fileset>
    86         </copy>
    87         <zip destfile="components/sourcecode-core.comp" basedir="components/tmp/sourcecode-core" compress="false" includes="**/*"/>
    88     </target>
    89    
    90     <target name="compress-sourcecode-core-component">
    91         <sevenzip task="encode" input="components/sourcecode-core.comp" output="components/sourcecode-core.lzma" dictionnary="26"/>
    9269    </target>
    9370
Note: See TracChangeset for help on using the changeset viewer.