summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2022-05-06 13:29:05 +1200
committerAndrew Bartlett <abartlet@samba.org>2022-05-10 23:05:31 +0000
commitc771d197eeebf2b01d46451cc51b698a99502935 (patch)
tree0e0da1bc450c1ed33a558534d7505592386a94e4 /bootstrap
parentdd568490089ae6d5bcf03068bfc4ca6b9103badb (diff)
downloadsamba-c771d197eeebf2b01d46451cc51b698a99502935.tar.gz
bootstrap: chown the whole cloned repo, not just the subfolders
Modern git versions have started to notice the possible security issue. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/.gitlab-ci.yml2
-rw-r--r--bootstrap/sha1sum.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/.gitlab-ci.yml b/bootstrap/.gitlab-ci.yml
index 0d2ec182576..57979463aa1 100644
--- a/bootstrap/.gitlab-ci.yml
+++ b/bootstrap/.gitlab-ci.yml
@@ -47,7 +47,7 @@ services:
diff -u bootstrap/sha1sum.txt /tmp/sha1sum-template.txt
# run smoke test with samba-o3 or samba-fuzz
docker run --volume $(pwd):${samba_repo_root} --workdir ${samba_repo_root} ${ci_image_name} \
- /bin/bash -c "sudo chown -R samba: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 "sudo chown -R samba:samba ${samba_repo_root} && 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"
docker tag ${ci_image_name} ${ci_image_path}:${SAMBA_CI_CONTAINER_TAG}
docker tag ${ci_image_name} ${ci_image_path}:${timestamp_tag}
# We build all images, but only upload is it's not marked as broken
diff --git a/bootstrap/sha1sum.txt b/bootstrap/sha1sum.txt
index e6b93ec32be..b2f8ce45aee 100644
--- a/bootstrap/sha1sum.txt
+++ b/bootstrap/sha1sum.txt
@@ -1 +1 @@
-70150480b61ebdec7ec9b4c1214461c88d6de6d6
+24f32ce7e4d6be357394ec3cf7b9e15b48a20cf1