blob: 557195c682298a3583e5c4759a88ed6b20189382 [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