Changeset 2570f08 in git
- Timestamp:
- Jul 7, 2020, 12:51:55 PM (3 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 249d818e57a3c49f4e561e2a5fe38db7dbc9f2c0
- Parents:
- 94479b06ea30b1f20ba9a730ece0083db571e984
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
make_tar.sh
r94479b r2570f08 1 1 #!/bin/sh 2 # Hannes helper to build tar files for the ftp server: 3 # to be called: bash make_tar.sh 4 2 5 TARVERSION=4.1.3p2 3 6 VERSION=4.1.3 4 export VERSION TARVERSION 7 INSTALL_DIT=/tmp2/wawa-i 8 BUILD_DIR=/tmp2/wawa 9 export VERSION TARVERSION INSTALL_DIR BUILD_DIR 5 10 6 11 git archive --prefix=singular-$VERSION/ HEAD |tar xf - … … 30 35 command rm singular-$VERSION/factory/ConwayList.txt 31 36 command rm -rf singular-$VERSION/logo singular-$VERSION/standalone.test singular-$VERSION/templates singular-$VERSION/tests 32 cp redhat/singular.spec singular-$VERSION/redhat/singular.spec33 cp /tmp2/wawa-i/share/singular/LIB/all.lib singular-$VERSION/Singular/LIB/.37 cp $BUILD_DIR/redhat/singular.spec singular-$VERSION/redhat/singular.spec 38 cp $INSTALL_DIR/share/singular/LIB/all.lib singular-$VERSION/Singular/LIB/. 34 39 tar cf singular-$TARVERSION.tar singular-$VERSION 35 40 gzip -9 -f singular-$TARVERSION.tar
Note: See TracChangeset
for help on using the changeset viewer.