]> 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)
committerStefan Metzmacher <metze@samba.org>
Tue, 9 Jul 2024 13:27:12 +0000 (13:27 +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>
(cherry picked from commit d00e9482a50b5a756f4847cde977c40c80e179c5)

.gitlab-ci-main.yml
bootstrap/.gitlab-ci.yml
bootstrap/sha1sum.txt

index b2ed3ff3e523b356e38506efa1157f09d16e6790..4c8656f592ad2794b6a8ac2aced1a28bb7c48a8e 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: 1aff21a9f4400ec247a5ad8b9fcaf1c6c7067fff
+  SAMBA_CI_CONTAINER_TAG: d9d19d52a15960d98fa027aca14ffad20c84a980
   #
   # We use the ubuntu2204 image as default as
   # it matches what we have on atb-devel-224
index 0650a6452a2c16f78735b6fa03ffdb65e8b586fc..c68b173f24d18531596bce12c5655c8398129c5e 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 d76150f879a24ae2ed4bd3a56f5b2b2f460f127c..b790bd4bb34679aae22d98fbd894b5bf2134f0b9 100644 (file)
@@ -1 +1 @@
-1aff21a9f4400ec247a5ad8b9fcaf1c6c7067fff
+d9d19d52a15960d98fa027aca14ffad20c84a980