2021-08-02 12:18:04 +02:00
|
|
|
# Debian mirror der ETH Zürich
|
|
|
|
# https://debian.ethz.ch/
|
2021-09-01 00:12:03 +02:00
|
|
|
# https://wiki.debianforum.de/Sources.list
|
2021-08-02 12:18:04 +02:00
|
|
|
|
|
|
|
# HTTPS mirror:
|
|
|
|
deb https://debian.ethz.ch/debian {{ ansible_distribution_release }} main
|
2023-07-31 17:26:22 +02:00
|
|
|
{%- if l3d_pkgs__ethz_contrib | bool -%}
|
2021-08-02 12:18:04 +02:00
|
|
|
{{- ' contrib' -}}
|
|
|
|
{%- endif -%}
|
2023-07-31 17:26:22 +02:00
|
|
|
{%- if l3d_pkgs__ethz_non_free | bool -%}
|
2021-08-02 12:18:04 +02:00
|
|
|
{{- ' non-free' -}}
|
2023-07-31 17:26:22 +02:00
|
|
|
{%- endif -%}
|
|
|
|
{%- if ansible_distribution_major_version >= '12' and l3d_pkgs__ethz_non_free_firmware | bool -%}
|
|
|
|
{{- ' non-free-firmware' -}}
|
2021-08-02 12:18:04 +02:00
|
|
|
{%- endif -%}
|
|
|
|
{{- '\n' -}}
|
|
|
|
deb-src https://debian.ethz.ch/debian {{ ansible_distribution_release }} main
|
2023-07-31 17:26:22 +02:00
|
|
|
{%- if l3d_pkgs__ethz_contrib | bool -%}
|
2021-08-02 12:18:04 +02:00
|
|
|
{{- ' contrib' -}}
|
|
|
|
{%- endif -%}
|
2023-07-31 17:26:22 +02:00
|
|
|
{%- if l3d_pkgs__ethz_non_free | bool -%}
|
2021-08-02 12:18:04 +02:00
|
|
|
{{- ' non-free' -}}
|
2023-07-31 17:26:22 +02:00
|
|
|
{%- endif -%}
|
|
|
|
{%- if ansible_distribution_major_version >= '12' and l3d_pkgs__ethz_non_free_firmware | bool -%}
|
|
|
|
{{- ' non-free-firmware' -}}
|
2021-08-02 12:18:04 +02:00
|
|
|
{%- endif -%}
|
|
|
|
{{- '\n\n' -}}
|
|
|
|
|
2023-07-31 17:36:20 +02:00
|
|
|
{%- if l3d_pkgs__ethz_security | bool -%}
|
2023-07-31 17:40:10 +02:00
|
|
|
{{ '# Inofficial Debian Security Mirror\n' }}
|
|
|
|
{%- if ansible_distribution_major_version >= '11' -%}
|
2021-09-01 00:12:03 +02:00
|
|
|
deb https://security.debian.ethz.ch/ {{ ansible_distribution_release }}-security main
|
2023-07-31 17:40:10 +02:00
|
|
|
{%- else -%}
|
2023-07-31 17:26:22 +02:00
|
|
|
deb https://security.debian.ethz.ch/ {{ ansible_distribution_release }}/updates main
|
|
|
|
{%- endif -%}
|
|
|
|
{%- if l3d_pkgs__ethz_contrib | bool -%}
|
2021-08-02 12:18:04 +02:00
|
|
|
{{- ' contrib' -}}
|
|
|
|
{%- endif -%}
|
2023-07-31 17:26:22 +02:00
|
|
|
{%- if l3d_pkgs__ethz_non_free | bool -%}
|
2021-08-02 12:18:04 +02:00
|
|
|
{{- ' non-free' -}}
|
2023-07-31 17:26:22 +02:00
|
|
|
{%- endif -%}
|
|
|
|
{%- if ansible_distribution_major_version >= '12' and l3d_pkgs__ethz_non_free_firmware | bool -%}
|
|
|
|
{{- ' non-free-firmware' -}}
|
2021-08-02 12:18:04 +02:00
|
|
|
{%- endif -%}
|
|
|
|
{{- '\n' -}}
|
2023-07-31 17:40:10 +02:00
|
|
|
{%- if ansible_distribution_major_version >= '11' -%}
|
2021-09-01 00:12:03 +02:00
|
|
|
deb-src https://security.debian.ethz.ch/ {{ ansible_distribution_release }}-security main
|
2023-07-31 17:40:10 +02:00
|
|
|
{%- else -%}
|
2023-07-31 17:26:22 +02:00
|
|
|
deb-src https://security.debian.ethz.ch/ {{ ansible_distribution_release }}/updates main
|
|
|
|
{%- endif -%}
|
|
|
|
{%- if l3d_pkgs__ethz_contrib | bool -%}
|
2021-09-01 00:12:03 +02:00
|
|
|
{{- ' contrib' -}}
|
|
|
|
{%- endif -%}
|
2023-07-31 17:26:22 +02:00
|
|
|
{%- if l3d_pkgs__ethz_non_free | bool -%}
|
2021-09-01 00:12:03 +02:00
|
|
|
{{- ' non-free' -}}
|
2023-07-31 17:26:22 +02:00
|
|
|
{%- endif -%}
|
|
|
|
{%- if ansible_distribution_major_version >= '12' and l3d_pkgs__ethz_non_free_firmware | bool -%}
|
|
|
|
{{- ' non-free-firmware' -}}
|
2021-09-01 00:12:03 +02:00
|
|
|
{%- endif -%}
|
|
|
|
{{- '\n\n' -}}
|
|
|
|
{%- endif -%}
|
|
|
|
|
2023-07-31 17:36:20 +02:00
|
|
|
{%- if l3d_pkgs__ethz_updates -%}
|
2021-09-01 18:13:28 +02:00
|
|
|
# {{ ansible_distribution_release }}-updates, previously known as 'volatile'
|
|
|
|
deb https://debian.ethz.ch/debian {{ ansible_distribution_release }}-updates main
|
2023-07-31 17:26:22 +02:00
|
|
|
{%- if l3d_pkgs__ethz_contrib | bool -%}
|
2021-09-01 00:12:03 +02:00
|
|
|
{{- ' contrib' -}}
|
|
|
|
{%- endif -%}
|
2023-07-31 17:26:22 +02:00
|
|
|
{%- if l3d_pkgs__ethz_non_free | bool -%}
|
2021-09-01 00:12:03 +02:00
|
|
|
{{- ' non-free' -}}
|
2023-07-31 17:26:22 +02:00
|
|
|
{%- endif -%}
|
|
|
|
{%- if ansible_distribution_major_version >= '12' and l3d_pkgs__ethz_non_free_firmware | bool -%}
|
|
|
|
{{- ' non-free-firmware' -}}
|
2021-09-01 00:12:03 +02:00
|
|
|
{%- endif -%}
|
|
|
|
{{- '\n' -}}
|
2021-09-01 02:50:17 +02:00
|
|
|
deb-src https://debian.ethz.ch/debian {{ ansible_distribution_release }}-updates main
|
2023-07-31 17:26:22 +02:00
|
|
|
{%- if l3d_pkgs__ethz_contrib | bool -%}
|
2021-08-02 12:18:04 +02:00
|
|
|
{{- ' contrib' -}}
|
|
|
|
{%- endif -%}
|
2023-07-31 17:26:22 +02:00
|
|
|
{%- if l3d_pkgs__ethz_non_free | bool -%}
|
2021-08-02 12:18:04 +02:00
|
|
|
{{- ' non-free' -}}
|
2023-07-31 17:26:22 +02:00
|
|
|
{%- endif -%}
|
|
|
|
{%- if ansible_distribution_major_version >= '12' and l3d_pkgs__ethz_non_free_firmware | bool -%}
|
|
|
|
{{- ' non-free-firmware' -}}
|
2021-08-02 12:18:04 +02:00
|
|
|
{%- endif -%}
|
|
|
|
{{- '\n\n' -}}
|
|
|
|
{%- endif -%}
|
|
|
|
|
2023-07-31 17:36:20 +02:00
|
|
|
{%- if l3d_pkgs__ethz__backports -%}
|
2022-03-07 12:07:17 +01:00
|
|
|
# {{ ansible_distribution_release }}-backports
|
|
|
|
deb https://debian.ethz.ch/debian {{ ansible_distribution_release }}-backports main
|
2023-07-31 17:26:22 +02:00
|
|
|
{%- if l3d_pkgs__ethz_contrib | bool -%}
|
2022-03-07 12:07:17 +01:00
|
|
|
{{- ' contrib' -}}
|
|
|
|
{%- endif -%}
|
2023-07-31 17:26:22 +02:00
|
|
|
{%- if l3d_pkgs__ethz_non_free | bool -%}
|
2022-03-07 12:07:17 +01:00
|
|
|
{{- ' non-free' -}}
|
2023-07-31 17:26:22 +02:00
|
|
|
{%- endif -%}
|
|
|
|
{%- if ansible_distribution_major_version >= '12' and l3d_pkgs__ethz_non_free_firmware | bool -%}
|
|
|
|
{{- ' non-free-firmware' -}}
|
2022-03-07 12:07:17 +01:00
|
|
|
{%- endif -%}
|
|
|
|
{{- '\n' -}}
|
|
|
|
deb-src https://debian.ethz.ch/debian {{ ansible_distribution_release }}-backports main
|
2023-07-31 17:26:22 +02:00
|
|
|
{%- if l3d_pkgs__ethz_contrib | bool -%}
|
2022-03-07 12:07:17 +01:00
|
|
|
{{- ' contrib' -}}
|
|
|
|
{%- endif -%}
|
2023-07-31 17:26:22 +02:00
|
|
|
{%- if l3d_pkgs__ethz_non_free | bool -%}
|
2022-03-07 12:07:17 +01:00
|
|
|
{{- ' non-free' -}}
|
2023-07-31 17:26:22 +02:00
|
|
|
{%- endif -%}
|
|
|
|
{%- if ansible_distribution_major_version >= '12' and l3d_pkgs__ethz_non_free_firmware | bool -%}
|
|
|
|
{{- ' non-free-firmware' -}}
|
2022-03-07 12:07:17 +01:00
|
|
|
{%- endif -%}
|
|
|
|
{{- '\n\n' -}}
|
|
|
|
{%- endif -%}
|
|
|
|
|
2021-08-02 12:18:04 +02:00
|
|
|
# Contact for proplems with the mirror:
|
|
|
|
# https://readme.phys.ethz.ch/services/contact/
|
|
|
|
# Or #isgphys on irc.phys.ethz.ch
|