Skip to content

Commit

Permalink
remove -dirty from git sha
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSonnenschein committed Nov 15, 2011
1 parent af8007a commit 3a95da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -38,7 +38,7 @@ ifeq ($(TIMESTAMP),)
TIMESTAMP=$(shell date -u "+%Y%m%dT%H%M%SZ")
endif

GITDESCRIBE=g$(shell git describe --all --long --dirty | $(AWK) -F'-g' '{print $$NF}')
GITDESCRIBE=g$(shell git describe --all --long | $(AWK) -F'-g' '{print $$NF}')
TARBALL=$(NAME)-$(BRANCH)-$(TIMESTAMP)-$(GITDESCRIBE).tgz

-include Makefile.inc
Expand Down

0 comments on commit 3a95da0

Please sign in to comment.