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

    r17811 r17956  
    1717        <antcall target="prepare-sourcecode-component" />
    1818
    19         <antcall target="prepare-source-release" />
    2019    </target>
    2120
     
    2423        <antcall target="compress-imagemagick-component" />
    2524
    26         <!--<antcall target="compress-sourcecode-component" />-->
    27 
    28         <antcall target="compress-source-release" />
     25        <antcall target="compress-zipped-binary-release" /> <!-- from init -->
    2926    </target>
    3027
     
    7471        </copy>
    7572               
    76         <zip destfile="components/Greenstone-${version}-linux-sourcecode.zip"  basedir="components/tmp/sourcecode" compress="true"/>
     73        <mkdir dir="products"/>
     74        <tar destfile="products/Greenstone-${version}-${os.suffix}-sourcecode-component.tar.gz" basedir="components/tmp/sourcecode" compress="true"/>
     75
    7776    </target>
    7877       
     
    10099    </target>
    101100
    102     <target name="compress-source-release">
    103         <sevenzip task="encode" input="components/source-release.comp" output="components/source-release.lzma" dictionnary="26"/>
    104     </target>
    105 
    106 
    107101</project>
Note: See TracChangeset for help on using the changeset viewer.