lxc / lxc-templates

Old style template scripts for LXC (prefer distrobuilder)
GNU Lesser General Public License v2.1
53 stars 56 forks source link

lxc-debian: improve detection of official architectures #58

Closed terceiro closed 1 year ago

terceiro commented 1 year ago

An official architecture is not always available in testing. New architectures get added to unstable first, and only some time after that they may get added to testing as well. This is just now happening with riscv64, and checking whether it's available in testing will not give the correct answer for the question "is this an official Debian architecture?".

Also, since debian-ports only contain unstable, just refuse to use debian-ports if not creating an unstable/sid container.

stgraber commented 1 year ago

Hey @terceiro, looks like your commit is missing the Signed-off-by line.

terceiro commented 1 year ago

Hey @terceiro, looks like your commit is missing the Signed-off-by line.

meh. fixed now