Skip to content

Commit

Permalink
api: add deb-multimedia.org check to is_supported_system
Browse files Browse the repository at this point in the history
`deb-multimedia.org` is a common enough third party repo that has specific versions per each debian release. mixing and matching versions is not supported WILL result in a broken apt system.

Additionally, they support "stable" "oldstable" and "oldoldstable" target names in addition to the traditional codename (bookworm/bullseye/buster/etc), these "stable" based targets should never every be used in any circumstance as they will change arbitrarily when the repo maintainer updates to the newest debian release naming.

the system will be marked as unsupported in the case that the user uses any of the "stable" based names or a debian codename which does not match the system's codename.
  • Loading branch information
theofficialgman committed Nov 14, 2023
1 parent 08e8643 commit 9a719f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api
Original file line number Diff line number Diff line change
Expand Up @@ -2572,6 +2572,7 @@ raspbian.raspberrypi.com/raspbian\|archive.raspberrypi.com/debian\|\
debian.org/debian\|security.debian.org/\|\
ports.ubuntu.com\|esm.ubuntu.com/apps/ubuntu\|esm.ubuntu.com/infra/ubuntu\|\
repo.huaweicloud.com/debian\|repo.huaweicloud.com/ubuntu-ports\|\
deb-multimedia.org|\
apt.pop-os.org\|\
apt.armbian.com")"
if uname -m | grep -qi 'x86\|i686\|i386'; then
Expand Down

0 comments on commit 9a719f3

Please sign in to comment.