mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
radicale: Rerun setup when package updated
Closes: #2501 Tests: - Install radicale app. - Install a sample package using apt. Trigger will be run and but will not result in radicale setup rerun. - Make newer radicale available. This can be done by enabling testing distribution but setting its priority low. radicale priority from testing will be set to high. When unattened-upgrades is run, it will trigger the FreedomBox mechanism and will result in database upgrade. - After this install a sample package using apt. Trigger will be run but will not result in radicale setup rerun. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
f098aecc2a
commit
2b6bac2b73
@ -67,7 +67,8 @@ class RadicaleApp(app_module.App):
|
||||
tags=info.tags, login_required=True)
|
||||
self.add(shortcut)
|
||||
|
||||
packages = Packages('packages-radicale', ['radicale'])
|
||||
packages = Packages('packages-radicale', ['radicale'],
|
||||
rerun_setup_on_upgrade=True)
|
||||
self.add(packages)
|
||||
|
||||
dropin_configs = DropinConfigs('dropin-configs-radicale', [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user