Changeset 17956 for release-kits/mark3


Ignore:
Timestamp:
2008-11-27T17:49:28+13:00 (15 years ago)
Author:
oranfry
Message:

dont try to create the source distibution anymore as that is done by sork

Location:
release-kits/mark3/ant-scripts
Files:
2 edited

Legend:

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

    r17898 r17956  
    2020        <antcall target="prepare-sourcecode-component" />
    2121
    22         <antcall target="prepare-source-release" />
    2322    </target>
    2423
     
    3029        <antcall target="compress-ghostscript-component" />
    3130
    32         <!--<antcall target="compress-sourcecode-component" />-->
     31        <antcall target="compress-zipped-binary-release" /> <!-- from init -->
    3332
    34         <antcall target="compress-source-release" />
    3533    </target>
    3634
     
    9391        </copy>
    9492               
    95         <zip destfile="components/sourcecode.comp" basedir="components/tmp/sourcecode" compress="false" />
    96         <zip destfile="components/Greenstone-${version}-MacOS-${processor}-sourcecode.zip" basedir="components/tmp/sourcecode" compress="true"/>
     93        <mkdir dir="products"/>
     94        <tar destfile="products/Greenstone-${version}-${os.suffix}-sourcecode-component.tar.gz" basedir="components/tmp/sourcecode" compress="true"/>
    9795    </target>
    9896       
     
    177175    </target>
    178176
    179     <target name="compress-source-release">
    180         <sevenzip task="encode" input="components/source-release.comp" output="components/source-release.lzma" dictionnary="26"/>
    181     </target>
    182 
    183177</project>
  • release-kits/mark3/ant-scripts/create-distribution.xml

    r17898 r17956  
    1010        <antcall target="insert-user-manual"/>
    1111        <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> <!-- from rk3-targets -->
    12 
    13         <antcall target="copy-web-to-source" /> <!-- from init -->
    1412
    1513        <ant target="create-distribution-1" antfile="${mark3.home}/ant-scripts/operations-on-gs3home.xml" dir="distributions/web" inheritAll="false">
Note: See TracChangeset for help on using the changeset viewer.