From 97ce84989a0a3d5110a5fb1d62bed84aefa7e030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 5 May 2017 23:18:04 +0200 Subject: Don't automatically tag versions on 'make tar' --- perl-install/Makefile | 2 ++ perl-install/install/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/perl-install/Makefile b/perl-install/Makefile index caf2d849b..ced9a8a3b 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -66,6 +66,8 @@ tar: clean tar cfa $(PACKAGE)-$(PKGVERSION).tar.xz $(PACKAGE)-$(PKGVERSION) rm -rf $(PACKAGE)-$(PKGVERSION) $(info $(PACKAGE)-$(PKGVERSION).tar.xz is ready) + +tag: git tag $(VERSION) # rules to build a distributable rpm diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile index ad201cbf0..d509c35c4 100644 --- a/perl-install/install/Makefile +++ b/perl-install/install/Makefile @@ -26,6 +26,8 @@ tar: tar cfa $(PRODUCT)-$(VERSION).tar.xz $(PRODUCT)-$(VERSION) rm -rf $(PRODUCT)-$(VERSION) $(info $(PRODUCT)-$(VERSION).tar.xz is ready) + +tag: git tag $(VERSION) install: -- cgit v1.2.1