diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2022-04-22 20:38:42 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2022-04-22 20:38:42 +0000 |
| commit | 92bfae0e6bd53a7a0d6fe55e70a916d86cf26e8b (patch) | |
| tree | 828b95ad1678fa77d031cacbcd79fa2c311baf25 | |
| parent | 2061c94e6fd9d9383421ab205d39ac92b46b149f (diff) | |
Add -m to post.sh
| -rwxr-xr-x | import.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import.sh b/import.sh index 08f352609fe8..a233cba9c9cc 100755 --- a/import.sh +++ b/import.sh @@ -84,7 +84,7 @@ if [ -z "$ECHO" ]; then test -s $TF.rm && xargs rm -f < $TF.rm $GIT add -A $GIT diff --staged | tee $SB/tmp/bmake-import.diff - { echo "$GIT tag -a vendor/NetBSD/bmake/$VERSION" + { echo "$GIT tag -a -m \"Tag bmake/$VERSION\" vendor/NetBSD/bmake/$VERSION" echo "echo \"When ready do: $GIT push --follow-tags\"" } > $SB/tmp/bmake-post.sh echo "After you commit, run $SB/tmp/bmake-post.sh" |
