~whereiseveryone/toys

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
9 3

[PATCH] Add ngapsh channel

Details
Message ID
<20230705130729.13508-1-poomklao@yahoo.com>
DKIM signature
missing
Download raw message
Patch: +6 -0
---
 channels.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/channels.scm b/channels.scm
index cd7b18e..e80e5e9 100644
--- a/channels.scm
+++ b/channels.scm
@@ -227,6 +227,12 @@
                 "005c42a980c895e0853b821494534d67c7b85e91"
                 (openpgp-fingerprint
                  "C9BE B8A0 4458 FDDF 1268 1B39 029D 8EB7 7E18 D68C"))))))
    (toys-box
      (forge "forgejo")
      (channel (channel
                 (name 'ngapsh)
                 (url "https://codeberg.org/Parnikkapore/guix-ngapsh-unsigned")
                 (branch "main"))))
    (toys-box
      (forge "cgit")
      (channel %default-guix-channel))))
-- 
2.34.1
Details
Message ID
<CTUUAD64MQ3K.ECYHG3TOPEVC@t480>
In-Reply-To
<20230705130729.13508-1-poomklao@yahoo.com> (view parent)
DKIM signature
missing
Download raw message
Hey!

Thank you for the patch! Unfortunately I was not able to do "guix pull"
with your channel added:

```
(exception unbound-variable (value #f) (value "Unbound variable: ~S") (value (#{\x0;\x0;\x0;\x0;\x0;\x0;\x0;\x0;\x0;\x0;\x0;\x0...
```

Does "guix pull" work for you?


Thanks
Details
Message ID
<e5cb0f17d541150f8f1846853c528a8061e52dde@disroot.org>
In-Reply-To
<CTUUAD64MQ3K.ECYHG3TOPEVC@t480> (view parent)
DKIM signature
missing
Download raw message
(Un)related, I think my confetti channel is currently broken. Guile modules are weird.
Details
Message ID
<CTUUJ4UGBDE4.J46F3FXZWNQ5@t480>
In-Reply-To
<e5cb0f17d541150f8f1846853c528a8061e52dde@disroot.org> (view parent)
DKIM signature
missing
Download raw message
Yes, I'll have to temporarily remove confetti from the production too.
Let me know when the issue is resolved.
Details
Message ID
<0723f3c499d2e086df8642e829504e91610848bc.camel@yahoo.com>
In-Reply-To
<CTUUAD64MQ3K.ECYHG3TOPEVC@t480> (view parent)
DKIM signature
missing
Download raw message
Hi,

Thanks for reminding me to try pulling the channel (which I have to admit I'm not always doing haha). I've 'guix pull`-ed the following channels.scm to a temporary directory, and that was successful:

```scheme
(list (channel
        (name 'ngapsh)
        (url "https://codeberg.org/Parnikkapore/guix-ngapsh-unsigned.git")
        (branch "main")
        ; This is the tip of `main` as of writing
        (commit "2a3bc6ada303c2acf8b8e773801dd6475244821d"))
      (channel
        (name 'guix)
        (url "https://git.savannah.gnu.org/git/guix.git")
        (branch "master")
        (commit "db803cce11f15ce0df41a910b4721c706e8b4d8f")
        (introduction
          (make-channel-introduction
            "9edb3f66fd807b096b48283debdcddccfea34bad"
            (openpgp-fingerprint
              "BBB0 2DDF 2CEA F6A8 0D1D  E643 A2A0 6DF2 A33A 54FA")))))
```
Details
Message ID
<CTV1VEGZ57WQ.33OD8KG47JHY@t480>
In-Reply-To
<0723f3c499d2e086df8642e829504e91610848bc.camel@yahoo.com> (view parent)
DKIM signature
missing
Download raw message
I'll have a look later this week, maybe it's something on my end.
Details
Message ID
<5dbd3ca231f2e285d8b2fc8ada717c65df277b35@disroot.org>
In-Reply-To
<CTUUJ4UGBDE4.J46F3FXZWNQ5@t480> (view parent)
DKIM signature
missing
Download raw message
> Yes, I'll have to temporarily remove confetti from the production too.
> Let me know when the issue is resolved.

I'll let you know. That's fine. Might take me a few days or more when I find the time
Details
Message ID
<CTYHTK6HMTVQ.G9JCWJ0F1BO3@t480>
In-Reply-To
<0723f3c499d2e086df8642e829504e91610848bc.camel@yahoo.com> (view parent)
DKIM signature
missing
Download raw message
Hey! 

Update on adding ngapsh to the webring:

I'm still haven't managed to pull your channel on the production server,
although pulling on my personal machine works fine. I was able to bisect
the last commit that works: 5951113e45e0db96b4157dd5db1d06dbade2b9bd.

I wonder how could 14afade68db99210eb561117322b89d1f904d01a break
pulling. Invisible characters?
Details
Message ID
<c03335db4119f147e81c18d152a608c7014ed0e0.camel@yahoo.com>
In-Reply-To
<CTYHTK6HMTVQ.G9JCWJ0F1BO3@t480> (view parent)
DKIM signature
missing
Download raw message
On Mon, 2023-07-10 at 18:32 +0600, unwox wrote:
> I wonder how could 14afade68db99210eb561117322b89d1f904d01a break<br>
> pulling. Invisible characters?<br>

Yeah, that is indeed weird... Can you provide the full error message?
Details
Message ID
<CTZ1WZ2NFH7X.963GG3FIW1ZN@t480>
In-Reply-To
<c03335db4119f147e81c18d152a608c7014ed0e0.camel@yahoo.com> (view parent)
DKIM signature
missing
Download raw message
See attachment. The error happens during cache build.
Reply to thread Export thread (mbox)