]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
meson: ci: increase git clone depth to 1000
authorPavel Hrdina <phrdina@redhat.com>
Tue, 14 Jul 2020 14:29:26 +0000 (16:29 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Mon, 3 Aug 2020 07:25:54 +0000 (09:25 +0200)
Having limit set to 100 is in most cases perfect but sometimes there can
be a larger series that will have more than 100 patches and it will make
the check-dco job fail.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
.gitlab-ci.yml

index 9e6618532a01ca77eec177cb0f434129620c8fcc..1b046bd320a0fd0427c4f85b2713cf8f4dddfdfc 100644 (file)
@@ -508,3 +508,5 @@ check-dco:
   except:
     variables:
       - $CI_PROJECT_NAMESPACE == 'libvirt'
+  variables:
+    GIT_DEPTH: 1000