From b0b487a506962d90f9eed7aabd1684ffa2e0e441 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <dylan.aissi@collabora.com>
Date: Tue, 3 Dec 2024 11:09:32 +0100
Subject: [PATCH] branching: add new job external-links-update to ensure
 external links are up-to-date
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

To avoid having out-of-date information in the wild and avoid giving the
impression that Apertis is no longer maintained.

Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
---
 .gitlab-ci/branching.yml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/.gitlab-ci/branching.yml b/.gitlab-ci/branching.yml
index 9e3f6b2..3d5d2f0 100644
--- a/.gitlab-ci/branching.yml
+++ b/.gitlab-ci/branching.yml
@@ -328,6 +328,21 @@ dashboard-update:
 
       EOF
 
+external-links-update:
+  extends: .custom_globals_manual
+  stage: misc-updates
+  needs:
+    - obs-complete
+  script:
+    - |
+      cat <<EOF
+      ▶️ Add $NEXT_RELEASE to the Repology tracker (https://repology.org/) at:
+      - https://github.com/repology/repology-updater/blob/master/repos.d/deb/apertis.yaml
+
+      ▶️ Make sure the Apertis page is still up-to-date on the Debian wiki at:
+      - https://wiki.debian.org/Derivatives/Census/Apertis
+      EOF
+
 check-branched-pipelines:
   extends: .custom_globals_default
   stage: check-branched-pipelines
-- 
GitLab