]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
bootstrap: Set git safe.directory
authorAndreas Schneider <asn@samba.org>
Thu, 6 Jun 2024 14:10:14 +0000 (16:10 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 13 Jun 2024 07:38:28 +0000 (07:38 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15660

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
.gitlab-ci-main.yml
bootstrap/.gitlab-ci.yml
bootstrap/sha1sum.txt

index 525514b1410506f96af331eb9bf8170c9684cf30..ddb29103115a28967b2d245e9efc77b3ceda753d 100644 (file)
@@ -47,7 +47,7 @@ variables:
   # Set this to the contents of bootstrap/sha1sum.txt
   # which is generated by bootstrap/template.py --render
   #
-  SAMBA_CI_CONTAINER_TAG: 2d7eba00f6919d62a37ccc31daab18d07c761c6a
+  SAMBA_CI_CONTAINER_TAG: 431701dccb250e5138e9f8cd4aade863f979193d
   #
   # We use the ubuntu2204 image as default as
   # it matches what we have on atb-devel-224
index 4de8c23afb444ae389ee6313a83622d5f489bee2..77b4e4fe290e7b15b6e4d5a068a248bbce06a79e 100644 (file)
@@ -45,7 +45,7 @@
     diff -u bootstrap/sha1sum.txt /tmp/sha1sum-template.txt
     # run smoke test with samba-o3 or samba-fuzz
     podman run --volume $(pwd):/src:ro ${ci_image_name} \
-        /bin/bash -c "git clone /src samba && cd samba && export PKG_CONFIG_PATH=/usr/lib64/compat-gnutls34/pkgconfig:/usr/lib64/compat-nettle32/pkgconfig && script/autobuild.py ${SAMBA_CI_TEST_JOB} --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase"
+        /bin/bash -c "git config --global --add safe.directory /src/.git && git clone /src samba && cd samba && export PKG_CONFIG_PATH=/usr/lib64/compat-gnutls34/pkgconfig:/usr/lib64/compat-nettle32/pkgconfig && script/autobuild.py ${SAMBA_CI_TEST_JOB} --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase"
     podman tag ${ci_image_name} ${ci_image_path}:${SAMBA_CI_CONTAINER_TAG}
     podman tag ${ci_image_name} ${ci_image_path}:${timestamp_tag}
     # We build all images, but only upload is it's not marked as broken
index ef035a8b771669d8a345069b5d716beaab65ac9d..cfc515b96b46389597dde5ada7b3fd4782c95304 100644 (file)
@@ -1 +1 @@
-2d7eba00f6919d62a37ccc31daab18d07c761c6a
+431701dccb250e5138e9f8cd4aade863f979193d