]> git.ipfire.org Git - thirdparty/bind9.git/commit
Include prepare-softhsm2.sh in source tarballs
authorMichał Kępień <michal@isc.org>
Wed, 11 Dec 2019 11:04:29 +0000 (12:04 +0100)
committerMichał Kępień <michal@isc.org>
Wed, 11 Dec 2019 11:23:20 +0000 (12:23 +0100)
commitf60cd0c7300b438e7fa288754cc8fd06eed00f5c
tree50d21196846283eea666ab196060cfd355719241
parent89cccc53ba64ce1b50e13ca7ffd70152583bd2bd
Include prepare-softhsm2.sh in source tarballs

The util/prepare-softhsm2.sh script is useful for initializing a working
SoftHSM environment which can be used by unit tests and system tests.
However, since it is a test-specific script, it does not really belong
in the util/ subdirectory which is mostly pruned during the BIND source
tarball creation process.  Move the prepare-softhsm2.sh script to
bin/tests/ so that its location is more appropriate for its purpose and
also so that it does not get removed during the BIND source tarball
creation process, allowing it to be used for setting up test
environments for tarball-based builds.

(cherry picked from commit c0be772ebc1406b761eb870d97acd72ebebad541)
.gitlab-ci.yml
bin/tests/prepare-softhsm2.sh [moved from util/prepare-softhsm2.sh with 100% similarity, mode: 0755]
bin/tests/system/runtime/tests.sh
util/copyrights