Skip to content

Commit

Permalink
adding release-head target to distribute the current HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander authored and Expander committed Jun 10, 2014
1 parent 246ddf4 commit 608a6b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/Makefile.in
Expand Up @@ -223,3 +223,8 @@ release:
git archive --worktree-attributes --prefix=$(FLEXIBLESUSY_PKG)/ \
--output=$(FLEXIBLESUSY_PKG).tar.gz $(FLEXIBLESUSY_TAG)
md5sum $(FLEXIBLESUSY_PKG).tar.gz > $(FLEXIBLESUSY_PKG).tar.gz.md5

release-head:
git archive --worktree-attributes --prefix=$(PKGNAME)/ \
--output=$(PKGNAME).tar.gz HEAD
md5sum $(PKGNAME).tar.gz > $(PKGNAME).tar.gz.md5

0 comments on commit 608a6b0

Please sign in to comment.