Displaying 2 results from an estimated 2 matches for "144a255".
Did you mean:
  14425
  
2016 Jan 04
3
[PATCH 0/3] podwrapper: Generate consistent WARNING sections (RHBZ#1293527).
Fix for:
https://bugzilla.redhat.com/show_bug.cgi?id=1293527
Note that patches 2/3 and 3/3 are dependent on each other, ie.
applying 2/3 on its own will break the build.  So I may combine these
when applying the series.
Rich.
2016 Jul 18
2
[PATCH] tests: Implement script to check documented tool options match actual options.
...;) {
+        $r .= " $_";
+    }
+    close FILE;
+    $r;
+}
+
+=head1 SEE ALSO
+
+L<podwrapper.pl(1)>,
+libguestfs.git/README.
+
+=head1 AUTHOR
+
+Richard W.M. Jones.
+
+=head1 COPYRIGHT
+
+Copyright (C) 2016 Red Hat Inc.
diff --git a/rescue/Makefile.am b/rescue/Makefile.am
index 144a255..1568730 100644
--- a/rescue/Makefile.am
+++ b/rescue/Makefile.am
@@ -19,6 +19,7 @@ include $(top_srcdir)/subdir-rules.mk
 
 EXTRA_DIST = \
 	test-virt-rescue.pl \
+	test-virt-rescue-docs.sh \
 	test-virt-rescue-suggest.sh \
 	virt-rescue.pod
 
@@ -83,7 +84,8 @@ stamp-virt-rescue.pod: virt-rescue.p...