[PATCH 1/1] maint-getabis: added ppc64 to the patterns list to be ignored
Tim Gardner
rtg.canonical at gmail.com
Thu Mar 8 21:50:41 UTC 2012
On 03/08/2012 02:12 PM, 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.
Herton - Why are we using kteam-tools/maintscripts/maint-getabis when
every release and branch has a debian/scripts/misc/getabis that is
tailored specifically for that set of kernels?
rtg
--
Tim Gardner tim.gardner at canonical.com
More information about the kernel-team
mailing list