guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A basic Shepherd bug?


From: Felix Lechner
Subject: Re: A basic Shepherd bug?
Date: Sun, 31 Dec 2023 13:42:07 -0800

Hi Attila,

On Sun, Dec 24 2023, Attila Lendvai wrote:

> yes, you should follow the instructions

Thank you! The fcgiwrap service started without trouble.

For anyone following, an experimental deployment of GNU's Debbugs using
Guix System is now available on debbugs.juix.org.

The search is probably not working. It also looks different from the
official version because the code I have does not match what's deployed
(like CSS).

> together with "Installing development snapshots with Guix" in
> shepherd's README to add shepherd's channel.

I got an error and had to add a branch name. (I also asked the Savannah
admins to change the default branch, but that was already done.) Unsure
where to file my patch, I included it below. Will you please forward it
to the right place?

Thank you for your help!

Kind regards
Felix

* * *

>From e63c015c28917147376255d843fe083b783c8d11 Mon Sep 17 00:00:00 2001
From: Felix Lechner <felix.lechner@lease-up.com>
Date: Sun, 31 Dec 2023 13:18:56 -0800
Subject: [PATCH] In README, specify 'main' branch in Guix channel declaration.

The author also notified the Savannah administrators that the repository's
default branch should be changed to 'main', presumably after a renaming from
master.
---
 README | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README b/README
index 9ad2e87..5d2cfb3 100644
--- a/README
+++ b/README
@@ -41,6 +41,7 @@ The Shepherd repository can be used as a Guix “channel”.  To 
do that, change
 
   (append (list (channel
                 (name 'shepherd)
+                 (branch "main")
                 (url "https://git.savannah.gnu.org/git/shepherd.git";)
                 (introduction
                  (make-channel-introduction

base-commit: 07006e41740061305fb774442ea2a6aae13f6bc6
-- 
2.41.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]