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:
James Valleroy 2022-08-23 09:12:24 -04:00 committed by Sunil Mohan Adapa
parent 042dd95de5
commit ecc31fe1fd
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -79,7 +79,8 @@ Pin-Priority: 500
DIST_UPGRADE_OBSOLETE_PACKAGES: List[str] = []
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']