Changeset 5afddc in git
- Timestamp:
- Apr 14, 2016, 10:03:43 AM (7 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- f8e5b1fc594cf54ecdf3634bd7d77c33efc028c3
- Parents:
- 8c704b267728655dd3f781f2ad1ff546f7b25a1d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
make_tar.sh
r8c704b r5afddc 1 1 #!/bin/sh 2 TARVERSION=4.0.3p1 2 3 VERSION=4.0.3 3 export VERSION 4 export VERSION TARVERSION 4 5 5 6 git archive --prefix=singular-$VERSION/ HEAD |tar xf - … … 31 32 cp redhat/singular.spec singular-$VERSION/redhat/singular.spec 32 33 cp /tmp/wawa-i/share/singular/LIB/all.lib singular-$VERSION/Singular/LIB/. 33 tar cf singular-$ VERSION.tar singular-$VERSION34 gzip -9 -f singular-$ VERSION.tar34 tar cf singular-$TARVERSION.tar singular-$VERSION 35 gzip -9 -f singular-$TARVERSION.tar 35 36 command rm -rf singular-$VERSION
Note: See TracChangeset
for help on using the changeset viewer.