xf86-video-mach64: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Feb 10 03:02:42 UTC 2023


 .gitlab-ci.yml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6b82fc8f374cb475d139a4b0cc48d49df1447ca0
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Jul 28 17:30:21 2022 -0700

    gitlab CI: stop requiring Signed-off-by in commits
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5573c2c..db3d1c6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,14 +35,14 @@ variables:
 
 
 #
-# Verify that commit messages are as expected, signed-off, etc.
+# Verify that commit messages are as expected
 #
 check-commits:
   extends:
     - .fdo.ci-fairy
   stage: prep
   script:
-    - ci-fairy check-commits --signed-off-by --junit-xml=results.xml
+    - ci-fairy check-commits --junit-xml=results.xml
   except:
     - master at xorg/driver/xf86-video-mach64
   variables:


More information about the xorg-commit mailing list