search for: 7d254be

Displaying 2 results from an estimated 2 matches for "7d254be".

Did you mean: 7d254be9
2019 Sep 28
0
[PATCH nbdkit v2 2/4] Rename nbdkit-reflection-plugin to nbdkit-info-plugin.
...ry-plugin.pod @@ -99,7 +99,7 @@ L<nbdkit-plugin(3)>, L<nbdkit-loop(1)>, L<nbdkit-data-plugin(1)>, L<nbdkit-file-plugin(1)>, -L<nbdkit-reflection-plugin(1)>. +L<nbdkit-info-plugin(1)>. =head1 AUTHORS diff --git a/tests/Makefile.am b/tests/Makefile.am index 7d254be..5a65db7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -73,6 +73,9 @@ EXTRA_DIST = \ test-full.sh \ test-help.sh \ test-help-plugin.sh \ + test-info-address.sh \ + test-info-base64.sh \ + test-info-raw.sh \ test-ip.sh \ test-iso.sh \ test-layers.sh \ @@ -112,9 +115,6 @@ EXTR...
2019 Sep 28
9
[PATCH nbdkit v2 0/4] info: Add mode for sending back server time.
v1 was: https://www.redhat.com/archives/libguestfs/2019-September/thread.html#00361 v2: - Adds a patch to rename the reflection plugin to the info plugin. - Adds tests. Rich.