[PATCH 1/1] maint-getabis: added ppc64 to the patterns list to be ignored
Herton Ronaldo Krzesinski
herton.krzesinski at canonical.com
Fri Mar 9 00:08:20 UTC 2012
On Thu, Mar 08, 2012 at 09:12:23PM +0000, 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 ]
We don't need it on Lucid, doesn't have the ppc64 arch.
> +IgnorePatterns["natty"] = [".*_ppc64.deb" ]
> +IgnorePatterns["oneiric"] = [".*_ppc64.deb" ]
> +IgnorePatterns["precise"] = [".*_ppc64.deb" ]
>
> #------------------------------------------------------------------------------
> # Setup the command line parser and run it.
> --
> 1.7.9
>
>
> --
> kernel-team mailing list
> kernel-team at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
>
--
[]'s
Herton
More information about the kernel-team
mailing list