1
0
mirror of https://github.com/systemd/systemd synced 2024-07-01 07:34:28 +00:00

mkosi: use ports.ubuntu.com for non-x86 backports

Follow-up for 46368556af
This commit is contained in:
Luca Boccassi 2024-06-16 15:28:56 +01:00
parent 4cfcde024f
commit c01cb8cbff
4 changed files with 24 additions and 3 deletions

View File

@ -3,9 +3,6 @@
[Match]
Distribution=ubuntu
[Distribution]
PackageManagerTrees=noble-backports.sources:/etc/apt/sources.list.d/noble-backports.sources
[Content]
Packages=
linux-image-generic

View File

@ -0,0 +1,9 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
# The ports Ubuntu archive is for non i386/amd64 repositories
[Match]
Architecture=!x86-64
Architecture=!x86
[Distribution]
PackageManagerTrees=noble-backports-ports.sources:/etc/apt/sources.list.d/noble-backports-ports.sources

View File

@ -0,0 +1,9 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
# The main Ubuntu archive is only for i386/amd64 repositories
[Match]
Architecture=|x86-64
Architecture=|x86
[Distribution]
PackageManagerTrees=noble-backports.sources:/etc/apt/sources.list.d/noble-backports.sources

View File

@ -0,0 +1,6 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
Types: deb
URIs: http://ports.ubuntu.com
Suites: noble-backports
Components: main universe
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg