~canonical-kernel/+git/kteam-tools:mhcerri/cranky-fix-completion

Last commit made on 2023-11-21
Get this branch:
git clone -b mhcerri/cranky-fix-completion 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:
mhcerri/cranky-fix-completion
Repository:
lp:~canonical-kernel/+git/kteam-tools

Recent commits

50ef799... by Marcelo Cerri

cranky: completion: Workaround the missing YAML files that were moved to kernel-versions

A definitive solution probably involves making "cranky shell-helper
list-handles" and "cranky shell-helper list-cycles" faster, but in the
meantime add an environment variable to point to the local
kernel-versions repo and fallback to assume that kernel-versions/
lives right alongside with kteam-tools/.

Signed-off-by: Marcelo Henrique Cerri <email address hidden>

dca7d4b... by Andy Whitcroft

swm: kernel-stable-board -- fix ucNN ordering and add cycle note link

Reorder kernels within a cycle to pull up linux-ucNN kernels up next to their parents. Also add a link to the cycle notes when present in sru-cycle.yaml.
Acked-by: Stefan Bader <email address hidden>

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

ea5b563... by Andy Whitcroft

kernel-stable-board: pkg_key -- drop commented code and add some commentary

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

1ebf36c... by Andy Whitcroft

kernel-stable-board: shift Notes to the right

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

f89a9b9... by Andy Whitcroft

kernel-stable-board: add cycle notes when present

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

786dbbc... by Andy Whitcroft

kerne-stable-board: pull ucNN packages next to their parent kernel

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

896833c... by Andy Whitcroft

ktl/sru_cycle: add notes-link to allow us to point at cycle notes

We wish to socialise checking cycle notes before cranking. We are going to expose these in the dashboard.

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

51945b3... by Andy Whitcroft

ktl/sru_cycle: add notes-link to allow us to point at cycle notes

We wish to socialise checking cycle notes before cranking. We are going
to expose these in the dashboard. Add a new notes-link entry within a
cycle definition. Initially we will support a jira card identifier
KERN-1234 stylee.

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

2e91152... by Andy Whitcroft

cranky/cranky.py: Reset HOME if run as a snap

If run as a snap, snapd sets HOME to a snap-specific directory
~/snap/cranky/<version> which breaks cranky completely, so reset
it to its real value.

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

3bcaa5f... by Juerg Haefliger

cranky/cranky.py: Reset HOME if run as a snap

If run as a snap, snapd sets HOME to a snap-specific directory
~/snap/cranky/<version> which breaks cranky completely, so reset
it to its real value.

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