Re: Alist and serializer backed service configuration?

2025-05-24 Thread Hilton Chain
Hilton Chain writes: >> 1. Too many configuration fields. e.g. bluetooth-configuration >> I don't think all the fields have at least one user. :) I remember the >> experience of trying to find ‘auto-enable?’ from the documentation. >> Keeping >> track of upstream updates would be a pain,

Help needed for packaging KeePass

2025-05-24 Thread nomike (they/them)
Hi! I'm currently trying to package KeePass[0], a password manager written in Mono. I started off with the package definition for gentoo[1] and began writing a guix package definition: ```scheme (define-public keepass   (package    (name "keepass")    (version "2.57.1")    (source     (origin

Re: Codeberg migration check list

2025-05-24 Thread Ludovic Courtès
Hi, Cayetano Santos writes: > Not directly related to guix maintained infra, but I think we need a > collaborative effort towards pining ancillary sites still referring to > former guix.savannah. Repology [0] is one of them, but I’m sure there > are many others around. I think this can be a dis

Re: Alist and serializer backed service configuration?

2025-05-24 Thread Hilton Chain
Hilton Chain writes: > On Wed, 02 Apr 2025 23:46:51 +0800, > Rutherther wrote: >> >> >> Hello Hilton, >> >> Hilton Chain writes: >> >> > >> > 2. Need of manually exposing interfaces. e.g. those from shepherd-service. >> > >> >> I feel like this has been a topic mentioned multiple times in the l

Re: Codeberg migration check list

2025-05-24 Thread Cayetano Santos
> - [ ] `%default-channel-url' changed to git.guix.gnu.org: > https://issues.guix.gnu.org/78547 > - [ ] URL changed to git.guix.gnu.org in Cuirass config (maintenance.git) > Please let me know if you spot any omission or problem, or if you’d like > to help out on some of these! Not directly rel

GNU Shepherd 1.0.5 released

2025-05-24 Thread Ludovic Courtès
We are glad to announce version 1.0.5 of the Shepherd, the next bug-fix release in the 1.0.x series. Check out the web site to learn more about the Shepherd 1.0.x series: https://gnu.org/software/shepherd/news/2024/12/the-shepherd-1.0.0-released/ It is also the first release made from its new

Re: Codeberg migration check list

2025-05-24 Thread Ludovic Courtès
Ludovic Courtès writes: > Tomas Volf <~@wolfsden.cz> writes: > >> I think before the import, you should remove write permissions from >> everyone (except you), to make sure people do not push to savannah by >> mistake. Sorry if that was already planned somewhere and I have just >> missed that. >

Re: Codeberg migration check list

2025-05-24 Thread Ludovic Courtès
Hello, Noé Lopez writes: > Is it possible instead to rename guix-mirror to guix instead, as that > would create an http redirection? Yes! I had that thought overnight too, and indeed, that’s much better. I’ll do that. Thank you! Ludo’.