From 1a8324aeb8bcc6ab63347cdaf8d84fd151d747d4 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 6 Jan 2025 12:50:38 +1000 Subject: [PATCH] Drop the signed-off-by requirement We've had this for roughly 10y now and it's value is dubious. Most of xorg no longer requires, mesa accepts but doesn't require it, most of GNOME doesn't accept it and neither does systemd. Let's drop the requirement. Signed-off-by: Peter Hutterer Part-of: --- .gitlab-ci.yml | 2 +- .gitlab-ci/ci.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c7b0bb..ffe6673 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -144,7 +144,7 @@ check-commit: - .fdo.ci-fairy stage: prep script: - - ci-fairy -vv check-commits --signed-off-by --junit-xml=results.xml && exit 0 || true + - ci-fairy -vv check-commits --junit-xml=results.xml && exit 0 || true - echo "Error checking the commit message format. Please verify" - exit 1 except: diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index 799e06d..0adc3ff 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -115,7 +115,7 @@ check-commit: - .fdo.ci-fairy stage: prep script: - - ci-fairy -vv check-commits --signed-off-by --junit-xml=results.xml && exit 0 || true + - ci-fairy -vv check-commits --junit-xml=results.xml && exit 0 || true - echo "Error checking the commit message format. Please verify" - exit 1 except: