~canonical-kernel/+git/kteam-tools:roxanan/trusty-chroot-python3

Last commit made on 2023-11-15
Get this branch:
git clone -b roxanan/trusty-chroot-python3 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:
roxanan/trusty-chroot-python3
Repository:
lp:~canonical-kernel/+git/kteam-tools

Recent commits

ccc2ac2... by Roxana Nicolescu

cranky: chroot: install python3 for trusty for signed autogen v3.1

It's needed at least for trusty:linux-lts-xenial because it's migrated
to autogen v3.1 for a while now.

Signed-off-by: Roxana Nicolescu <email address hidden>

c8ee8fe... by Roxana Nicolescu

cranky: fix: annotations: include focal release

Now that focal will migrate to the new annotation model, cranky fix
should include 20.04 kernels as well.

Signed-off-by: Roxana Nicolescu <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Signed-off-by: Roxana Nicolescu <email address hidden>

e07783a... by Roxana Nicolescu

cranky: fix: annotations: include focal release

Now that focal will migrate to the new annotation model, cranky fix
should include 20.04 kernels as well.

Signed-off-by: Roxana Nicolescu <email address hidden>

5e7185f... by Andy Whitcroft

dashboard: Port to python3

Port remaining scripts to python3 and use a consistent shebang
'#!/usr/bin/env python3'.

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

bd05b86... by Juerg Haefliger

dashboard: Port to python3

Port remaining scripts to python3 and use a consistent shebang
'#!/usr/bin/env python3'.

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

fd2a171... by Andy Whitcroft

packaging: Remove it

Currently, there are symlinks in the different packaging directories that point to the
corresponding subdirectories in kteam-tools. That works for building the pypi packages
but not the snap. A new (temporary) repo [1] has been set up for the packaging effort,
so remove the packaging files from kteam-tools.

[1] https://git.launchpad.net/~juergh/+git/cranky-snap

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

eb2baad... by Juerg Haefliger

packaging: Remove it

Currently, there are symlinks in the different packaging directories that point to the
corresponding subdirectories in kteam-tools. That works for building the pypi packages
but not the snap. A new (temporary) repo [1] has been set up for the packaging effort,
so remove the packaging files from kteam-tools.

[1] https://git.launchpad.net/~juergh/+git/cranky-snap

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

96f3706... by Andy Whitcroft

mainline-builds: Explicitly use python2

Some old script use shebang '#!/usr/bin/python' but that no longer
exists in newer releases leading to:

/home/ubuntu/kteam-tools/mainline-build/./cod-incoming-publish: /home/ubuntu/kteam-tools/mainline-build/./cod-result-index: /usr/bin/python: bad interpreter: No such file or directory

Change that to '#!/usr/bin/python2' until we convert them to python3.

Signed-off-by: Juerg Haefliger <email address hidden>
Acked-by: Roxana Nicolescu <email address hidden>
Acked-by: Andy Whitcroft <email address hidden>
Acked-by: Roxana Nicolescu <email address hidden>
Acked-by: Andy Whitcroft <email address hidden>
Signed-off-by: Andy Whitcroft <email address hidden>

93e45b5... by Juerg Haefliger

mainline-builds: Explicitly use python2

Some old script use shebang '#!/usr/bin/python' but that no longer
exists in newer releases leading to:

/home/ubuntu/kteam-tools/mainline-build/./cod-incoming-publish: /home/ubuntu/kteam-tools/mainline-build/./cod-result-index: /usr/bin/python: bad interpreter: No such file or directory

Change that to '#!/usr/bin/python2' until we convert them to python3.

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

2ce05dc... by Sean Feole

cranky/push-review: push all artifacts and tags required for a review

Takes care of basic verification and preparation of the remote before
pushing the latests tags created to each repo and associated artifacts.

Relies on cranky rmadison to know what are the dependant package to look
for.
Relies also on some funky string manipulation to filter expected packages
based on the latest tag.

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