Skip to content

Commit

Permalink
Change tarballs naming convention
Browse files Browse the repository at this point in the history
- replace prefix 'tmdb' with 'tmdb-redis',
- always search for the newest tag matching the naming, which should reference to
  the latest Redis release commit
  • Loading branch information
PatKamin committed Sep 20, 2022
1 parent 1656e5c commit 710b587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ AUTOCONFAGE=Makefile.in \
m4/lt~obsolete.m4 \
missing

TARBALL=tmdb-$(shell git describe --tags)
TARBALL=tmdb-redis-$(shell git describe --tags --match "[1-9].[0-9].[0-9]*")
git-tarball:
git archive --prefix=$(TARBALL)/ @ >../$(TARBALL).tar
cd deps/memkind && git archive --prefix=$(TARBALL)/deps/memkind/ @ >../../memkind.tar
Expand Down

0 comments on commit 710b587

Please sign in to comment.