mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
upgrades: Update list of holds during dist upgrade
Add bind9, minetest-server, minidlna. This matches the set of apps that implement force_upgrade. Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
e3c623b471
commit
3b69714e58
@ -83,8 +83,8 @@ Pin-Priority: 500
|
|||||||
DIST_UPGRADE_OBSOLETE_PACKAGES: List[str] = []
|
DIST_UPGRADE_OBSOLETE_PACKAGES: List[str] = []
|
||||||
|
|
||||||
DIST_UPGRADE_PACKAGES_WITH_PROMPTS = [
|
DIST_UPGRADE_PACKAGES_WITH_PROMPTS = [
|
||||||
'firewalld', 'janus', 'mumble-server', 'radicale', 'roundcube-core',
|
'bind9', 'firewalld', 'janus', 'minetest-server', 'minidlna',
|
||||||
'tt-rss'
|
'mumble-server', 'radicale', 'roundcube-core', 'tt-rss'
|
||||||
]
|
]
|
||||||
|
|
||||||
DIST_UPGRADE_PRE_INSTALL_PACKAGES = ['base-files']
|
DIST_UPGRADE_PRE_INSTALL_PACKAGES = ['base-files']
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user