From e8579ec7485ac310f4f39355310ef93d4bf7ee2d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 8 Feb 2021 09:49:11 +0100 Subject: Fix tag in git world --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2bfccfc..9061b21 100644 --- a/Makefile +++ b/Makefile @@ -61,13 +61,13 @@ tar: # rules to build a distributable rpm -dist: cleandist svntag export tar +dist: cleandist tag export tar export: svn export $(SVNROOT)/tags/$(TAG) $(PACKAGE)-$(VERSION) -svntag: - svn copy $(SVNROOT)/trunk $(SVNROOT)/tags/$(TAG) -m "$(TAG)" +tag: + git tag "$(VERSION)" changelog: ../common/username #svn2cl is available in our contrib. -- cgit v1.2.1