added option to disable system- and package upgrade as well as service
restart
This commit is contained in:
@ -16,6 +16,10 @@ min_version_diff=2
|
||||
# not close all deleted files (any platform)
|
||||
do_reboot=no
|
||||
|
||||
do_system_upgrade=yes
|
||||
do_package_upgrade=yes
|
||||
do_service_restart=yes
|
||||
|
||||
|
||||
# The packages section contains <package>=<version_diff> pairs to override the
|
||||
# default min_version_diff. Note that package naming may differ depending on
|
||||
|
Reference in New Issue
Block a user