Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: /
Date: Sat, 11 Sep 2021 14:09:51
Message-Id: 1631369321.c38b35cb2b5c8b1a60b5cfd61749ec3b7268218b.floppym@gentoo
1 commit: c38b35cb2b5c8b1a60b5cfd61749ec3b7268218b
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 11 14:08:41 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 11 14:08:41 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=c38b35cb
7
8 Use signed tags
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11
12 Makefile | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/Makefile b/Makefile
16 index 6ffdd86..8e170fd 100644
17 --- a/Makefile
18 +++ b/Makefile
19 @@ -40,7 +40,7 @@ uninstall-file-%: $(subst _,/,$*)
20 [ ! -f "$(PREFIX)/$(subst _,/,$*)" ] || rm "$(PREFIX)/$(subst _,/,$*)"
21
22 tag:
23 - git tag $(distpkg)
24 + git tag -s $(distpkg)
25 @echo "tag created, remember to push it"
26
27 clean: