Applied: [PATCH 1/1] maint-getabis: added ppc64 to the patterns list to be ignored

Stefan Bader stefan.bader at canonical.com
Fri Mar 9 10:09:25 UTC 2012


On 08.03.2012 22:12, Luis Henriques wrote:
> The ppc64 is a powerpc flavour that has actually never been supported.  However,
> the maint-getabis checks it for certain Ubuntu series, whenever this flavour is
> listed on the debian/control* files.
> 
> The following series are impacted with this patch:
>  - lucid
>  - natty
>  - oneiric
>  - precise
> 
> Signed-off-by: Luis Henriques <luis.henriques at canonical.com>
> ---
>  maintscripts/maint-getabis |    5 ++++-
>  1 files changed, 4 insertions(+), 1 deletions(-)
> 
> diff --git a/maintscripts/maint-getabis b/maintscripts/maint-getabis
> index 74bcd72..6505ec9 100755
> --- a/maintscripts/maint-getabis
> +++ b/maintscripts/maint-getabis
> @@ -26,7 +26,10 @@ from buildenv_lib import *
>  IgnorePatterns = dict()
>  IgnorePatterns["dapper" ] = [ ".*_xen.deb", ".*iseries-smp.*" ]
>  IgnorePatterns["karmic" ] = [ ".*dove-z0.*" ]
> -IgnorePatterns["lucid"] = [ ".*_lpia.deb" ]
> +IgnorePatterns["lucid"] = [ ".*_lpia.deb", ".*_ppc64.deb ]
> +IgnorePatterns["natty"] = [".*_ppc64.deb" ]
> +IgnorePatterns["oneiric"] = [".*_ppc64.deb" ]
> +IgnorePatterns["precise"] = [".*_ppc64.deb" ]
>  
>  #------------------------------------------------------------------------------
>  # Setup the command line parser and run it.

Yes, Herton is right. It would not hurt but I removed lucid before applying and
pushing.

-Stefan




More information about the kernel-team mailing list