Package: screenkey
Severity: normal
Tags: patch
X-Debbugs-CC: wav...@thregr.org

This bug report is filed to notify that
https://salsa.debian.org/georgesk/screenkey/-/merge_requests/2.patch is
available.

Personally I would prefer all feedback to be posted at
https://salsa.debian.org/georgesk/screenkey/-/merge_requests/2 as
bugs.debian.org is very inefficient as a code review platform and you
can't see the CI results in the bug report anyway, and this patch is
to improve the CI.
From 79d1281af8236beeb08bdfa17615ecce91b872e0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= <o...@debian.org>
Date: Sat, 3 Jun 2023 16:37:51 -0700
Subject: [PATCH] Enable Salsa-CI

This will help ensure easily machine detectable regressions don't slip
into the code base.

This also makes any future contribution process faster and more
reliable, as any contributor submitting a Merge Request will get
immediate feedback, and the maintainers save time by not having to point
out basic mistakes.
---
 debian/salsa-ci.yml | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 debian/salsa-ci.yml

diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
new file mode 100644
index 0000000..3de2c8b
--- /dev/null
+++ b/debian/salsa-ci.yml
@@ -0,0 +1,9 @@
+---
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+
+# If Salsa-CI is not running at
+# https://salsa.debian.org/%{project_path}/-/pipelines, ensure that
+# https://salsa.debian.org/%{project_path}/-/settings/ci_cd has in field "CI/CD
+# configuration file" filename "debian/salsa-ci.yml"
-- 
GitLab

Reply via email to