summaryrefslogtreecommitdiff
path: root/packaging/utils/recan
blob: eaaf9436a23868f31e1dc789e51f1c38a2c73168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh
# recan release
# run in a working directory to recan contents of same where necessary

PATH=/bin:/usr/bin ; export PATH
umask 022

. ~freeswan/setup

case $# in
0)	echo "Usage: $0 release [file] ..." >&2 ; exit 2	;;
esac

tag="R`echo $1 | tr '.' '_'`"
shift

cvs tag -F -D now $tag $*