mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
upgrades: Hold janus during dist-upgrade
Tests: 1. Install Janus on stable system. 2. Start a dist-upgrade to testing. - Janus is held during dist-upgrade. - Janus is force upgraded by Plinth after dist-upgrade is complete. Closes: #2254. Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
042dd95de5
commit
ecc31fe1fd
@ -79,7 +79,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', 'mumble-server', 'radicale', 'roundcube-core', 'tt-rss'
|
'firewalld', 'janus', '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