Changeset 5afddc in git


Ignore:
Timestamp:
Apr 14, 2016, 10:03:43 AM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
f8e5b1fc594cf54ecdf3634bd7d77c33efc028c3
Parents:
8c704b267728655dd3f781f2ad1ff546f7b25a1d
Message:
make_tar.sh: VERSION?TARVERSION
File:
1 edited

Legend:

Unmodified
Added
Removed
  • make_tar.sh

    r8c704b r5afddc  
    11#!/bin/sh
     2TARVERSION=4.0.3p1
    23VERSION=4.0.3
    3 export VERSION
     4export VERSION TARVERSION
    45
    56git archive --prefix=singular-$VERSION/ HEAD |tar xf -
     
    3132cp redhat/singular.spec singular-$VERSION/redhat/singular.spec
    3233cp /tmp/wawa-i/share/singular/LIB/all.lib  singular-$VERSION/Singular/LIB/.
    33 tar cf singular-$VERSION.tar singular-$VERSION
    34 gzip -9 -f singular-$VERSION.tar
     34tar cf singular-$TARVERSION.tar singular-$VERSION
     35gzip -9 -f singular-$TARVERSION.tar
    3536command rm -rf singular-$VERSION
Note: See TracChangeset for help on using the changeset viewer.