~smb/+git/kteam-tools:cranky/crl/gitlib

Last commit made on 2021-04-06
Get this branch:
git clone -b cranky/crl/gitlib https://git.launchpad.net/~smb/+git/kteam-tools
Only Stefan Bader can upload to this branch. If you are Stefan Bader please log in for upload directions.

Branch merges

Branch information

Name:
cranky/crl/gitlib
Repository:
lp:~smb/+git/kteam-tools

Recent commits

a7a3bc4... by Stefan Bader

cranky: checkout: Use new git interfaces from crl.git

This removes all local implementation and converts the calls to the new
class interfaces.

Based-on-work-from: Marcelo Henrique Cerri <email address hidden>
Signed-off-by: Stefan Bader <email address hidden>

f49d61c... by Stefan Bader

cranky: crl: git: Add new library with git interfaces for cranky

This creates new class based interfaces which primarily are targeted for
cranky checkout and its future counterpart for pushing sets. Possibly
can be extended for use of any cranky commands that do git commands.

Based-on-work-from: Marcelo Henrique Cerri <email address hidden>
Signed-off-by: Stefan Bader <email address hidden>

61565da... by Andy Whitcroft

kernel-stable-dashboard: link vt tasks to specific packages

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

a52b08b... by Andy Whitcroft

sru-report: add incoming per series/package anchors

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

992921e... by Andy Whitcroft

sru-report: order packages by type

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

e75318b... by Andy Whitcroft

sru-report: add the concept of a packaging-tracker

We have a tracker we use to hang dkms-version updates and the like to.
These are either good (the package builds) or bad (it does not).
Therefore they do not require validation. Add the concept of a
packaging-tracker and wire that into the sru-report.

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

794d31e... by Stefan Bader

adt-tools: adt-submit-bug: Improve bug description

When we generate the bug reports from ADT failures it seems that the
terse text causes people to assume we want to shift blame to the
tested package.
To avoid that, I have added a boilerplate text that explains things
a little. Also I changed the bug creation to add a kernel task in
parallel to the package task if the tested package was not the kernel
itself.
Last but not least, I added a usage message if one runs the command
without arguments. So people do not have to check the code each time
they run this.

Signed-off-by: Stefan Bader <email address hidden>
Acked-by: Kleber Sacilotto de Souza <email address hidden>
Signed-off-by: Stefan Bader <email address hidden>

b2f5d18... by Krzysztof Kozlowski

stable/README: install Launchpad API from APT

The ~arsenal-devel/arsenal/python-launchpadlib-toolkit is outdated and
simply the APT package should be used.

Acked-by: Tim Gardner <email address hidden>
Signed-off-by: Krzysztof Kozlowski <email address hidden>
Signed-off-by: Marcelo Henrique Cerri <email address hidden>

07395d0... by Krzysztof Kozlowski

Revert "info/kernel-series: add focal:linux-azure-5.8"

This reverts commit 206dc5f4e21cfd13dfbf8f1ee5c10c703de32007. It was
committed for the second time, duplicating the existing commit
b5b47f5bad52 ("info/kernel-series: add focal:linux-azure-5.8").

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

5d4a1eb... by Andy Whitcroft

admin: admin-lp-git-permissions -- fix snap tag prefixes

We are using the branch prefix without any version suffix as the tag
prefix; gke -> Ubuntu-gke, gke-5.4 -> Ubuntu-gke. Fix up the mapping to
drop any version suffix, and add a guard against trying to add duplicate
prefixes.

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