~canonical-kernel/+git/kteam-tools:apw/create-kernel-tasks--fixy

Last commit made on 2023-12-04
Get this branch:
git clone -b apw/create-kernel-tasks--fixy https://git.launchpad.net/~canonical-kernel/+git/kteam-tools
Members of Canonical Kernel can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
apw/create-kernel-tasks--fixy
Repository:
lp:~canonical-kernel/+git/kteam-tools

Recent commits

17748a4... by Andy Whitcroft

stable/create-kernel-tasks: --devel is not incompatible with --handle

--devel really is not incompatible with --handle when making handles in
a specific development cycle.

Signed-off-by: Andy Whitcroft <email address hidden>

3dc4852... by Andy Whitcroft

stable/create-kernel-tasks: report unknown cycles

When we offer up an unknown cycle we should error out appropriatly
rather than cratering later on.

Signed-off-by: Andy Whitcroft <email address hidden>

19957c4... by Andy Whitcroft

mainline-builds: correct announced URLs for PS5 local filesystem layout -- via mainline/xfer

On the PS5 units we publish incoming results under mainline-builds/xfer
therefore when stripping prefixes to generate kernel.ubuntu.com URLs we
need to use the same nominal prefix for the strip.

Signed-off-by: Andy Whitcroft <email address hidden>

7f57f9c... by Andy Whitcroft

mainline-builds: correct announced URLs for PS5 local filesystem layout -- via mainline/xfer

On the PS5 units we publish incoming results under mainline-builds/xfer
therefore when stripping prefixes to generate kernel.ubuntu.com URLs we
need to use the same nominal prefix for the strip.

Signed-off-by: Andy Whitcroft <email address hidden>

c2aa0a9... by Juerg Haefliger

cranky: rmadison -- fix package ordering and fix stream#1 selectors

Now that we have a lot more pockets (and streams for each) generally you want to see the packages in a specific stream. Ensure we group those together based on pocket and stream. Fix selectors so we can actually select for stream#1.
Acked-by: Juerg Haefliger <email address hidden>

Acked-by: Juerg Haefliger <email address hidden>
Signed-off-by: Juerg Haefliger <email address hidden>

d4f066d... by Andy Whitcroft

cranky: rmadison -- fix matching against stream #1

Signed-off-by: Andy Whitcroft <email address hidden>
[juergh: Fix linter warning.]
Signed-off-by: Juerg Haefliger <email address hidden>

91c9843... by Andy Whitcroft

cranky: rmadison -- group packages by route and stream

Signed-off-by: Andy Whitcroft <email address hidden>
[juergh: Add 'entry' declaration, fix package list order.]
Signed-off-by: Juerg Haefliger <email address hidden>

764f2ef... by Juerg Haefliger

admin: admin-lp-git-permissions -- linux-firmware main branch

linux-firmware now uses main branch instead of master.

Signed-off-by: Juerg Haefliger <email address hidden>
Acked-by: Sean Feole <email address hidden>
Signed-off-by: Sean Feole <email address hidden>

3173c9b... by Sean Feole

juergh/24hrs-of-bugs

This looks scarier than it is 😄

The first 2 commits are cleanups to make our linters happy and the 3rd commit adds the file to the linter whitelist so that it gets checked in the future

The following 8 commits just clean up crazy Brad'ness. Cough...

Then 2 commits to add new commandline options for testing and debugging purposes.

And finally the last commit which is the real reason for this PR: Search for bugs reported against the new `canonical-kernel-snaps` project.

Signed-off-by: Sean Feole <email address hidden>

94457be... by Juerg Haefliger

stable/24hrs-of-bgs: Also look for bugs in canonical-kernel-snaps project

Add support for searching bugs in projects as well. For that, make the
finder() and per_package_report() class methods generic to accept a type
and name so that they can handle both project and package search and
reporting tasks.

Signed-off-by: Juerg Haefliger <email address hidden>