summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-02-12 18:16:08 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-02-12 18:16:08 +0100
commitadae08ca607e4d08a091af7c1f8419df0b36aa67 (patch)
tree57cbdf38c5633bec19e059b803674e1cdaf966ff /perl-install/Makefile
parentf474d2ebec7aeb4a9ead0f174b1b0bc4aab82a80 (diff)
downloaddrakx-adae08ca607e4d08a091af7c1f8419df0b36aa67.tar
drakx-adae08ca607e4d08a091af7c1f8419df0b36aa67.tar.gz
drakx-adae08ca607e4d08a091af7c1f8419df0b36aa67.tar.bz2
drakx-adae08ca607e4d08a091af7c1f8419df0b36aa67.tar.xz
drakx-adae08ca607e4d08a091af7c1f8419df0b36aa67.zip
automate version tags16.58
the right moment for automating those is when generating the tarball right after having bumped the version number not done for stage1 as images & mdk-stage1 fight for the same version space (or we would need to prefix them)
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 4a2d8e58a..0fec1e311 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -66,6 +66,7 @@ tar: clean
tar cfa $(PACKAGE)-$(PKGVERSION).tar.xz $(PACKAGE)-$(PKGVERSION)
rm -rf $(PACKAGE)-$(PKGVERSION)
$(info $(PACKAGE)-$(PKGVERSION).tar.xz is ready)
+ git tag $(VERSION)
# rules to build a distributable rpm