]> 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:04:29 +0000 (12:04 +0100)
commitc0be772ebc1406b761eb870d97acd72ebebad541
tree568cb1e61035137c8957364f797b8308bc599fb6
parent925ecb0aae7caa257c8c704364f715e463c44f47
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.
.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