Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] .github/workflows/cycle.yml: fix error message related to git 2.35.1+
@ 2022-04-25 18:30 classabbyamp
  2022-04-25 18:54 ` [PR PATCH] [Updated] .github/workflows/cycle.yml: fix error message related to git 2.35.2+ classabbyamp
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: classabbyamp @ 2022-04-25 18:30 UTC (permalink / raw)
  To: ml

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

There is a new 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.1+
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: 889 bytes --]

From 1029a14ed25e3c7625da8c765216498455881a8e 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.1+

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

diff --git a/.github/workflows/cycles.yml b/.github/workflows/cycles.yml
index e75297ac937d..857b11353575 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 /__w/void-packages/void-packages
          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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-04-26 17:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PR PATCH] [Updated] " classabbyamp
2022-04-26 17:37 ` [PR REVIEW] " 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

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).