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:
Cyril Brulebois 2023-06-13 21:22:36 +02:00
parent 74be632539
commit dcd0ec92e0
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@ if version != '2':
else:
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_suite = '%s-backports' % suite