[SCM] Samba Shared Repository - branch v4-19-test updated

Stefan Metzmacher metze at samba.org
Thu Jul 11 13:23:02 UTC 2024


The branch, v4-19-test has been updated
       via  63c8ed2a386 .gitlab-ci-main.yml: Add safe.directory '*'
       via  b22c93aca20 gitlab-ci: Also add the git directory for pipeline in the main mirror
      from  8d08c814134 third_party/heimdal: Import lorikeet-heimdal-202407041740 (commit 42ba2a6e5dd1bc14a8b5ada8c9b8ace85956f6a0)

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-19-test


- Log -----------------------------------------------------------------
commit 63c8ed2a38699e9f3e6f10dc2ba4e6c2904af5a1
Author: Pavel Filipenský <pfilipensky at samba.org>
Date:   Thu Jul 4 11:08:03 2024 +0200

    .gitlab-ci-main.yml: Add safe.directory '*'
    
    This is to fix the error when pushing to personal gitlab repo:
    
    2024-07-04 08:16:05,460 Running: 'git clone --recursive --shared /builds/pfilipen/samba /builds/samba-testbase/master' in '/builds/pfilipen/samba'
    Cloning into '/builds/samba-testbase/master'...
    fatal: detected dubious ownership in repository at '/builds/pfilipen/samba/.git'
    To add an exception for this directory, call:
    	git config --global --add safe.directory /builds/pfilipen/samba/.git
    fatal: Could not read from remote repository.
    
    Instead of adding more and more explicit repositories
    we should just allow any, we're in an isolated environment...
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=15660
    
    Pair-Programmed-With: Stefan Metzmacher <metze at samba.org>
    Signed-off-by: Pavel Filipenský <pfilipensky at samba.org>
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Stefan Metzmacher <metze at samba.org>
    Autobuild-Date(master): Wed Jul 10 10:35:00 UTC 2024 on atb-devel-224
    
    (cherry picked from commit 3a21b7d9a4e7e9814d0be8c0ebf72b9821a5dc36)
    
    Autobuild-User(v4-19-test): Stefan Metzmacher <metze at samba.org>
    Autobuild-Date(v4-19-test): Thu Jul 11 13:22:43 UTC 2024 on atb-devel-224

commit b22c93aca200c6ebfcacf0795fbf207dc59dc717
Author: Andreas Schneider <asn at samba.org>
Date:   Wed Jul 3 13:05:51 2024 +0200

    gitlab-ci: Also add the git directory for pipeline in the main mirror
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Jo Sutton <josutton at catalyst.net.nz>
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date(master): Thu Jul  4 08:08:49 UTC 2024 on atb-devel-224
    
    (cherry picked from commit 93a3dd48d66786cb8765d3ce84ca9f3ad419ac88)

-----------------------------------------------------------------------

Summary of changes:
 .gitlab-ci-main.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/.gitlab-ci-main.yml b/.gitlab-ci-main.yml
index 1bf4dd0da17..f7dfe890032 100644
--- a/.gitlab-ci-main.yml
+++ b/.gitlab-ci-main.yml
@@ -146,8 +146,7 @@ include:
     - ccache -z -M 500M
     - ccache -s
       # We are already running .gitlab-ci directives from this repo, remove additional checks that break our CI
-    - git config --global --add safe.directory `pwd`
-    - git config --global --add safe.directory /builds/samba-team/devel/samba/.git
+    - git config --global --add safe.directory '*'
   after_script:
     - mount
     - df -h


-- 
Samba Shared Repository



More information about the samba-cvs mailing list