From 1aebb8fa9656dd85275e0033fc9f2dbc94557171 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 13 Mar 2014 22:34:13 +0100 Subject: convert tagging from SVN to git --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index bdade85..c0aaf99 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ PACKAGE = spec-helper VERSION = 0.31.8 -SVNPATH = svn+ssh://svn.mandriva.com/svn/soft/rpm/$(PACKAGE) SCRIPT_FILES = clean_files clean_perl compress_files check_elf_files \ lib_symlinks fix_mo translate_menu \ @@ -60,5 +59,6 @@ tar: dir localcopy dist: tar -svntag: - svn cp -m 'version $(VERSION)' $(SVNPATH)/trunk $(SVNPATH)/tags/v$(VERSION) +tag: + git tag '$(VERSION)' + git push origin $(VERSION) -- cgit v1.2.1