Displaying 3 results from an estimated 3 matches for "ae0930f".
2014 Sep 23
0
[PATCH 07/13] syntax-check: fix prohibit_empty_lines_at_EOF check
...b/guestfs-release-notes.txt
index 1baa447..3eada81 100644
--- a/guestfs-release-notes.txt
+++ b/guestfs-release-notes.txt
@@ -3248,4 +3248,3 @@ BUGS
* Run libguestfs-test-tool(1) and paste the complete, unedited output
into the bug report.
-
diff --git a/p2v/issue b/p2v/issue
index ae0930f..9b2839e 100644
--- a/p2v/issue
+++ b/p2v/issue
@@ -11,4 +11,3 @@ If virt-p2v didn't start automatically, look for logs:
systemctl status p2v -l
***
-
diff --git a/tests/guests/guest-aux/debian-packages b/tests/guests/guest-aux/debian-packages
index 38afc97..cdd0d27 100644
-...
2014 Sep 23
1
Re: [PATCH 07/13] syntax-check: fix prohibit_empty_lines_at_EOF check
...stfs-release-notes.txt
> @@ -3248,4 +3248,3 @@ BUGS
>
> * Run libguestfs-test-tool(1) and paste the complete, unedited
> output into the bug report.
> -
guestfs-release-notes.txt is generated from guestfs-release-notes.pod.
> diff --git a/p2v/issue b/p2v/issue
> index ae0930f..9b2839e 100644
> --- a/p2v/issue
> +++ b/p2v/issue
> @@ -11,4 +11,3 @@ If virt-p2v didn't start automatically, look for
> logs:
>
> systemctl status p2v -l
> ***
> -
This is installed as /etc/issue in the p2v iso (see
p2v/virt-p2v-make-disk.in). I as...
2014 Sep 23
27
[PATCH 00/13] syntax-check
Hi Rich,
This series includes patches to make `make syntax-check` pass.
Some of the fix require change to maint.mk, but the file is not in git
repo. Is it intended?
Thanks!
Hu Tao (13):
syntax-check: dirty hack to pass bindtextdomain check
syntax-check: fix error_message_period check
syntax-check: fix makefile_at_at_check
syntax-check: fix prohibit_assert_without_use check