GNU bug report logs - #31673
[PATCH] gnu: emacs-emacsql: Replace mysql with mariadb input.

Previous Next

Package: guix-patches;

Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>

Date: Thu, 31 May 2018 21:03:02 UTC

Severity: normal

Tags: patch

Done: Oleg Pykhalov <go.wigust <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Oleg Pykhalov <go.wigust <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#31673: closed ([PATCH] gnu: emacs-emacsql: Replace mysql with
 mariadb input.)
Date: Mon, 11 Jun 2018 08:54:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 11 Jun 2018 11:53:09 +0300
with message-id <87lgblk8lm.fsf <at> gmail.com>
and subject line Re: [bug#31673] [PATCH] gnu: emacs-emacsql: Replace mysql with mariadb input.
has caused the debbugs.gnu.org bug report #31673,
regarding [PATCH] gnu: emacs-emacsql: Replace mysql with mariadb input.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
31673: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31673
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Oleg Pykhalov <go.wigust <at> gmail.com>
Subject: [PATCH] gnu: emacs-emacsql: Replace mysql with mariadb input.
Date: Fri,  1 Jun 2018 00:01:50 +0300
* gnu/packages/emacs.scm (emacs-emacsql)[inputs]: Replace 'mysql' with
'mariadb'.
---
 gnu/packages/emacs.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 9c799aeff..4850f6327 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -8084,7 +8084,7 @@ object has been freed.")
              #t)))))
     (inputs
      `(("emacs-minimal" ,emacs-minimal)
-       ("mysql" ,mysql)
+       ("mariadb" ,mariadb)
        ("postgresql" ,postgresql)))
     (propagated-inputs
      `(("emacs-finalize" ,emacs-finalize)
-- 
2.17.0



[Message part 3 (message/rfc822, inline)]
From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: 31673 <at> debbugs.gnu.org, 31673-done <at> debbugs.gnu.org
Subject: Re: [bug#31673] [PATCH] gnu: emacs-emacsql: Replace mysql with
 mariadb input.
Date: Mon, 11 Jun 2018 11:53:09 +0300
[Message part 4 (text/plain, inline)]
Hello Ludovic,

Apologies for a delay and thank you for the review.

ludo <at> gnu.org (Ludovic Courtès) writes:

> Oleg Pykhalov <go.wigust <at> gmail.com> skribis:
>
>> * gnu/packages/emacs.scm (emacs-emacsql)[inputs]: Replace 'mysql' with
>> 'mariadb'.
>
> LGTM!

Pushed as e0cc7f669bec22c37481dd03a7941c7d11a64f1d to origin/master

> Probably we should stick to a policy regarding mariadb vs. mysql, namely
> choosing a default and using that in all the packages. […]

1+ :-)

Oleg.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 7 years and 38 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.