[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Wed Jul 10 10:35:02 UTC 2024


The branch, master has been updated
       via  3a21b7d9a4e .gitlab-ci-main.yml: Add safe.directory '*'
      from  86843685419 cmdline:burn: list commands to always burn; warn on unknown

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 3a21b7d9a4e7e9814d0be8c0ebf72b9821a5dc36
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

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

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


Changeset truncated at 500 lines:

diff --git a/.gitlab-ci-main.yml b/.gitlab-ci-main.yml
index c70d9a6af41..acca9e0754b 100644
--- a/.gitlab-ci-main.yml
+++ b/.gitlab-ci-main.yml
@@ -146,9 +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 /builds/samba-team/samba/.git
+    - git config --global --add safe.directory '*'
   after_script:
     - mount
     - df -h


-- 
Samba Shared Repository



More information about the samba-cvs mailing list