Skip to content

Commit d951cfe

Browse files
authored
Check multiple origins for package type (#953)
1 parent 36e13f1 commit d951cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/lib/linuxmint/mintUpdate/Classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def __init__(self, package=None, source_name=None):
145145
if origin.origin == "linuxmint":
146146
if origin.component == "romeo":
147147
self.type = "unstable"
148-
break
148+
break
149149
if package.candidate.section == "kernel" or self.package_name.startswith("linux-headers") or self.real_source_name in ["linux", "linux-kernel", "linux-signed", "linux-meta"]:
150150
self.type = "kernel"
151151

0 commit comments

Comments
 (0)