mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
snapshots: Increment version to 2
Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
parent
3e5057e8cd
commit
d74f42749d
@ -75,7 +75,6 @@ def subcommand_setup(_):
|
|||||||
|
|
||||||
|
|
||||||
def _set_default_config():
|
def _set_default_config():
|
||||||
# Software snapshots' default minimum age: 30 days
|
|
||||||
command = [
|
command = [
|
||||||
'snapper', 'set-config', 'TIMELINE_CREATE=yes',
|
'snapper', 'set-config', 'TIMELINE_CREATE=yes',
|
||||||
'TIMELINE_LIMIT_HOURLY=10', 'TIMELINE_LIMIT_MONTHLY=2',
|
'TIMELINE_LIMIT_HOURLY=10', 'TIMELINE_LIMIT_MONTHLY=2',
|
||||||
|
|||||||
@ -25,7 +25,7 @@ from django.utils.translation import ugettext_lazy as _
|
|||||||
from plinth import actions
|
from plinth import actions
|
||||||
from plinth.menu import main_menu
|
from plinth.menu import main_menu
|
||||||
|
|
||||||
version = 1
|
version = 2
|
||||||
|
|
||||||
managed_packages = ['snapper']
|
managed_packages = ['snapper']
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user