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.
This commit is contained in:
Peter Hutterer 2022-03-03 10:20:37 +10:00
parent 46e65370c6
commit 6926175e30
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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: