Explorar el Código

Fix for disabled repos

Change-Id: Icbbd64144e6619eaa56e02c6c9362c7bcad9dd96
pull/128/head
sgudz hace 7 años
padre
commit
f73b92fddf
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      linux/meta/meta.yml

+ 2
- 0
linux/meta/meta.yml Ver fichero

@@ -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 %}

Cargando…
Cancelar
Guardar