~canonical-kernel/+git/kteam-tools:gagath/cranky-pull-sources-latest

Last commit made on 2023-11-22
Get this branch:
git clone -b gagath/cranky-pull-sources-latest 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:
gagath/cranky-pull-sources-latest
Repository:
lp:~canonical-kernel/+git/kteam-tools

Recent commits

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>

0579655... by Andy Whitcroft

proceedures: series-opening -- fix ordering issue with prereq pointers

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

dd1e038... by Andy Whitcroft

proceedures: proceedure-cards -- follow change of state and transition names

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

2079b4d... by Andy Whitcroft

proceedures: point-release -- use graphing to improve ordering

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

9733cf7... by Andy Whitcroft

proceedures: series-opening -- optimise the dependency graph based on visualisation

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

0b249c1... by Andy Whitcroft

proceedures/series-opening: ADT stimuli linkage bad

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

4e0cfc9... by Andy Whitcroft

cranky: completion: Workaround the missing YAML files that were moved to kernel-versions

A definitive solution probably involves making "cranky shell-helper
list-handles" and "cranky shell-helper list-cycles" faster, but in the
meantime add an environment variable to point to the local
kernel-versions repo and fallback to assume that kernel-versions/
lives right alongside with kteam-tools/.

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

50ef799... by Marcelo Cerri

cranky: completion: Workaround the missing YAML files that were moved to kernel-versions

A definitive solution probably involves making "cranky shell-helper
list-handles" and "cranky shell-helper list-cycles" faster, but in the
meantime add an environment variable to point to the local
kernel-versions repo and fallback to assume that kernel-versions/
lives right alongside with kteam-tools/.

Signed-off-by: Marcelo Henrique Cerri <email address hidden>