Re: push right for trivial commits

2018-11-13 Thread Alex Vong
Nils Gillmann writes: > Alex Vong transcribed 1.1K bytes: >> l...@gnu.org (Ludovic Courtès) writes: >> >> > Hi Alex, >> > >> > Alex Vong skribis: >> > >> >> l...@gnu.org (Ludovic Courtès) writes: >> > >> > [...] >> > >> >>> I’ve added you to the group on Savannah, so you now have commit access.

Re: Help with substitute*

2018-11-13 Thread Mark H Weaver
Hi, swedebugia writes: > I refactored my substitute* into that below. > Now it runs without substitute anything :S Actually, the first two substitutions worked, but not the latter two. See below. > + (substitute* "setup.py" > +(("iptables_exe = ''") > +

Help with substitute*

2018-11-13 Thread swedebugia
Hi I refactored my substitute* into that below. Now it runs without substitute anything :S Can some of you spot the error causing this? -- Cheers Swedebugia >From ad2a9291cefeed2f2e7294b1608b1e067bdf06f6 Mon Sep 17 00:00:00 2001 From: swedebugia Date: Sat, 10 Nov 2018 21:39:04 +0100 Subject: [P

First patch & hello

2018-11-13 Thread L p R n d n
Hello, First, thank you very much for all the work done on Guix, it's a pleasure to use it. And also many thanks to Pierre Neidhardt for his very nice packaging tutorial, it helped me a lot. So, I wrote my first package for guix and as I'm no dev and not used to work with patches so I wanted to

Re: GNOME & Tracker-Sparql

2018-11-13 Thread Leo Famulari
On Sat, Nov 10, 2018 at 06:59:55PM -0600, Brett Gilio wrote: > I hate to be a nuissance: I remember about a month ago wondering when we > could get Tracker-Sparql upgraded, and there was some great input. There > seemed to be a delay in the GNOME channel carrying many updates to our > GNOME environ

Re: push right for trivial commits

2018-11-13 Thread Leo Famulari
On Tue, Nov 13, 2018 at 09:58:32AM +0800, Alex Vong wrote: > In the discussion, it was mentioned that the GnuPG version installed on > Savannah is 1.4.16. Therefore, savannah cannot send encrypted messages > to me using my ECC key. However, I am not sure about signing commits > with ECC key. Does i

Re: push right for trivial commits

2018-11-13 Thread Nils Gillmann
Alex Vong transcribed 1.1K bytes: > l...@gnu.org (Ludovic Courtès) writes: > > > Hi Alex, > > > > Alex Vong skribis: > > > >> l...@gnu.org (Ludovic Courtès) writes: > > > > [...] > > > >>> I’ve added you to the group on Savannah, so you now have commit access. > >>> > >>> Please upload the OpenPG

Re: [PATCH][WIP] Elogind update

2018-11-13 Thread Stefan Stefanović
Status update: The solution Andy provided works. The PID file has a new path: "/run/systemd/elogind.pid". Additional patch that is needed, will be provided with this message. All that remains is to figure out how to integrate this update to Guix, following the next release of elogind (v239.2). A

Re: [Cuirass] Missing database indexes?

2018-11-13 Thread Clément Lassieur
Hi Björn, Björn Höfling writes: > We are directly relying on the rowid here, there is no explicit > id-column. > > This could lead to unpredicted results and reorderings (6th Quirk in > document): > > https://www.sqlite.org/rowidtable.html > > We should add a column: > > id INTEGER PRIMARY KEY A