mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 05:13:23 +00:00
Use git archive' instead of
tar'.
Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
83684444f4
commit
a6819e636d
1 changed files with 1 additions and 10 deletions
11
Makefile
11
Makefile
|
@ -315,15 +315,6 @@ clean:
|
||||||
|
|
||||||
release:
|
release:
|
||||||
@scripts/check-version -cr $(VERSION_STRING)
|
@scripts/check-version -cr $(VERSION_STRING)
|
||||||
# Add other rules (like tar-command) bellow
|
git archive -o $(NAME)-$(VERSION_STRING).tar.gz v$(VERSION_STRING)
|
||||||
tar czf $(NAME)-$(VERSION_STRING).tar.gz \
|
|
||||||
--exclude-backups \
|
|
||||||
--exclude .dep \
|
|
||||||
--exclude .git \
|
|
||||||
--exclude .gitignore \
|
|
||||||
--exclude-from .gitignore \
|
|
||||||
--exclude '*~' \
|
|
||||||
--exclude subsurface \
|
|
||||||
.
|
|
||||||
|
|
||||||
-include $(DEPS)
|
-include $(DEPS)
|
||||||
|
|
Loading…
Add table
Reference in a new issue