Changeset 17956 for release-kits/mark2


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/mark2/ant-scripts
Files:
2 edited

Legend:

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

    r17814 r17956  
    1818        <antcall target="prepare-sourcecode-component" />
    1919
    20         <antcall target="prepare-source-release" />
    2120    </target>
    2221   
     
    2625        <antcall target="compress-ghostscript-component" />
    2726
    28         <!--<antcall target="compress-sourcecode-component" />-->
    29 
    30         <antcall target="compress-source-release" />
     27        <antcall target="compress-zipped-binary-release" /> <!-- from init -->
    3128    </target>
    3229
     
    8784        </copy>
    8885               
    89         <zip destfile="components/sourcecode.comp" basedir="components/tmp/sourcecode" compress="false" />
    90         <zip destfile="components/Greenstone-${version}-MacOS-${processor}-sourcecode.zip" basedir="components/tmp/sourcecode" compress="true"/>
     86        <mkdir dir="products"/>
     87        <tar destfile="products/Greenstone-${version}-${os.suffix}-sourcecode-component.tar.gz" basedir="components/tmp/sourcecode" compress="true"/>
    9188    </target>
    9289
     
    133130    </target>
    134131
    135     <target name="compress-source-release">
    136         <sevenzip task="encode" input="components/source-release.comp" output="components/source-release.lzma" dictionnary="26"/>
    137     </target>
    138 
    139 
    140132</project>
  • release-kits/mark2/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="remove-unneeded-files-1" />
    13 
    14         <antcall target="copy-web-to-source" /> <!-- from init -->
    1513
    1614        <antcall target="drop-in-binaries" />
     
    107105        <rsr file="${basedir}/distributions/web/READMEen.txt" pattern="^(Version\s*)(.*)" replacement="$1${version}" />
    108106
    109         <!-- Support.htm -->
    110         <rsr file="${basedir}/distributions/web/Support.htm" pattern="^(\s*Greenstone Digital Library version: ).*(&lt;br&gt;.*)" replacement="$1${version}$2"/>
    111         <rsr file="${basedir}/distributions/web/Support.htm" pattern="^(\s*&lt;input.* name=&quot;gsdl version&quot;.* value=&quot;).*(&quot;.*&gt;)" replacement="$1${version}$2"/>
    112 
    113107    </target>
    114108
Note: See TracChangeset for help on using the changeset viewer.