diff options
author | Mike Gilbert <floppym@gentoo.org> | 2021-09-11 10:08:41 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-09-11 10:08:41 -0400 |
commit | c38b35cb2b5c8b1a60b5cfd61749ec3b7268218b (patch) | |
tree | 4f0ae7796936d02d7b179a0c65b8466e981e2950 | |
parent | newmetadata: use https in DOCTYPE URI (diff) | |
download | gentoo-syntax-c38b35cb2b5c8b1a60b5cfd61749ec3b7268218b.tar.gz gentoo-syntax-c38b35cb2b5c8b1a60b5cfd61749ec3b7268218b.tar.bz2 gentoo-syntax-c38b35cb2b5c8b1a60b5cfd61749ec3b7268218b.zip |
Use signed tagsgentoo-syntax-20210911
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ uninstall-file-%: $(subst _,/,$*) [ ! -f "$(PREFIX)/$(subst _,/,$*)" ] || rm "$(PREFIX)/$(subst _,/,$*)" tag: - git tag $(distpkg) + git tag -s $(distpkg) @echo "tag created, remember to push it" clean: |