Changeset 17956 for release-kits/lirk2


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/lirk2/ant-scripts
Files:
2 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>
  • release-kits/lirk2/ant-scripts/create-distribution.xml

    r17898 r17956  
    1111        <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> <!-- from rk2-targets -->
    1212        <antcall target="drop-in-demo-collection" />
    13         <antcall target="insert-export-to-cd-package"/> <!-- from rk2-targets -->
     13        <antcall target="insert-export-to-cd-package"><param name="gsdl.home" value="distributions/web"/><!-- from rk2-targets -->
    1414        <antcall target="remove-unneeded-files-1" />
    15 
    16         <antcall target="copy-web-to-source" /> <!-- from init -->
    1715
    1816        <antcall target="drop-in-binaries" />
     
    5351        <rsr file="${basedir}/distributions/web/READMEen.txt" pattern="^(Date\s*)(.*)" replacement="$1${month.default} ${current.year}" />
    5452        <rsr file="${basedir}/distributions/web/READMEen.txt" pattern="^(Version\s*)(.*)" replacement="$1${version}" />
    55 
    56         <!-- Support.htm -->
    57         <rsr file="${basedir}/distributions/web/Support.htm" pattern="^(\s*Greenstone Digital Library version: ).*(&lt;br&gt;.*)" replacement="$1${version}$2"/>
    58         <rsr file="${basedir}/distributions/web/Support.htm" pattern="^(\s*&lt;input.* name=&quot;gsdl version&quot;.* value=&quot;).*(&quot;.*&gt;)" replacement="$1${version}$2"/>
    5953
    6054    </target>
Note: See TracChangeset for help on using the changeset viewer.