Explain the decision behind keeping backports_* variables.
The backports_suite variable could probably be dropped, as (at least right now) all backports suites are called <suite>-backports.
This commit is contained in:
parent
74be632539
commit
dcd0ec92e0
|
@ -63,7 +63,8 @@ if version != '2':
|
||||||
else:
|
else:
|
||||||
bluetooth_firmware = ''
|
bluetooth_firmware = ''
|
||||||
|
|
||||||
# Pi 4 on buster requires some backports:
|
# Pi 4 on buster required some backports. Let's keep variables around, ready to
|
||||||
|
# be used whenever we need to pull specific things from backports.
|
||||||
backports_enable = False
|
backports_enable = False
|
||||||
backports_suite = '%s-backports' % suite
|
backports_suite = '%s-backports' % suite
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue