blob: c43e2b5795f3aa39c45a80288cd8a4a527d0f2b7 [file] [log] [blame]
#!/bin/bash
set -e
set -x
. "${0%/*}/tegra-branches.sh.dot"
for branch in ${branches}; do
tag=tegra-${branch/\//-}
git tag -s $tag $branch
done