Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] .github/workflows/cycle.yml: fix error message related to git 2.35.2+
Date: Tue, 26 Apr 2022 19:37:23 +0200	[thread overview]
Message-ID: <20220426173723.bzt00EF7sdW5p34k1pFsw-k0Vn6XG7kmSaJQxzL5Qqg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36858@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 661 bytes --]

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages fix-cycle
https://github.com/void-linux/void-packages/pull/36858

.github/workflows/cycle.yml: fix error message related to git 2.35.2+
the cycles CI has been spitting out 50k lines of:

```
fatal: unsafe repository ('/__w/void-packages/void-packages' is owned by someone else)
To add an exception for this directory, call:

	git config --global --add safe.directory /__w/void-packages/void-packages
```

This should fix that


A patch file from https://github.com/void-linux/void-packages/pull/36858.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix-cycle-36858.patch --]
[-- Type: text/x-diff, Size: 863 bytes --]

From a75b59e4b31dc974c39470ffc0104ceaccb71b16 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@placeviolette.net>
Date: Mon, 25 Apr 2022 14:28:55 -0400
Subject: [PATCH] .github/workflows/cycle.yml: fix error message related to git
 2.35.2+

---
 .github/workflows/cycles.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/cycles.yml b/.github/workflows/cycles.yml
index e75297ac937d..72c8d83b2c82 100644
--- a/.github/workflows/cycles.yml
+++ b/.github/workflows/cycles.yml
@@ -28,6 +28,7 @@ jobs:
          common/travis/prepare.sh
       - name: Find cycles and open issues
         run: |
+         git config --global --add safe.directory "$PWD"
          common/scripts/xbps-cycles.py | tee cycles
          grep 'Cycle:' cycles | while read -r line; do
              if gh issue list -R "$GITHUB_REPOSITORY" -S "$line" | grep .; then

  parent reply	other threads:[~2022-04-26 17:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-25 18:30 [PR PATCH] .github/workflows/cycle.yml: fix error message related to git 2.35.1+ classabbyamp
2022-04-25 18:54 ` [PR PATCH] [Updated] .github/workflows/cycle.yml: fix error message related to git 2.35.2+ classabbyamp
2022-04-26 17:32 ` [PR REVIEW] " Chocimier
2022-04-26 17:37 ` classabbyamp [this message]
2022-04-26 17:37 ` classabbyamp
2022-04-26 17:40 ` Chocimier
2022-04-26 17:50 ` [PR PATCH] [Updated] " classabbyamp
2022-04-26 17:50 ` [PR REVIEW] " classabbyamp
2022-04-26 17:56 ` [PR PATCH] [Merged]: " Chocimier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220426173723.bzt00EF7sdW5p34k1pFsw-k0Vn6XG7kmSaJQxzL5Qqg@z \
    --to=classabbyamp@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).