[PR #1837] [MERGED] fix: error from mktemp command in MacOS. #16076

Closed
opened 2025-11-02 12:01:45 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1837
Author: @appleboy
Created: 5/31/2017
Status: Merged
Merged: 6/4/2017
Merged by: @appleboy

Base: masterHead: tempdir


📝 Commits (2)

  • fd479d1 fix: error from mktemp command in MacOS.
  • edb683d [ci skip] udpate temp name.

📊 Changes

2 files changed (+8 additions, -9 deletions)

View changed files

📝 .gitignore (+1 -1)
📝 Makefile (+7 -8)

📄 Description

Error: Permission denied from mktemp command in MacOS.

$ make test-vendor
usage: mktemp [-d] [-q] [-t prefix] [-u] template ...
       mktemp [-d] [-q] [-u] -t prefix
govendor list +unused | tee "/wc-gitea-unused"
tee: /wc-gitea-unused: Permission denied

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/1837 **Author:** [@appleboy](https://github.com/appleboy) **Created:** 5/31/2017 **Status:** ✅ Merged **Merged:** 6/4/2017 **Merged by:** [@appleboy](https://github.com/appleboy) **Base:** `master` ← **Head:** `tempdir` --- ### 📝 Commits (2) - [`fd479d1`](https://github.com/go-gitea/gitea/commit/fd479d133b20ce5e543948b66496aadfd09a3a6a) fix: error from mktemp command in MacOS. - [`edb683d`](https://github.com/go-gitea/gitea/commit/edb683dee2e9d84d4d1f03182511385a773a3e54) [ci skip] udpate temp name. ### 📊 Changes **2 files changed** (+8 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -1) 📝 `Makefile` (+7 -8) </details> ### 📄 Description Error: `Permission denied` from `mktemp` command in MacOS. ``` $ make test-vendor usage: mktemp [-d] [-q] [-t prefix] [-u] template ... mktemp [-d] [-q] [-u] -t prefix govendor list +unused | tee "/wc-gitea-unused" tee: /wc-gitea-unused: Permission denied ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:01:45 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16076