mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-04 08:13:38 +00:00
upgrades: Allow backports from src:freedombox
This allows any binary package in src:freedombox to be upgraded from backports, so that packaged manuals are included. Thanks for Frank Woodward for finding the root cause and solution. Tests: - Build a FreedomBox bullseye image with backports disabled. - During setup, enable backports, and update packages. freedombox package from bullseye-backports is installed, but freedombox-doc-* packages are from bullseye. - Install freedombox package with the fix, and update packages. freedombox-doc-* packages from bullseye-backports are installed. Closes #2106. Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
5b8316bcc7
commit
5ea78f6e28
@ -34,7 +34,7 @@ RELEASE_FILE_URL = \
|
||||
|
||||
APT_PREFERENCES_FREEDOMBOX = '''Explanation: This file is managed by FreedomBox, do not edit.
|
||||
Explanation: Allow carefully selected updates to 'freedombox' from backports.
|
||||
Package: freedombox
|
||||
Package: src:freedombox
|
||||
Pin: release a={}-backports
|
||||
Pin-Priority: 500
|
||||
'''
|
||||
|
||||
@ -62,7 +62,7 @@ class UpgradesApp(app_module.App):
|
||||
|
||||
app_id = 'upgrades'
|
||||
|
||||
_version = 10
|
||||
_version = 11
|
||||
|
||||
can_be_disabled = False
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user