Changeset 978443 in git for make_tar.sh


Ignore:
Timestamp:
Jan 12, 2016, 3:33:02 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
b88f822003c09ea51d3696e3f2c779058481afc5
Parents:
a50991a37f71841fab5f2872e18f82a2867dc656
Message:
version 4.0.3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • make_tar.sh

    ra50991a r978443  
    11#!/bin/sh
    2 VERSION=4.0.2p3
     2VERSION=4.0.3
    33export VERSION
    44
     
    2929command rm -rf singular-$VERSION/logo  singular-$VERSION/standalone.test  singular-$VERSION/templates  singular-$VERSION/tests
    3030cp redhat/singular.spec singular-$VERSION/redhat/singular.spec
     31cp /tmp/wawa-i/share/singular/LIB/all.lib  singular-$VERSION/Singular/LIB/.
    3132tar cf singular-$VERSION.tar singular-$VERSION
    3233gzip -9 -f singular-$VERSION.tar
Note: See TracChangeset for help on using the changeset viewer.