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.
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 = ''")
> +
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
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
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
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
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
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
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