
Update Apt cache prior to all package installation tasks. Adds apt_cache_valid_time, which defaults to 3600 seconds. This allows the time for which the Apt cache is valid to be configured. Change-Id: I0ecf4f4ce9b7333d3e41c69c3f908bee83391781 Story: 2004960 Task: 41766
7 lines
194 B
Plaintext
7 lines
194 B
Plaintext
---
|
|
###############################################################################
|
|
# Apt package manager configuration.
|
|
|
|
# Apt cache TTL in seconds. Default is 3600.
|
|
apt_cache_valid_time: 3600
|