Removing dist target
Makefile: Removing the dist target. It requires to increment a number on each release. This workflow can be entirely circumvented by signed commit tags and using those for packaging.
This commit is contained in:
parent
0d67870667
commit
5fbbb05a2e
8
Makefile
8
Makefile
@ -1,5 +1,3 @@
|
|||||||
V=43
|
|
||||||
|
|
||||||
INSTALL_FILES=$(wildcard archiso/initcpio/install/*)
|
INSTALL_FILES=$(wildcard archiso/initcpio/install/*)
|
||||||
HOOKS_FILES=$(wildcard archiso/initcpio/hooks/*)
|
HOOKS_FILES=$(wildcard archiso/initcpio/hooks/*)
|
||||||
SCRIPT_FILES=$(wildcard archiso/initcpio/script/*)
|
SCRIPT_FILES=$(wildcard archiso/initcpio/script/*)
|
||||||
@ -34,8 +32,4 @@ install-doc:
|
|||||||
install -d $(DOC_DIR)
|
install -d $(DOC_DIR)
|
||||||
install -m 644 -t $(DOC_DIR) $(DOC_FILES)
|
install -m 644 -t $(DOC_DIR) $(DOC_FILES)
|
||||||
|
|
||||||
dist:
|
.PHONY: install install-program install-initcpio install-examples install-doc
|
||||||
git archive --format=tar --prefix=archiso-$(V)/ v$(V) | gzip -9 > archiso-$(V).tar.gz
|
|
||||||
gpg --detach-sign --use-agent archiso-$(V).tar.gz
|
|
||||||
|
|
||||||
.PHONY: install install-program install-initcpio install-examples install-doc dist
|
|
||||||
|
Loading…
Reference in New Issue
Block a user