From dcd0ec92e0ae057b6261ed23c7bb68941aaf5c75 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Tue, 13 Jun 2023 21:22:36 +0200 Subject: [PATCH] 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 -backports. --- generate-recipe.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/generate-recipe.py b/generate-recipe.py index 1af8c1f..29687dc 100755 --- a/generate-recipe.py +++ b/generate-recipe.py @@ -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