From b732d1e9a71c9d131344675d7fd1234c9895606b Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 27 Jul 2014 20:35:08 +0100 Subject: Switch to git tagging in Makefile --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 33235ea..7818393 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ PACKAGE = rpm-helper VERSION = 0.24.11 -SVNPATH = svn+ssh://svn.mageia.org/svn/soft/rpm/$(PACKAGE) SCRIPT_FILES = add-user del-user create-file \ add-service del-service reread-services \ @@ -61,7 +60,7 @@ tar: # rules to build a public distribution -dist: cleandist dir localcopy tar svntag +dist: cleandist dir localcopy tar gittag -svntag: - svn cp -m 'version $(VERSION)' $(SVNPATH)/trunk $(SVNPATH)/tags/v$(VERSION) +gittag: + git tag -f v$(VERSION) -- cgit v1.2.1