ubports / crossbuilder

A debian package cross building tool using LXD
13 stars 17 forks source link

nonsdk_container_setup: support Deb822 (.sources) files #80

Open peat-psuwit opened 7 months ago

peat-psuwit commented 7 months ago

This new format is used starting in Ubuntu 24.04. It looks something like this:

Types: deb
URIs: http://archive.ubuntu.com/ubuntu
Suites: noble noble-updates noble-backports
Components: main universe restricted multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg

I feel like it's a bit harder to manipulate. Maybe using python-apt would make our life easier.

Will have to deal with, perhaps around the time we have first Noble-based image.