From a16e74a8ea18c7355b541b34b65d8bf394e0f27d Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Tue, 24 Oct 2023 12:38:11 +0200 Subject: [PATCH] Update debian/README documentation --- debian/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/README b/debian/README index aa6d4d2f..b9b0d31b 100644 --- a/debian/README +++ b/debian/README @@ -9,13 +9,13 @@ The current snapshot release is maintained in the "snapshot" branch. The easiest way to get all branches is probably to have one clone per version: -for f in 14 15 snapshot; do +for f in 14 15 16 17 snapshot; do git clone git@salsa.debian.org:pkg-llvm-team/llvm-toolchain.git -b $f $f done debian/control is generated from debian/control.in by running: -ebian/rules preconfigure +debian/rules preconfigure Steps for manually building a snapshot release