summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2023-04-16 12:39:02 +0200
committerraveit65 <[email protected]>2023-04-16 12:56:01 +0200
commitd9925c3fda446fae840ad09fc40d931ec0ac5792 (patch)
treef8d349f4967ebc905aad1f0bb3b97fe678edd842
parentcadbe3c0dc28d03ee84ebc136780a0d4ca94a0b1 (diff)
downloadmate-backgrounds-1.26.tar.bz2
mate-backgrounds-1.26.tar.xz
travis-CI: mark rootdir as save1.26
fixes this error: ``` make[3]: Entering directory '/rootdir' Creating ChangeLog fatal: unsafe repository ('/rootdir' is owned by someone else) To add an exception for this directory, call: git config --global --add safe.directory /rootdir Failed to generate ChangeLog ``` A change was introduced in git 2.35.2 (and newer) to prevent a user from executing git commands in a repository owned by a different user. See https://confluence.atlassian.com/bbkb/git-command-returns-fatal-error-about-the-repository-being-owned-by-someone-else-1167744132.html
-rw-r--r--.build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index aa76717..de02cd9 100644
--- a/.build.yml
+++ b/.build.yml
@@ -47,6 +47,7 @@ build_scripts:
- make
after_scripts:
+ - git config --global --add safe.directory /rootdir
- if [ ${BUILD_TYPE} == "scripts" ];then
- make distcheck
- fi