mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 22:35:27 +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:
|
||||
@scripts/check-version -cr $(VERSION_STRING)
|
||||
# Add other rules (like tar-command) bellow
|
||||
tar czf $(NAME)-$(VERSION_STRING).tar.gz \
|
||||
--exclude-backups \
|
||||
--exclude .dep \
|
||||
--exclude .git \
|
||||
--exclude .gitignore \
|
||||
--exclude-from .gitignore \
|
||||
--exclude '*~' \
|
||||
--exclude subsurface \
|
||||
.
|
||||
git archive -o $(NAME)-$(VERSION_STRING).tar.gz v$(VERSION_STRING)
|
||||
|
||||
-include $(DEPS)
|
||||
|
|
Loading…
Add table
Reference in a new issue