From 16cd04dd93c863531657c3b9108846179934a50c Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Tue, 24 Aug 2021 18:30:24 +0100
Subject: [PATCH] Update CI to buster

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e8087b6b..6b1f1ba8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ include: "https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml"
 # debian/patches patches are kept applied in the tree, no need to
 # double-apply them when building the source package.
 # Thus remove the patches altogether and build an original tarball out of HEAD.
-build_pkgsrc:stretch:
+build_pkgsrc:buster:
   script:
     - rm -rf debian/patches
     - git archive --prefix orig/ --output ../$(dpkg-parsechangelog -SSource)_$(dpkg-parsechangelog -SVersion | sed -e  's/-[^-]*$//' -e 's/^[0-9]*://').orig.tar.gz HEAD
-- 
GitLab