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 <peter.hutterer@who-t.net>
Part-of: <https://gitlab.freedesktop.org/libevdev/libevdev/-/merge_requests/123>
This commit is contained in:
Peter Hutterer 2025-01-06 12:50:38 +10:00
parent 72fa564092
commit 1a8324aeb8
2 changed files with 2 additions and 2 deletions

View file

@ -144,7 +144,7 @@ check-commit:
- .fdo.ci-fairy - .fdo.ci-fairy
stage: prep stage: prep
script: 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" - echo "Error checking the commit message format. Please verify"
- exit 1 - exit 1
except: except:

View file

@ -115,7 +115,7 @@ check-commit:
- .fdo.ci-fairy - .fdo.ci-fairy
stage: prep stage: prep
script: 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" - echo "Error checking the commit message format. Please verify"
- exit 1 - exit 1
except: except: