From 2f66d207161a977cc359c9cc247d472c664a3709 Mon Sep 17 00:00:00 2001 From: Luis Guzman <ark@switnet.org> Date: Sun, 3 Oct 2021 13:27:15 -0500 Subject: [PATCH] Debian 11 release moved testing to stable, fixing helper source --- helpers/make-alembic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/make-alembic b/helpers/make-alembic index 987d92b9..d3873c4f 100644 --- a/helpers/make-alembic +++ b/helpers/make-alembic @@ -18,12 +18,12 @@ # VERSION=1 -EXTERNAL='deb-src http://ftp.debian.org/debian testing main' +EXTERNAL='deb-src http://ftp.debian.org/debian stable main' REPOKEY=648ACFD622F3D138 BACKPORTS=true . ./config -changelog "Backported from debian testing" +changelog "Backported from debian stable" compile -- GitLab