From 6926175e30ac75f290f1afca7c5e7ccdf5810a52 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 3 Mar 2022 10:20:37 +1000 Subject: [PATCH] gitlab CI: drop the requirement for Signed-off-by I'm starting to question this, there are plenty of large projects where this isn't a requirement (GNOME, systemd, ...) and libei doesn't exactly contain sophisticated technology that needs a DCO. Plus, it's a constant source of confusion for new contributors. Let's drop the requirement. --- .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 0dedd31..e587a83 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -101,7 +101,7 @@ check-commit: - apk add python3 py-pip git - pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates script: - - ci-fairy check-commits --signed-off-by --junit-xml=results.xml + - ci-fairy check-commits --junit-xml=results.xml except: - master@libinput/libei variables: diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index 81c5806..0d6c558 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -109,7 +109,7 @@ check-commit: - apk add python3 py-pip git - pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates script: - - ci-fairy check-commits --signed-off-by --junit-xml=results.xml + - ci-fairy check-commits --junit-xml=results.xml except: - master@libinput/libei variables: