GNU bug report logs -
#72590
[PATCH] gnu: gitile: Disable owner validation to allow group access.
Previous Next
Reported by: Evgeny Pisemsky <mail <at> pisemsky.site>
Date: Mon, 12 Aug 2024 09:57:01 UTC
Severity: normal
Tags: patch
Done: Evgeny Pisemsky <mail <at> pisemsky.site>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72590 in the body.
You can then email your comments to 72590 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#72590
; Package
guix-patches
.
(Mon, 12 Aug 2024 09:57:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Evgeny Pisemsky <mail <at> pisemsky.site>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 12 Aug 2024 09:57:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[0001-gnu-gitile-Disable-owner-validation-to-allow-group-a.patch (text/x-patch, inline)]
From 8c11f4702afbc73dca0836618cb49316730f5ff1 Mon Sep 17 00:00:00 2001
Message-ID: <8c11f4702afbc73dca0836618cb49316730f5ff1.1723456443.git.mail <at> pisemsky.site>
From: Evgeny Pisemsky <mail <at> pisemsky.site>
Date: Mon, 12 Aug 2024 12:00:25 +0300
Subject: [PATCH] gnu: gitile: Disable owner validation to allow group access.
* gnu/packages/version-control.scm (gitile): Disable owner validation to allow
group access.
Change-Id: Ifbc02811dd70b39809c8ab72caa12904fe61f476
---
gnu/packages/version-control.scm | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 9f67237d5d..8744e145b9 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -53,6 +53,7 @@
;;; Copyright © 2023 Josselin Poiret <dev <at> jpoiret.xyz>
;;; Copyright © 2024 Hilton Chain <hako <at> ultrarare.space>
;;; Copyright © 2024 Suhail Singh <suhail <at> bayesians.ca>
+;;; Copyright © 2024 Evgeny Pisemsky <mail <at> pisemsky.site>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2018,7 +2019,14 @@ (define-public gitile
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1wb1rajcrzdqjncv40s7hjsnvlh1gq4z9pn9gf210g1iy35vimmz"))))
+ (base32 "1wb1rajcrzdqjncv40s7hjsnvlh1gq4z9pn9gf210g1iy35vimmz"))
+ (modules '((guix build utils)))
+ (snippet '(substitute* "scripts/gitile.in"
+ (("^.*run-server.*" line)
+ (string-append
+ " (use-modules (git settings))\n"
+ " (set-owner-validation! #f)\n"
+ line))))))
(build-system gnu-build-system)
(arguments
`(#:imported-modules ((guix build guile-build-system)
base-commit: 174ecf5b1077d29498d9de22e27b13047f314feb
--
2.45.2
bug closed, send any further explanations to
72590 <at> debbugs.gnu.org and Evgeny Pisemsky <mail <at> pisemsky.site>
Request was from
Evgeny Pisemsky <mail <at> pisemsky.site>
to
control <at> debbugs.gnu.org
.
(Tue, 25 Feb 2025 13:22:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 26 Mar 2025 11:24:14 GMT)
Full text and
rfc822 format available.
This bug report was last modified 106 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.