~canonical-kernel/+git/kteam-tools:juergh/cranky-snap-home

Last commit made on 2023-11-17
Get this branch:
git clone -b juergh/cranky-snap-home 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/cranky-snap-home
Repository:
lp:~canonical-kernel/+git/kteam-tools

Recent commits

3bcaa5f... by Juerg Haefliger

cranky/cranky.py: Reset HOME if run as a snap

If run as a snap, snapd sets HOME to a snap-specific directory
~/snap/cranky/<version> which breaks cranky completely, so reset
it to its real value.

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

8b5d032... by Andy Whitcroft

procedures: update snap opening

With Dekstop FDE we actually now need snaps for every release. It just
is different how many snaps we need in which release.

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

aa4da3e... by Dimitri John Ledkov

procedures: update snap opening

With Dekstop FDE we actually now need snaps for every release. It just
is different how many snaps we need in which release.

Signed-off-by: Dimitri John Ledkov <email address hidden>

cd93d2f... by Andy Whitcroft

cranky/docs/snip-bashrc: remove so-trello from PYTHONPATH

Trello is not used anymore. This was already removed from the
configuration example in kteam-docs:

https://github.com/canonical/kteam-docs/commit/78af4392b8b6d2fe461e97

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

09a0e93... by Agathe Porte

cranky/docs/snip-bashrc: remove so-trello from PYTHONPATH

Trello is not used anymore. This was already removed from the
configuration example in kteam-docs:

https://github.com/canonical/kteam-docs/commit/78af4392b8b6d2fe461e97

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

52f2097... by Manuel Diewald

cranky: checkout: configure cbd remote with new cbd.kernel host

Currently cranky checkout will reset your cbd remote to the old
cbd:<series>.git url. This fix will configure cbd correctly using the
new .kernel hostname.

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

7432733... by Juerg Haefliger

git-index: Fix header

First column is the series.

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

098b567... by Juerg Haefliger

git-index: Fix header

First column is the series.

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

56d9786... by Juerg Haefliger

mainline-builds: fix triggers in PS5

Convert various mainline-build trigger components to handle deployment into PS5.
Acked-by: Juerg Haefliger <email address hidden>

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

def065b... by Andy Whitcroft

mainline-builds: split out version-map-building to the publisher

Now that triggering and publishing are not necessarily (or in actuality)
on the same hosts, we need to trigger version map triggers over
on the publisher.

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