~canonical-kernel/+git/kteam-tools:master

Last commit made on 2025-06-17
Get this branch:
git clone -b master 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:
master
Repository:
lp:~canonical-kernel/+git/kteam-tools

Recent commits

326b7c9... by Juerg Haefliger

crankylib/close: Add a note to the uc hack

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

cc58210... by Jesse Sung

cranky: close: Don't do autoreconstruct and finalchecks unless this is an actual main kernel

After the python equivalent of close introduced, close stops working for
UC packages because there's no autoreconstruct and finalchecks defined.

In previous shell implementation, by default these target won't be built
unless use_cuc is explicitly set. However in the python one they will be
built unconditionally as long as this is a main kernel.

Unfortunately there's no good way to tell whether we are working on an
UC kernel or an actual main one. For now check if debian/rules.d exists
or not and act differently.

Signed-off-by: Wen-chien Jesse Sung <email address hidden>
Acked-by: Juerg Haefliger <email address hidden>
Signed-off-by: Juerg Haefliger <email address hidden>

ce6bb89... by Zixing Liu

cranky: remove obsoleted reorder command

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

66f7389... by Mehmet Basaran

kernel.ubuntu.com/index.html: Update for 2025.06.16 SRU cycle

Update the dates shown on the main web page to the new SRU cycle
dates.

Signed-off-by: Mehmet Basaran <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Signed-off-by: Mehmet Basaran <email address hidden>

297b913... by Edward Stewart Hore

cranky:docs:crank-turning-setup: update gitconfig with insteadof

Replace pushinsteadof with insteadof in the .gitconfig sample because
in some cases fetching also requires authentication.

Signed-off-by: Stewart Hore <email address hidden>
Acked-by: Masahiro Yamada <email address hidden>
Signed-off-by: stewarthore <email address hidden>

4266f34... by Andy Whitcroft

cranky: fix -- add mainline version as first variant

Add the mainline version (-6.8 etc) as a variant. Add this as the first
variant so that it becomes the primary testing variant.

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

294f39e... by Juerg Haefliger

Revert "cranky/crankylib/cli: Fix multi-paragraph-with-arguments help text rendering"

This reverts commit b257e818dbf5a8c80157e6aa4dd0f638a9cf57dd.

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

e45b612... by Juerg Haefliger

cranky/list-repos: Use cli.argument_handle()

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

5151cb5... by Juerg Haefliger

cranky/crankylib/cli: Accept arbitrary arguments in argument_handle()

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

4fa9858... by Zixing Liu

cranky: refactor list-repos: subprocess dispatch -> Python fn dispatch

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