mbox series

[Unstable/Lunar,0/5] annotations: Cleanups and splitting

Message ID 20230207073607.913994-1-juerg.haefliger@canonical.com
Headers show
Series annotations: Cleanups and splitting | expand

Message

Juerg Haefliger Feb. 7, 2023, 7:36 a.m. UTC
A couple of patches to clean up the annotations class, make the parsing
more robust and split the annotations into two groups: with and without
notes.

Juerg Haefliger (5):
  UBUNTU: [Packaging] annotations: Fix linter errors
  UBUNTU: [Packaging] annotations: Clean up policy writes
  UBUNTU: [Packaging] annotations: Handle tabs in annotations file
  UBUNTU: [Packaging] annotations: Fail on invalid lines
  UBUNTU: [Packaging] annotations: Write out annotations with notes
    first

 debian/scripts/misc/annotations            |  20 +--
 debian/scripts/misc/kconfig/annotations.py | 138 +++++++++++++--------
 2 files changed, 94 insertions(+), 64 deletions(-)

Comments

Andrea Righi Feb. 8, 2023, 7:51 a.m. UTC | #1
On Tue, Feb 07, 2023 at 08:36:02AM +0100, Juerg Haefliger wrote:
> A couple of patches to clean up the annotations class, make the parsing
> more robust and split the annotations into two groups: with and without
> notes.
> 
> Juerg Haefliger (5):
>   UBUNTU: [Packaging] annotations: Fix linter errors
>   UBUNTU: [Packaging] annotations: Clean up policy writes
>   UBUNTU: [Packaging] annotations: Handle tabs in annotations file
>   UBUNTU: [Packaging] annotations: Fail on invalid lines
>   UBUNTU: [Packaging] annotations: Write out annotations with notes
>     first
> 
>  debian/scripts/misc/annotations            |  20 +--
>  debian/scripts/misc/kconfig/annotations.py | 138 +++++++++++++--------
>  2 files changed, 94 insertions(+), 64 deletions(-)

Applied to lunar/linux and lunar/linux-unstable.

-Andrea