]> 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:38:25 +0000 (09:38 +0200)
commit313518dd3d24b580d89fc5d78eaec634be875494
tree385560f5208c7680361b9fd09236dba698a8c54b
parentc8ac0795291cc80f402e783f00056a4f6a8df6a0
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 8e3e2836b0f5a52ff38fe4485a1fc8faa1857f03)
util/api-checker.sh