Lines Matching refs:tag
6 tag=$2
8 tag=`awk '/IPERF_VERSION / {
13 dirname=`echo "$tag $proj" | awk '{
19 echo tag $tag
24 git tag -s -m "tagging $tag" "$tag"
31 git archive --format=tar --prefix "${dirname}/" "${tag}" | gzip -9 > "${tarball}"
46 $0: tag|tar
48 tag -- create a tag
49 tar -- create a tarball from a tag
53 ./$0 tag
56 An optional argument may be specified to both the tag and tar
57 subcommands to explicitly specify a tag string. If not specified, the
64 tag) do_tag ;;