Release 10.3.0 #120

Manually merged
jlecour merged 51 commits from unstable into stable 2020-12-21 16:12:23 +01:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 1d8b7c3bea - Show all commits

View file

@ -21,6 +21,7 @@ The **patch** part changes incrementally at each release.
### Changed
* apt: disable APT Periodic
* evoacme: upstream release 20.11
### Fixed

View file

@ -11,6 +11,7 @@
with_items:
- { line: "APT::Install-Recommends \"false\";", regexp: 'APT::Install-Recommends' }
- { line: "APT::Install-Suggests \"false\";", regexp: 'APT::Install-Suggests' }
- { line: "APT::Periodic::Enable \"0\";", regexp: 'APT::Periodic::Enable' }
when: apt_evolinux_config
tags:
- apt