]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
scripts/make-archive.sh: more precise tag detection docs-develop-upda-signxn/deployments/2658
authorVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 30 Aug 2023 14:36:29 +0000 (16:36 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 30 Aug 2023 14:36:29 +0000 (16:36 +0200)
commit735497670fabf10105e06995cda3382ccae67908
tree0092eb7404503619fdda5cdf7af27c6f4bca49ce
parentdb778866a9c28525ee5f454637d0bc35e93ad48d
scripts/make-archive.sh: more precise tag detection

This works better in the current case when master branch with the most
recent 5.7.0 tag got merged into the 6.0 branch.  In that case we do not
want the most recent *generally* reachable tag, and git-describe has
probably good logic for this (using first-parent jumps I guess).
scripts/make-archive.sh