Displaying 3 results from an estimated 3 matches for "cdd0d27".
2014 Sep 23
0
[PATCH 07/13] syntax-check: fix prohibit_empty_lines_at_EOF check
...ue
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
--- a/tests/guests/guest-aux/debian-packages
+++ b/tests/guests/guest-aux/debian-packages
@@ -45,4 +45,3 @@ Description: this is a test package
.
Don't confuse it with a real package.
Homepage: http://libguestfs.org/
-
--
1.9.3
2014 Sep 23
1
Re: [PATCH 07/13] syntax-check: fix prohibit_empty_lines_at_EOF check
...systemctl status p2v -l
> ***
> -
This is installed as /etc/issue in the p2v iso (see
p2v/virt-p2v-make-disk.in). I assume the extra empty line is cosmetic.
> diff --git a/tests/guests/guest-aux/debian-packages
> b/tests/guests/guest-aux/debian-packages index 38afc97..cdd0d27
> 100644
> --- a/tests/guests/guest-aux/debian-packages
> +++ b/tests/guests/guest-aux/debian-packages
> @@ -45,4 +45,3 @@ Description: this is a test package
> .
> Don't confuse it with a real package.
> Homepage: http://libguestfs.org/
> -
No, this is needed, 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