~canonical-kernel/+git/kteam-tools:apw/sru-cycle--close-out-redundant-cycles

Last commit made on 2023-09-11
Get this branch:
git clone -b apw/sru-cycle--close-out-redundant-cycles 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:
apw/sru-cycle--close-out-redundant-cycles
Repository:
lp:~canonical-kernel/+git/kteam-tools

Recent commits

55c46f1... by Andy Whitcroft

info/sru-cycle: close out completed cycles

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

f2da0ce... by Andrea Righi

chroot-setup: add rustc 1.68 build-depends for mantic

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

33a8b99... by Andrea Righi

chroot-setup: add rustc 1.68 build-depends for mantic

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

2751c5b... by Cory Todd

cranky: cycles -- fix lint errors

Fixup cranky cycles to conform to linting rules.

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

0b76c09... by Cory Todd

ci: enable lint checks

Enable pre-commit checks on "all files" which really means all files
included in our pre-commit file whitelist. Files included in this
whitelist must now pass all applicable lint checks defined in
.pre-commit-config.yaml.

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

3d37695... by Cory Todd

lint: enable linting whitelist

Introducing linting everywhere is too much churn. Instead, allow us to
opt-in to linting on a per-file or file pattern basis.

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

655cfc0... by Cory Todd

info/kernel-series: fix linux-larch routing

The routing key under focal:linux-larch is duplicated which produces a
completely empty routing entry for this source. Move the larch-carvers
routing information into a new table. This kernel is unsigned the
original ubuntu/2 is not necessary.

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

cf7354e... by Andy Whitcroft

info/kernel-series: devel -- add as-proposed for stream#2

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

ca8e796... by Andy Whitcroft

info/kernel-series: devel -- add as-proposed for stream#2

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

20dc275... by Cory Todd

ci: restrict CI to run on target context

We should always run CI from the target context. For this repo, it
doesn't really matter because only committers have PR access. As a
reference for best practice, we should encourage the more secure event.

Also fix the git config email typo.

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