From 10d8ae6b84327ef1248a10087addfeeb9bf976c0 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 10 Jun 2018 20:16:49 +0000 Subject: Allow arm64 build node to access repository This will make progress faster by not requiring to wait for mirrors between builds. To be removed when it gets added as a normal node. --- deployment/mga_buildsystem/manifests/config.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 6f04021e..83ae517d 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -164,6 +164,7 @@ class mga_buildsystem::config { $::nodes_ipaddr[armrest][ipv4], $::nodes_ipaddr[neru][ipv4], $::nodes_ipaddr[neru][ipv6], + 'd6576730-3e30-4697-824e-20b606db9908.pub.cloud.scaleway.com', ] $repo_allow_from_domains = [ ".${::domain}", -- cgit v1.2.1