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

File:
1 edited

Legend:

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

    r17898 r17956  
    1818
    1919        <antcall target="prepare-sourcecode-component" />
    20 
    21         <antcall target="prepare-source-release" />
    2220    </target>
    2321
     
    2826        <antcall target="compress-imagemagick-component" />
    2927
    30         <!--<antcall target="compress-sourcecode-component" />-->
     28        <antcall target="compress-zipped-binary-release" /> <!-- from init -->
    3129
    32         <antcall target="compress-source-release" />
    3330    </target>
    3431
     
    8582                </fileset>
    8683        </copy>
    87                
    88         <zip destfile="components/Greenstone-${version}-linux-sourcecode.zip"  basedir="components/tmp/sourcecode" compress="true"/>
     84
     85        <mkdir dir="products"/>
     86        <tar destfile="products/Greenstone-${version}-${os.suffix}-sourcecode-component.tar.gz" basedir="components/tmp/sourcecode" compress="true"/>
     87
    8988    </target>
    9089       
     
    150149    </target>
    151150
    152     <target name="compress-source-release">
    153         <sevenzip task="encode" input="components/source-release.comp" output="components/source-release.lzma" dictionnary="26"/>
    154     </target>
    155 
    156151
    157152</project>
Note: See TracChangeset for help on using the changeset viewer.