~canonical-kernel/+git/kteam-tools:anthonywong/s2023.10.30-oem

Last commit made on 2023-11-28
Get this branch:
git clone -b anthonywong/s2023.10.30-oem 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:
anthonywong/s2023.10.30-oem
Repository:
lp:~canonical-kernel/+git/kteam-tools

Recent commits

76c17f2... by Anthony Wong

kernel.ubuntu.com: defer ~2 weeks for oem patches in s2023.10.30

Signed-off-by: Anthony Wong <email address hidden>

676033e... by Andy Whitcroft

[linux-firmware] Allow gitea permissions to linux-firmware

- Allow Gitea push rights to linux-firmware/master

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

97edea8... by Sean Feole

[linux-firmware] Allow gitea permissions to linux-firmware

- Allow Gitea push rights to linux-firmware/master

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

c3b1114... by Agathe Porte

cranky: push-review: add new -f, --force option

When re-pushing an already-uploaded crank, the `scp` call will
correctly erase the existing files but the `git push` will fail to push
the new tag.

Add a new -f, --force option to allow to erase references on the remote
git repository.

Signed-off-by: Agathe Porte <email address hidden>
Acked-by: Thibault Ferrante <email address hidden>
Signed-off-by: Agathe Porte <email address hidden>

e634385... by Thibf

verify-release-ready: Handle missing remote branch tracking

Catch error from Git.remote() in case there is no remote configured
Signed-off-by: Thibault Ferrante <email address hidden>
Acked-by: Manuel Diewald <email address hidden>
Signed-off-by: Thibault Ferrante <email address hidden>

39b94d8... by Thibf

ktl/git: Error out when getting a remote which isn't defined

Getting the current tracked remote default to origin if there isn't
a remote tracked.
This can create confusion and mislead, a safer choice is to error out
in such a case.

Signed-off-by: Thibault Ferrante <email address hidden>
Acked-by: Manuel Diewald <email address hidden>
Signed-off-by: Thibault Ferrante <email address hidden>

7578b5b... by Agathe Porte

cranky: pull-sources: new -l, --latest option to ignore .getabis

While cranking regular kernels, it is cumbersome to create .getabis
files just for pulling all sources. The pull-source command supports
automatic pull without the .getabis files if no version is passed.

Introduce a new -l, --latest option to make pull-sources not use
.getabis but do not enable this option by default. This will facilitate
the cranking process for regular kernels, because the current process if
one does not want to create .getabis files is to manually call
pull-source for each package.

Signed-off-by: Agathe Porte <email address hidden>
Acked-by: Thibault Ferrante <email address hidden>
Signed-off-by: Agathe Porte <email address hidden>

473e15d... by Agathe Porte

cranky: docs: introduce pull-sources --latest

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

bcc8511... by Agathe Porte

cranky: pull-sources: new -l, --latest option to ignore .getabis

While cranking regular kernels, it is cumbersome to create .getabis
files just for pulling all sources. The pull-source command supports
automatic pull without the .getabis files if no version is passed.

Introduce a new -l, --latest option to make pull-sources not use
.getabis but do not enable this option by default. This will facilitate
the cranking process for regular kernels, because the current process if
one does not want to create .getabis files is to manually call
pull-source for each package.

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

f48f8fd... by Andy Whitcroft

proceedures: cleanup series opening and point release

Cleanup series-opening and point-release proceedures based on examinations after graph based review.

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