]> git.ipfire.org Git - thirdparty/bind9.git/commit
Ensure proper comparison order in "abi-check" jobs
authorMichal Nowak <mnowak@isc.org>
Wed, 15 Apr 2020 09:06:22 +0000 (11:06 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 23 Apr 2020 07:47:22 +0000 (09:47 +0200)
commit85ba41d82e302af5b0f8faddcaa6bb7ccc066b9c
tree5b1cb2e30983ebd83826c48843409dd8d9f956ee
parent7d0c73b199e41c6ed0f60d1f40738f465f4297d2
Ensure proper comparison order in "abi-check" jobs

Right before the release API version (LIBINTERFACE, LIBREVISION, LIBAGE)
for older and newer libraries tends to be the same. Given that, commit
hash can't be the determining factor here, Unix time of the commit
should suit us better and is placed after the API version. The commit
hash is preserved as it's useful to see it in the actual report.

(cherry picked from commit 313518dd3d24b580d89fc5d78eaec634be875494)
util/api-checker.sh