File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 22
33NOJESSIE ?= 1
44NOSTRETCH ?= 1
5- NOBUSTER ?= 0
5+ NOBUSTER ?= 1
66NOBULLSEYE ?= 0
77NOBOOKWORM ?= 0
88
Original file line number Diff line number Diff line change @@ -12,7 +12,11 @@ deb [arch={{ ARCHITECTURE }}] {{ mirror_url }} {{ DISTRIBUTION }} main contrib {
1212deb-src [arch={{ ARCHITECTURE }}] {{ mirror_url }} {{ DISTRIBUTION }} main contrib {{ nonfree_component }}
1313deb [arch={{ ARCHITECTURE }}] {{ mirror_url }} {{ DISTRIBUTION }}-updates main contrib {{ nonfree_component }}
1414deb-src [arch={{ ARCHITECTURE }}] {{ mirror_url }} {{ DISTRIBUTION }}-updates main contrib {{ nonfree_component }}
15+ {% if DISTRIBUTION == 'bullseye' %}
16+ deb [arch={{ ARCHITECTURE }}] http://archive.debian.org/debian/ {{ DISTRIBUTION }}-backports main contrib {{ nonfree_component }}
17+ {% else %}
1518deb [arch={{ ARCHITECTURE }}] {{ mirror_url }} {{ DISTRIBUTION }}-backports main contrib {{ nonfree_component }}
19+ {% endif %}
1620{% endfor %}
1721{% for mirror_url in MIRROR_SECURITY_URLS .split (',' ) %}
1822{% set dist_separator ='/' %}{% if 'packages.trafficmanager.net/debian' in mirror_url %}{% set dist_separator ='_' %}{% endif %}
You can’t perform that action at this time.
0 commit comments