mbox series

[Unstable/Lunar,v2,0/2] annotations: Handle single-line rules

Message ID 20230206071448.713716-1-juerg.haefliger@canonical.com
Headers show
Series annotations: Handle single-line rules | expand

Message

Juerg Haefliger Feb. 6, 2023, 7:14 a.m. UTC
The old annotations scheme allowed single-line rules like:
CONFIG_FOO  policy<{..}> note<..>

With the switch to the new annotations script, we lost that capability.
This patchset brings it back.

Juerg Haefliger (2):
  UBUNTU: [Packaging] annotations: Handle single-line annoation rules
  UBUNTU: [Packaging] annotations: Preserve single-line annotation rules

 debian/scripts/misc/kconfig/annotations.py | 38 ++++++++++++++--------
 1 file changed, 24 insertions(+), 14 deletions(-)

Comments

Andrea Righi Feb. 8, 2023, 6:42 a.m. UTC | #1
On Mon, Feb 06, 2023 at 08:14:46AM +0100, Juerg Haefliger wrote:
> The old annotations scheme allowed single-line rules like:
> CONFIG_FOO  policy<{..}> note<..>
> 
> With the switch to the new annotations script, we lost that capability.
> This patchset brings it back.

Looks good to me.
Applied to lunar/linux and lunar/linux-unstable, thanks!

-Andrea