Instead of calling agl_dependencies.sh through
cloud_user_data, we call it directly in the basebuild.json.
Change-Id: I00644835f77e581fe88717aeadfa7b67a4365983
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
# vim: set tw=4 sw=4 sts=4 et :
# Presently nothing to do
-
-sed -i 's/ubuntu.mirror.vexxhost.com/us.archive.ubuntu.com/g' /etc/apt/sources.list
"scripts": [
"provision/baseline.sh",
"provision/basebuild.sh",
+ "provision/agl_dependencies.sh",
"provision/system_reseal.sh"
],
"execute_command": "chmod +x {{ .Path }}; if [ \"$UID\" == \"0\" ]; then {{ .Vars }} '{{ .Path }}'; else {{ .Vars }} sudo -E '{{ .Path }}'; fi"
{
- "base_image": "Ubuntu 16.04 LTS (2016-06-10)",
+ "base_image": "Ubuntu 16.04 (2016-08-31) - LF upload",
"cloud_user": "ubuntu",
"distro": "Ubuntu 16.04",
- "cloud_user_data": "provision/agl_dependencies.sh"
+ "cloud_user_data": "null_data"
}