~canonical-kernel/+git/kteam-tools:wenchien/uc20-jollyville

Last commit made on 2023-08-17
Get this branch:
git clone -b wenchien/uc20-jollyville 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:
wenchien/uc20-jollyville
Repository:
lp:~canonical-kernel/+git/kteam-tools

Recent commits

e1dd998... by Jesse Sung

info/kernel-series: f/uc20-jollyville: Mark as supported

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

5790e71... by Jesse Sung

info/kernel-series: f/uc20-jollyville: Add snap info

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

85d863c... by Agathe Porte

cranky: docs: bold supported archs for compileselftests

This limitation is easy to miss on a first read.

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

3284c85... by Agathe Porte

cranky: docs: tags pushed warning is expected

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

6fa6f74... by Hui Wang

info/kernel-series: change the owner hwang4 to launchpad id hui.wang

This only affects linux-qcom-qcs410 and linux-uc20-qcom-qcs410.

Signed-off-by: Hui Wang <email address hidden>
Acked-by: Po-Hsu Lin <email address hidden>
Signed-off-by: Cory Todd <email address hidden>

018ab85... by Thibf

verify-release-ready: improve execution time for tags checks

Going through `git tag --contains <>` is very slow in case where
there is lots of tags, and can be replaced by `git describe --exact-match`
to have faster results

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

8006a87... by Cory Todd

cranky: dput-sources autodetect stream

Launchpad knows where we should dput the sources for a given crank. Add
an option to ask LP what the correct destination is based on the state
of the tracking-bug file.

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

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>