]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix "srcid" on Windows
authorMichał Kępień <michal@isc.org>
Wed, 15 Apr 2020 09:38:40 +0000 (11:38 +0200)
committerMichał Kępień <michal@isc.org>
Wed, 15 Apr 2020 09:38:40 +0000 (11:38 +0200)
commit05e13e7cafaff48b5e3bb098114225df89f3e59c
tree389cdbfcfc68b27db6d91cb44d5a79e967633b5c
parent8a24be074af03930601cefad89926b81f8f50e9e
Fix "srcid" on Windows

Windows BIND releases produced by GitLab CI are built from Git
repositories, not from release tarballs, which means the "srcid" file is
not present in the top source directory when MSBuild is invoked.  This
causes the Git commit hash for such builds to be set to "unset_id".
Enable win32utils/Configure to try determining the commit hash for a
build by invoking Git on the build host if the "srcid" file is not
present (which is what its Unix counterpart does).
win32utils/Configure