[PR #6970] [CLOSED] fix(generate): disable gpg signing when applying git patches #43526

Closed
opened 2026-04-24 23:08:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/6970
Author: @b0o
Created: 9/26/2024
Status: Closed

Base: mainHead: no-gpg-sign


📝 Commits (1)

  • e466b29 fix(generate): disable gpg signing when applying git patches

📊 Changes

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

View changed files

📝 llm/generate/gen_common.sh (+1 -1)
📝 llm/generate/gen_windows.ps1 (+1 -1)

📄 Description

Signing the patch commits is unnecessary. When building ollama-*-git AUR packages, if the user has a GPG signing key configured in their global git config, they will be prompted to unlock their GPG key during configure. This is unexpected and will cause the build to fail if they decline to unlock their key.


🔄 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/ollama/ollama/pull/6970 **Author:** [@b0o](https://github.com/b0o) **Created:** 9/26/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `no-gpg-sign` --- ### 📝 Commits (1) - [`e466b29`](https://github.com/ollama/ollama/commit/e466b2988106c9d0f61bccec2121835a440f4327) fix(generate): disable gpg signing when applying git patches ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `llm/generate/gen_common.sh` (+1 -1) 📝 `llm/generate/gen_windows.ps1` (+1 -1) </details> ### 📄 Description Signing the patch commits is unnecessary. When building `ollama-*-git` AUR packages, if the user has a GPG signing key configured in their global git config, they will be prompted to unlock their GPG key during configure. This is unexpected and will cause the build to fail if they decline to unlock their key. --- <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 2026-04-24 23:08:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#43526