Displaying 3 results from an estimated 3 matches for "dbe4f79".
2014 Sep 23
0
[PATCH 07/13] syntax-check: fix prohibit_empty_lines_at_EOF check
...ebsite/ubuntu.preseed | 1 -
guestfs-release-notes.txt | 1 -
p2v/issue | 1 -
tests/guests/guest-aux/debian-packages | 1 -
4 files changed, 4 deletions(-)
diff --git a/builder/website/ubuntu.preseed b/builder/website/ubuntu.preseed
index 236e174..dbe4f79 100644
--- a/builder/website/ubuntu.preseed
+++ b/builder/website/ubuntu.preseed
@@ -373,4 +373,3 @@ xserver-xorg xserver-xorg/config/monitor/mode-list \
# directly, or use the apt-install and in-target commands to easily install
# packages and run commands in the target system.
#d-i preseed/lat...
2014 Sep 23
1
Re: [PATCH 07/13] syntax-check: fix prohibit_empty_lines_at_EOF check
...> guestfs-release-notes.txt | 1 -
> p2v/issue | 1 -
> tests/guests/guest-aux/debian-packages | 1 -
> 4 files changed, 4 deletions(-)
>
> diff --git a/builder/website/ubuntu.preseed
> b/builder/website/ubuntu.preseed index 236e174..dbe4f79 100644
> --- a/builder/website/ubuntu.preseed
> +++ b/builder/website/ubuntu.preseed
> @@ -373,4 +373,3 @@ xserver-xorg xserver-xorg/config/monitor/mode-list
> \ # directly, or use the apt-install and in-target commands to easily
> install # packages and run commands in the target sy...
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