Re: [PATCH virt-viewer] Auto-generate AUTHORS file from GIT logs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 13.02.2013 16:05, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange" <berrange@xxxxxxxxxx>
> 
> Rather than trying to manually keep track of authors,
> just auto-generate the list from GIT logs
> 
> Signed-off-by: Daniel P. Berrange <berrange@xxxxxxxxxx>
> ---
>  AUTHORS      | 77 ------------------------------------------------------------
>  AUTHORS.in   | 21 +++++++++++++++++
>  Makefile.am  | 15 +++++++++---
>  acinclude.m4 |  2 +-
>  autogen.sh   |  6 +++++
>  cfg.mk       | 15 ------------
>  6 files changed, 40 insertions(+), 96 deletions(-)
>  delete mode 100644 AUTHORS
>  create mode 100644 AUTHORS.in

> diff --git a/acinclude.m4 b/acinclude.m4
> index 625413f..a9561c4 100644
> --- a/acinclude.m4
> +++ b/acinclude.m4
> @@ -34,7 +34,7 @@ AC_DEFUN([VIRT_VIEWER_COMPILE_WARNINGS],[
>  	try_compiler_flags="$try_compiler_flags -Wall -Wmissing-prototypes -std=c99 -Wnested-externs -Wpointer-arith"
>          try_compiler_flags="$try_compiler_flags -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return"
>          # Removed -Wstrict-prototypes to avoid GTK bug
> -	try_compiler_flags="$try_compiler_flags -Winline -Wredundant-decls -Wno-sign-compare"
> +	try_compiler_flags="$try_compiler_flags -Winline -Wredundant-decls -Wno-sign-compare -Wno-deprecated-declarations"

This change isn't really related to the rest of patch. I think it should
be pushed as a separate patch.

>  	if test "$enable_compile_warnings" = "error" ; then
>  	    try_compiler_flags="$try_compiler_flags -Werror"
>  	fi

ACK otherwise. Looks identical to libvirt where it works for a while now.

Michal

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list


[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux