~canonical-kernel/+git/kteam-tools:remove_shell_prompt

Last commit made on 2023-07-14
Get this branch:
git clone -b remove_shell_prompt 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:
remove_shell_prompt
Repository:
lp:~canonical-kernel/+git/kteam-tools

Recent commits

ced2b82... by John Cabaj

cranky/docs: remove shell prompt for easier copying from ReadTheDocs

Signed-off-by: John Cabaj <email address hidden>

a613a5b... by Andy Whitcroft

info/kernel-series: Set all swm.kernel-testing: true

The `swm.kernel-testing` flag is used to generate test requests with a
nice `kernel-testing--{soure name}--full--{flavour}` name instead of the
package source name. This can disambiguate package names in certain
cases and should be the perferred method. Update all the cases in
info/kernel-series.yaml where we've added kernels with this flag set to
false. We should no longer have kernels that are not built with these
virtual package names.

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

10f984d... by Francis Ginther

info/kernel-series: Set all swm.kernel-testing: true

The `swm.kernel-testing` flag is used to generate test requests with a
nice `kernel-testing--{soure name}--full--{flavour}` name instead of the
package source name. This can disambiguate package names in certain
cases and should be the perferred method. Update all the cases in
info/kernel-series.yaml where we've added kernels with this flag set to
false. We should no longer have kernels that are not built with these
virtual package names.

Signed-off-by: Francis Ginther <email address hidden>

c7487ad... by Andy Whitcroft

cascardo/checkout_refname

Fixes a problem when checking out a cycle where tags don't have matching tagnames.

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

f28e6b9... by Thadeu Lima de Souza Cascardo

cranky/checkout: use refname instead of tagname

A tag reference is a path inside .git/refs/tags/. A refname is a path
inside .git/. A tagname is an attribute inside a tag object.

When doing a checkout of cycle reference, use its original refname instead of
the tagname, which may not be the same as the tag reference, leading to
failed checkouts, like:

fatal: 'refs/tags/lrm/Ubuntu-5.4.0-153.170+6' is not a commit and a branch 'cranky/master-s2023.05.15' cannot be created from it
git checkout failed rc=128

Signed-off-by: Thadeu Lima de Souza Cascardo <email address hidden>

86dd780... by Thadeu Lima de Souza Cascardo

crl/cycle_ref: add refname to CycleRef

Signed-off-by: Thadeu Lima de Souza Cascardo <email address hidden>

8d7e759... by Andy Whitcroft

info/kernel-series: add j/aws-fips

I haven't assigned routing yet, since it's under development.

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

0d653e9... by Magali Lemes do Sacramento

info/kernel-series: add j/aws-fips

Signed-off-by: Magali Lemes <email address hidden>

2bbb875... by Andy Whitcroft

annotations-tools: drop kernelconfig

Drop kernelconfig from annotations-tools. This script is not portable
across multiple releases, so we don't want to sync it via `cranky fix`.

Remove it for now from the centralized repository.

In the future we may decide to fix this script to make it portable
across all the releases and then we can re-add it back, but for now it
is better to exclude it to avoid potential breakage during the cranky
process.

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

8d87681... by Andrea Righi

annotations-tools: drop kernelconfig

Drop kernelconfig from annotations-tools. This script is not portable
across multiple releases, so we don't want to sync it via `cranky fix`.

Remove it for now from the centralized repository.

In the future we may decide to fix this script to make it portable
across all the releases and then we can re-add it back, but for now it
is better to exclude it to avoid potential breakage during the cranky
process.

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