commit 02a10d271821dab2253bbe58f03afbb5096fabd0
Author: Elan Ruusamäe <[email protected]>
Date:   Sun Mar 20 12:10:13 2016 +0200

    no need for git related vars

 Makefile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
---
diff --git a/Makefile b/Makefile
index c84fe95..26f13a3 100644
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,6 @@ PACKAGE                := pld-builder
 VERSION                := 0.6
 SNAP           := $(shell date +%Y%m%d)
 
-# for make dist
-REMOTE         := ssh://[email protected]/projects/$(MODULE)
-MODULE         := pld-builder.new
-BRANCH         := master
-
 all: compile
 
 compile:
@@ -23,4 +18,4 @@ dist: $(PACKAGE)-$(VERSION).$(SNAP).tar.bz2
        bzip2 -9 $<
 
 %.tar:
-       git archive --prefix=$(patsubst %.tar,%,$@)/ $(BRANCH) -o $@
+       git archive --prefix=$(patsubst %.tar,%,$@)/ HEAD -o $@
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/02a10d271821dab2253bbe58f03afbb5096fabd0

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to