~canonical-kernel/+git/kteam-tools:juergh/mainline-use-python2

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

Recent commits

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>

c9db7a6... by Thibf

cranky/push-review: update docs to reflect the newly added

Signed-off-by: Thibault Ferrante <email address hidden>

a84de21... by Agathe Porte

push-review: s/pr_note/pr_info/ & drop pr_note

Signed-off-by: Agathe Porte <email address hidden>

4a0314b... by Agathe Porte

push-review: make the output copy/pastable to JIRA

Signed-off-by: Agathe Porte <email address hidden>

63929d1... by Agathe Porte

push-review: introduce pr_warn

Signed-off-by: Agathe Porte <email address hidden>

4003c72... by Agathe Porte

push-review: output messages to stderr

Signed-off-by: Agathe Porte <email address hidden>

239e6c2... by Agathe Porte

push-review: rework clone to work on all derivatives

The current implementation relies on /usr3 clones which
can be outdated and not exist for some derivatives.

This patch will pull the generic repo (which should always exist)
and complete the git repository from a Launchpad remote
copied from the local git repository.

Signed-off-by: Agathe Porte <email address hidden>

6d6ad3e... by Agathe Porte

push-review: remove verify-release-ready

Signed-off-by: Agathe Porte <email address hidden>

6a514ac... by Thibf

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 shell-helper for various informations: directories,
series, sources, package-names.

Signed-off-by: Thibault Ferrante <email address hidden>