head 1.3; access; symbols RELEASE_1_8_1:1.3 RELEASE_1_8_0:1.3 RELEASE_1_7_0:1.3 RELEASE_1_6_3:1.3 RELEASE_1_6_2:1.3 RELEASE_1_6_1:1.3 RELEASE_1_6_0:1.2 RELEASE_1_5_1:1.1 RELEASE_1_5_0:1.1 RELEASE_1_4_1:1.1; locks; strict; comment @# @; 1.3 date 2008.04.11.12.47.14; author kou; state Exp; branches; next 1.2; commitid jFp5sQzyomWrSGYs; 1.2 date 2008.01.11.13.27.42; author kou; state Exp; branches; next 1.1; commitid KN4ZQVrtPn1G10Ns; 1.1 date 2007.03.06.13.01.47; author kou; state Exp; branches; next ; desc @@ 1.3 log @* dist.sh: include documents. @ text @#!/bin/sh if [ $# = 0 ]; then echo "usage: $0 VERSION" echo "e.g. $0 1.6.0" exit fi VERSION=$1 TAG=RELEASE_`echo $VERSION | sed -e 's/\./_/g'` dest=annarchy.freedesktop.org:/srv/cairo.freedesktop.org/www/releases/ base=rcairo-$VERSION tgz=$base.tar.gz cvs tag $TAG mkdir -p tmp cvs export -r $TAG -d tmp/$base rcairo cp -rp doc tmp/$base/ tar cvfz $tgz -C tmp $base md5sum $tgz > $tgz.md5 sha1sum $tgz > $tgz.sha1 rm -rf tmp scp $tgz $tgz.md5 $tgz.sha1 $dest @ 1.2 log @* dist.sh: updated update host. @ text @d21 1 @ 1.1 log @* dist.sh: added release script. @ text @d12 1 a12 1 dest=gabe.freedesktop.org:/home/srv/cairo.freedesktop.org/www/releases/ @