]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add hint for testing Raspbian repos.
authorErik Winkels <erik.winkels@powerdns.com>
Wed, 25 Nov 2020 20:15:12 +0000 (21:15 +0100)
committerErik Winkels <erik.winkels@powerdns.com>
Wed, 25 Nov 2020 20:16:09 +0000 (21:16 +0100)
build-scripts/docker/generate-repo-files.sh

index 492ee2f03a06f703405ab04b5c4362cba0a12855..1750ecc75248c26087dac98c7e44eb91789d0d0d 100755 (executable)
@@ -20,6 +20,9 @@
 #     for version in centos-6 centos-7 centos-8 debian-buster debian-stretch ubuntu-bionic ubuntu-xenial; do
 #       docker run -it ${product}.${version} dnsdist -v 9.9.9.9
 #     done
+#
+# For Raspbian you need to have installed:
+#     - Void Linux: `qemu`, `qemu-user-static` and `binfmt-support`
 
 if [ "$1" = "" -o "$1" = "-?" -o "$1" = "-h" -o "$1" = "--help" ]; then
     echo "Usage: generate-repo-files.sh RELEASE"