~canonical-kernel/+git/kteam-tools:corytodd/cranky-dput-autodetect-stream

Last commit made on 2023-08-16
Get this branch:
git clone -b corytodd/cranky-dput-autodetect-stream 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:
corytodd/cranky-dput-autodetect-stream
Repository:
lp:~canonical-kernel/+git/kteam-tools

Recent commits

2834f66... by Cory Todd

cranky: docs -- dput-sources auto destination

Update docs for cranky dput-sources to prefer the use of auto over other
destinations.

Signed-off-by: Cory Todd <email address hidden>

7fc3c47... by Cory Todd

cranky: dput-source -- autodetect stream option

Add a new magic destination named auto that will query SWM for the
proper stream to upload to. The built.route-entry property only recently
became mandatory so treat both missing and build.route-entry=1 as the
default stream 1.

Signed-off-by: Cory Todd <email address hidden>

43cded5... by Cory Todd

cranky: shell-helper -- add read-swm-property

Add a helper that can read one or more SWM properties from a tracking
bug. One or more keys must be specified in the query. An empty line is
returned for any requested key that is not found on SWM.

Signed-off-by: Cory Todd <email address hidden>

4b178a6... by Cory Todd

ktl/tracking_bug2: get nested swm properties

Extend wf_get_property to read nested properties from the SWM workflow
body of a tracking bug. This preserves the current behavior and allows
setting a cutom default value should the key not be found.

Signed-off-by: Cory Todd <email address hidden>

6693720... by Cory Todd

cranky: dput-sources -- silence shellcheck warning

SC2048 does not apply because we are using an array as an arg list.

Signed-off-by: Cory Todd <email address hidden>

755d07c... by Andrea Righi

info/kernel-series: update mantic/linux to 6.5

Signed-off-by: Andrea Righi <email address hidden>
Acked-by: Timo Aaltonen <email address hidden>
Signed-off-by: Andrea Righi <email address hidden>

d49db91... by Andrea Righi

info/kernel-series: update mantic/linux to 6.5

Signed-off-by: Andrea Righi <email address hidden>

4dd6866... by Stefan Bader

kernel-devs: Add hwang4 and obsolete lukenow

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

4f63b76... by Sean Feole

info/kernel-series: Update j/azure-fde meta pkgs

Update the j/linux-azure-fde meta pkgs

j/linux-azure-fde 5.15 src -> linux-azure-fde-lts-22.04 meta
j/linux-azure-6.2-fde src -> linux-azure-fde-edge meta

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

a450bb1... by Andy Whitcroft

corytodd/stable--fix-publish-tags

This commit fixes publish-tags so it will be able to sync our kernel master branches again. Branch sync has been broken since around
2022.10.22.

Breakdown the publish-tags script into its core function of publishing tags. Lots of commented out code has been removed, prints
converted to logging, and some moving everything out of the global space.

The key fix is http://10.131.201.69/kernel/kteam-tools/commit/382713b75e560a2e163191293892acf6cf96b5b9
which skips any repo that has a privacy mismatch between kernel-series and launchpad. This detects bugs like
http://10.131.201.69/kernel/kteam-tools/pulls/256 so we don't crater in a similar manner in the future.
Acked-by: Andy Whitcroft <email address hidden>

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