Browse Source

Fix for disabled repos

Change-Id: Icbbd64144e6619eaa56e02c6c9362c7bcad9dd96
pull/128/head
sgudz 7 years ago
parent
commit
f73b92fddf
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      linux/meta/meta.yml

+ 2
- 0
linux/meta/meta.yml View File

@@ -7,10 +7,12 @@ graph:
relations:
{%- if system.repo is defined %}
{%- for repo_name, repo in system.repo.iteritems() %}
{%- if repo.get('enabled', True) %}
- service: apt.repo
host_external: {{ repo.source }}
direction: source
type: tcp-http
{%- endif %}
{%- endfor %}
{%- endif %}
{%- endif %}

Loading…
Cancel
Save