From ab28924eb17d533185fecfe082c224fc96279621 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Wed, 5 Sep 2018 03:30:49 -0700 Subject: Add alternative sources.list file In order to reduce the traffict during the installation of external packages is possible to configure it to consume a local mirror. This change adds that alternative. Change-Id: I5d7b385171e77afe12ccaad31edd59cf4f0f21fb Signed-off-by: Victor Morales Issue-ID: MULTICLOUD-301 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b38d6e29..e6cf3268 100644 --- a/.gitignore +++ b/.gitignore @@ -30,5 +30,6 @@ src/k8splugin/plugins/**/*.so vagrant/inventory/hosts.ini vagrant/inventory/group_vars/all.yml vagrant/config/pdf.yml +vagrant/sources.list *.retry *.vdi -- cgit 1.2.3-korg