On 3/23/23 13:56, Laszlo Ersek wrote:
On 3/23/23 13:09, Laszlo Ersek wrote:
> V3 was here:
> <
http://mid.mail-archive.com/20230215141158.2426855-1-lersek@redhat.com>.
Meh, *this* version is of course v4.
I updated everything in my git-format-series command line, from my bash
history, from the time of posting v3, *except* of course the "-v3" option...
The first 15 patches in this v4 series have been pushed:
9075f68ffc8b..a48a1142bc54.
(I had asked Eric in advance if that was OK.)
Just before pushing, I also ran:
$ podman run -it --rm --userns=keep-id -v .:/repo:z -w /repo \
registry.gitlab.com/nbdkit/libnbd/ci-alpine-edge:latest bash
and in the container:
$ ( autoreconf -i && ./configure --enable-gcc-warnings && make -j6
&&
make -j6 check && make -j6 check-valgrind )
It passed, so I hope this time there are not going to be CI failures.
Laszlo