Peter van Dijk
Peter van Dijk
plus examples/guidance so that that number eventually makes it down to `make -j` etc.
It's in `case $opt` and `usage()` but not in `while getopts ":CcV:R:svqSm:Pp:" opt; do`
``` -> dnsdist-0git /pdns/dnsdist-0git /pdns printf: usage: printf [-v var] format [arguments] ``` I haven't been able to pinpoint the printf invocation. The build does not abort.
And perhaps, for other types of builds, other types of caching (pip? ruby gems? nodejs stuff?) as well.
``` $ builder/docker-cleanup.sh Removing untagged containers: "docker rm" requires at least 1 argument. ``` This happens because GNU xargs will execute the given command once (with no arguments) if xargs...
If the Dockerfile does not have `yum install -y python-rpm-macros python-srpm-macros python3-rpm-macros python34`, then: ``` Step 30/31 : RUN builder/helpers/build-specs.sh builder-support/specs/xxx.spec ---> Running in d844335a3e0c /usr/bin/env: python3: No such file...
The `pdns.conf` we install contains `# launch=\nlaunch=`. A user reported this on 4.9.1, but I found it goes back to at least 4.5.0.
as noted in #14045, we don't have a backend API for fetching the comments for one RRset. Having one, analogous to `lookup` for records, would make the `rrset_name` feature in...
As brought up in #8829, it's likely that listSubZone also needs some escaping help - something like the first half of `GSQLBackend::pattern2SQLPattern` plus telling the databases that `\` is the...