Re: GCD005: Regular and efficient releases (submitted)

2025-06-05 Thread Liam Hupfer
Hi Steve, Guix, First, thanks for moving the discussion forward here! Release discipline is one of the marks differentiating a toy project and a serious one. I am not a regular contributor yet but am an active user and list lurker and have some impressions of current pain points. I also hang arou

Re: bug#78047: WiFi stops working if managed with NetworkManager after migration to unprivileged guix daemon

2025-06-05 Thread Ludovic Courtès
Hello, Ludovic Courtès writes: > So I’m tempted to just remove the check, but I’d rather have more > eyeballs on this: > > diff --git a/src/core/nm-core-utils.c b/src/core/nm-core-utils.c > index 895a991..738f8c7 100644 > --- a/src/core/nm-core-utils.c > +++ b/src/core/nm-core-utils.c > @@ -4319

Re: Extra commits pushed on Savannah

2025-06-05 Thread Leo Famulari
On Thu, Jun 5, 2025, at 10:49, Ludovic Courtès wrote: "Leo Famulari" writes: >> We could adjust our pre-push hook to prevent this. > > Oh that’s right, that’s an easy change we can make. Here's a patch that aims to prevent this: https://codeberg.org/guix/guix/pulls/445

Re: Help needed for packaging KeePass

2025-06-05 Thread Danny Milosavljevic
Hi, >> I've removed the "csc" script from my local guix now and keepass builds and >> runs now. >What exactly did you mean with that? Mono has a script called "csc". It contains the following: #!/gnu/store/m0xdsa8cfq6mq1kxgxmpmpg71la4f0b9-bash-minimal-5.1.16/bin/sh exec /gnu/store/y5fqcqhx1i2b

Re: Issues and pull requests labels on Codeberg.

2025-06-05 Thread Hilton Chain
Z572 writes: > Hilton Chain writes: > >> Z572 writes: >> >>> A file should be added to write down these labels >>> >>> etc/labels.scm: >>> #+begin_src scheme >>> ;; I suggest that the security fix could be a label, so that it can be >>> ;; quickly filtered and applied >>> (label (name "security

Re: Issues and pull requests labels on Codeberg.

2025-06-05 Thread Hilton Chain
Hilton Chain writes: > For label proposals, please reply to this mail, with name, color and > description. I propose to add labels as a way to communicate deprecations: https://guix.gnu.org/manual/devel/en/html_node/Deprecation-Policy.html * Prefix: deprecation- (#d30038) - deprecation-comman

Re: Tagging issue?

2025-06-05 Thread Hilton Chain
Simon Tournier writes: > Hi, > > Since the migration from Savannah/Debbugs to Codeberg, I am not part of > “Collaborators“, neither “Member” and I do not have “commit access” > (although I’m in the authorized list). This way, I share the same > experience as a regular contributor. Anyway! :-) >

Re: Issues and pull requests labels on Codeberg.

2025-06-05 Thread Hilton Chain
Ludovic Courtès writes: > Hello, > > Hilton Chain writes: > >>> Could you add a user-reviewed tag, color #006400 (same as qa’s >>> reviewed-looks-good)? > > Since team members can review and formally approve pull requests (when > doing a review from the web UI at least, one can click on “approve

Re: Extra commits pushed on Savannah

2025-06-05 Thread Andreas Enge
Am Thu, Jun 05, 2025 at 06:00:18PM +0200 schrieb Andreas Enge: > We could possibly drop people who do not have admin passwords for > mailing lists (I do, and occasionally moderate messages). But this is independent of Savannah, right? So I think we could safely delete my savannah account. I just

Re: Extra commits pushed on Savannah

2025-06-05 Thread Andreas Enge
Am Thu, Jun 05, 2025 at 01:59:21PM +0200 schrieb Ludovic Courtès: > (Ideally we the Savannah folks would install pre-receive hooks to > prevent accidental pushes, but I suspect they’re not too keen on doing > that sort of thing.) I simply switched my .git/config from savannah to codeberg, so I can

Re: Issues and pull requests labels on Codeberg.

2025-06-05 Thread Hilton Chain
Z572 writes: > A file should be added to write down these labels > > etc/labels.scm: > #+begin_src scheme > ;; I suggest that the security fix could be a label, so that it can be > ;; quickly filtered and applied > (label (name "security-fixes") >(color "red") >(description "Secur

Re: issue on postgresql

2025-06-05 Thread Ludovic Courtès
Hi, Antonio Carlos Padoan Junior writes: > I saw today that the ticket is already closed and the solution is a kind > of dummy loopback service. Thanks. Yes, it should work now. > I think it would be nice to update guix cookbook as well (the system > container section). I would like to help wi

Re: Extra commits pushed on Savannah

2025-06-05 Thread Ludovic Courtès
"Leo Famulari" writes: > On Thu, Jun 5, 2025, at 07:59, Ludovic Courtès wrote: >> (Ideally we the Savannah folks would install pre-receive hooks to >> prevent accidental pushes, but I suspect they’re not too keen on doing >> that sort of thing.) > > We could adjust our pre-push hook to prevent th

Tagging issue?

2025-06-05 Thread Simon Tournier
Hi, Since the migration from Savannah/Debbugs to Codeberg, I am not part of “Collaborators“, neither “Member” and I do not have “commit access” (although I’m in the authorized list). This way, I share the same experience as a regular contributor. Anyway! :-) I notice that I cannot apply any lab

Re: Issues and pull requests labels on Codeberg.

2025-06-05 Thread Z572
Hilton Chain writes: > Hi Guix, > > An initial set of labels were added in > https://codeberg.org/guix/guix/issues/33. > > Documentation for labels are available here: > https://forgejo.org/docs/latest/user/labels/ > > Once created, an id will be assigned > e.g. https://codeberg.org/guix/guix/iss

Re: setenv and pyproject-build-system

2025-06-05 Thread nik gaffney
The option of creating package definitions for each db (or single package with multiple outputs?) seems most guix-like but i'm unclear about how metaphlan could easily find the data installed by other guix packages? Okay, then I think search paths are actually prefered - the user can choose w

Re: Moving translations of Guix away from Fedora Weblate

2025-06-05 Thread Ludovic Courtès
Hello, "pelzflorian (Florian Pelz)" writes: > Now Ekaitz, Gabor, Ludovic discussed if this needed to involve community > in a GCD with ≥1-month discussion period and decision. I believe this > mere announcement and guix-devel discussion is more suitable, since none > of the other teams’ members

Re: issue on postgresql

2025-06-05 Thread Antonio Carlos Padoan Junior
Hi Ludovic, Ludovic Courtès writes: > Hi, > > Antonio Carlos Padoan Junior writes: > >> I need some help, please. I’m having trouble with the PostgreSQL service >> in a Guix System container. A few months ago, I had issues with the >> system-log service (see my previous post below). I tried ag

Re: Extra commits pushed on Savannah

2025-06-05 Thread Leo Famulari
On Thu, Jun 5, 2025, at 07:59, Ludovic Courtès wrote: > (Ideally we the Savannah folks would install pre-receive hooks to > prevent accidental pushes, but I suspect they’re not too keen on doing > that sort of thing.) We could adjust our pre-push hook to prevent this.

Re: Extra commits pushed on Savannah

2025-06-05 Thread Ludovic Courtès
Hi Leo, "Leo Famulari" writes: > While the details are being handled, can we remove more people from > the Guix Savannah group? Or is the current membership already the > minimum possible? As I wrote back then, I left everyone who was marked as “admin” of the project. We can strip it further,

Re: Extra commits pushed on Savannah

2025-06-05 Thread Ludovic Courtès
Hi, Ludovic Courtès writes: > Ludovic Courtès writes: > >> I’ve joined #savannah on Libera.Chat asking for help. > > Update: they’re looking into it. The ‘master’ branch on Savannah is now in sync with Codeberg, thanks to the Savannah volunteers. Ludo’.

Re: Extra commits pushed on Savannah

2025-06-05 Thread Leo Famulari
On Tue, Jun 3, 2025, at 15:36, Noé Lopez via Development of GNU Guix and the GNU System distribution. wrote: > There are four extra commits that were pushed on Savannah and not > Codeberg: [...] While the details are being handled, can we remove more people from the Guix Savannah group? Or is t

Re: setenv and pyproject-build-system

2025-06-05 Thread Rutherther
Hi, On June 5, 2025 9:15:08 AM GMT+02:00, nik gaffney wrote: >On 2025-06-04 22:14, Rutherther wrote: >> >>> Is there a recommended way for a package to set environment variables >>> that should persist after install? >> >> The only way to do that is search paths. Those point to a folder in the

Re: setenv and pyproject-build-system

2025-06-05 Thread nik gaffney
On 2025-06-04 22:14, Rutherther wrote: Is there a recommended way for a package to set environment variables that should persist after install? The only way to do that is search paths. Those point to a folder in the profile you install to. No other mechanism is supported for packages to 'set'

Re: Moving translations of Guix away from Fedora Weblate

2025-06-05 Thread pelzflorian (Florian Pelz)
Julien Lepiller writes: > Le 5 juin 2025 01:05:58 GMT+02:00, "pelzflorian (Florian Pelz)" > a écrit : >> >>* Somebody (pelzflorian?) changes the guix.gnu.org website contributing >> page in artwork.git from translate.fedoraproject.org to the new >> Weblate at Codeberg. > > We also have a link