Changeset 17964


Ignore:
Timestamp:
2008-11-28T12:50:12+13:00 (15 years ago)
Author:
oranfry
Message:

fixes to calls to the tar task

Location:
release-kits
Files:
4 edited

Legend:

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

    r17956 r17964  
    7272               
    7373        <mkdir dir="products"/>
    74         <tar destfile="products/Greenstone-${version}-${os.suffix}-sourcecode-component.tar.gz" basedir="components/tmp/sourcecode" compress="true"/>
     74        <tar destfile="products/Greenstone-${version}-${os.suffix}-sourcecode-component.tar.gz" basedir="components/tmp/sourcecode" compression="gzip" longfile="gnu"/>
    7575
    7676    </target>
  • release-kits/lirk3/ant-scripts/create-components.xml

    r17956 r17964  
    8484
    8585        <mkdir dir="products"/>
    86         <tar destfile="products/Greenstone-${version}-${os.suffix}-sourcecode-component.tar.gz" basedir="components/tmp/sourcecode" compress="true"/>
     86        <tar destfile="products/Greenstone-${version}-${os.suffix}-sourcecode-component.tar.gz" basedir="components/tmp/sourcecode" compression="gzip" longfile="gnu"/>
    8787
    8888    </target>
  • release-kits/mark2/ant-scripts/create-components.xml

    r17956 r17964  
    8585               
    8686        <mkdir dir="products"/>
    87         <tar destfile="products/Greenstone-${version}-${os.suffix}-sourcecode-component.tar.gz" basedir="components/tmp/sourcecode" compress="true"/>
     87        <tar destfile="products/Greenstone-${version}-${os.suffix}-sourcecode-component.tar.gz" basedir="components/tmp/sourcecode" compression="gzip" longfile="gnu"/>
    8888    </target>
    8989
  • release-kits/mark3/ant-scripts/create-components.xml

    r17956 r17964  
    9292               
    9393        <mkdir dir="products"/>
    94         <tar destfile="products/Greenstone-${version}-${os.suffix}-sourcecode-component.tar.gz" basedir="components/tmp/sourcecode" compress="true"/>
     94        <tar destfile="products/Greenstone-${version}-${os.suffix}-sourcecode-component.tar.gz" basedir="components/tmp/sourcecode" compression="gzip" longfile="gnu"/>
    9595    </target>
    9696       
Note: See TracChangeset for help on using the changeset viewer.