mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-10 19:01:08 +00:00
Fixed a bug for binNMUs detect.
This commit is contained in:
parent
e08abbcb44
commit
3e75f09c49
@ -10,8 +10,7 @@ EXCUSES_OUTPUT = update.EXCUSES_py
|
|||||||
UPGRADE_OUTPUT = update.OUTPUT_py
|
UPGRADE_OUTPUT = update.OUTPUT_py
|
||||||
|
|
||||||
# List of release architectures
|
# List of release architectures
|
||||||
# ARCHITECTURES = i386 sparc alpha powerpc arm m68k hppa ia64 mips mipsel s390 amd64
|
ARCHITECTURES = i386 sparc alpha powerpc arm m68k hppa ia64 mips mipsel s390 amd64
|
||||||
ARCHITECTURES = i386 hppa
|
|
||||||
|
|
||||||
# if you're not in this list, arch: all packages are allowed to break on you
|
# if you're not in this list, arch: all packages are allowed to break on you
|
||||||
NOBREAKALL_ARCHES = i386
|
NOBREAKALL_ARCHES = i386
|
||||||
|
@ -902,10 +902,9 @@ class Britney:
|
|||||||
elif anyworthdoing:
|
elif anyworthdoing:
|
||||||
excuse.addhtml("Not considered")
|
excuse.addhtml("Not considered")
|
||||||
self.excuses.append(excuse)
|
self.excuses.append(excuse)
|
||||||
return False
|
|
||||||
|
|
||||||
# otherwise, return True
|
# otherwise, return False
|
||||||
return True
|
return False
|
||||||
|
|
||||||
def should_upgrade_src(self, src, suite):
|
def should_upgrade_src(self, src, suite):
|
||||||
"""Check if source package should be upgraded
|
"""Check if source package should be upgraded
|
||||||
|
Loading…
x
Reference in New Issue
Block a user