Re: postgresql vs sqlite for Cuirass (was Re: Hackathon: Mumi and Cuirass)

2019-05-17 Thread Aljosha Papsch
Hi, Am Freitag, den 17.05.2019, 10:26 +0200 schrieb Gábor Boskovits: > Any suggestions to overcome this would be appreciated. I would go with the client/server database. It helps scaling in the long term and Guix must take over the world, no? With SQLite you'll be stuck with the single file on a

Re: Network with QEMU generated image (guix system vm)?

2016-09-27 Thread Aljosha Papsch
On 26.09.2016 19:30, Jan Nieuwenhuizen wrote: What I don't understand: sometimes the clone works instantly, sometimes I need to "wait a bit" until cloning or `ping gitlab.com' works. It seemed to be always immediately available when I added the mcron and rottlog test services, which confuses me

Re: Mail to this list is slow?

2016-09-23 Thread Aljosha Papsch
Am 23. September 2016 07:11:12 MESZ, schrieb Leo Famulari : >On Fri, Sep 23, 2016 at 06:51:23AM +0200, John Darrington wrote: >> On Thu, Sep 22, 2016 at 07:48:35PM -0400, Leo Famulari wrote: >> On Thu, Sep 22, 2016 at 09:16:55PM +0200, Ricardo Wurmus wrote: >> > Theodoros Foradis writes:

Re: Mail to this list is slow?

2016-09-22 Thread Aljosha Papsch
On 22.09.2016 16:00, James Richardson wrote: John Darrington writes: A number of people have said that mail to this list takes a long time to show up. Today I too have noticed that some of my patches have not (yet) appeared in the archives. I've posted a patch several hours ago, haven't seen

Re: How to get the package metadata as structured data?

2016-08-05 Thread Aljosha Papsch
guix package prints its output in rec format. You can use recutils to process the output. Am 5. August 2016 13:04:49 MESZ, schrieb David Craven : >I aborted, since I realised that guix package -s doesn't include the >source url and hash, which would be important for a testsuite... > >Some interes

[PATCH] gnu: Add yapet.

2015-10-26 Thread Aljosha Papsch
Hi, this is a text based password manager which stores password entries in an encrypted file. Aljosha >From 9488a87c2b85d5c9b7e7715475afb14f9af0ca6d Mon Sep 17 00:00:00 2001 From: Aljosha Papsch Date: Mon, 26 Oct 2015 22:27:05 +0100 Subject: [PATCH] gnu: Add yapet. * gnu/packages/passw

Re: Brasero, or gnome without gnome

2013-10-09 Thread Aljosha Papsch
Am Mittwoch, den 09.10.2013, 22:22 +0200 schrieb Ludovic Courtès: > I think we can follow our personal preferences to start with (I got > Guile, Emacs, and Ratpoison because that’s pretty much all I > need ;-)). > We do want to support some of these fancy desktops, but I don’t think > there’s much

Re: Brasero, or gnome without gnome

2013-10-09 Thread Aljosha Papsch
Am Montag, den 07.10.2013, 21:53 +0200 schrieb Andreas Enge: > In any case, I assume one could start by packaging single gnome > applications, The question is which gnome applications. My personal priority list would be: * gnome-terminal * rhythmbox * seahorse * transmission-gtk * file-roller

Re: Brasero, or gnome without gnome

2013-10-04 Thread Aljosha Papsch
Am Donnerstag, den 03.10.2013, 13:07 +0200 schrieb Andreas Enge: > That is true. But I feel about GNOME as you feel about KDE, and am not > overly > motivated to do more work on it, so it would be good if some volunteer > GNOME users stepped forward to take over. I'm a GNOME user (and occasional c

Re: [PATCH] gnu: Add httpd

2013-09-29 Thread Aljosha Papsch
econds I changed it to #:test-target "test" though. > “Featureful HTTP server” should be enough. Changed as well. The new patch is attached. Best regards. -- GPG: 4F20BC96 http://rpapsch.de/gpg.asc From 2ddaaafbed231b9d2c1e8506e8da7a9c97b01297 Mon Sep 17 00:00:00 2001 From: Aljo

[PATCH] gnu: Add httpd

2013-09-29 Thread Aljosha Papsch
From a54ae468ab008bad21e5d1069ee36a0eaa0ee40a Mon Sep 17 00:00:00 2001 From: Aljosha Papsch Date: Sun, 29 Sep 2013 16:30:19 +0200 Subject: [PATCH] gnu: Add httpd * gnu/packages/web.scm (httpd): New variable * gnu-system.am (GNU_SYSTEM_MODULES): Add it --- gnu-system.am| 1 + gnu/packages/web.scm