GNU bug report logs - #35818
[PATCH 01/31] gnu: mate-common: Use mirror://mate/ in source URI.

Previous Next

Package: guix-patches;

Reported by: guy fleury iteriteka <hoonandon <at> gmail.com>

Date: Tue, 21 May 2019 08:51:02 UTC

Severity: normal

Tags: patch

Merged with 35819, 35820, 35821, 35822, 35823, 35824, 35825, 35826, 35827, 35828, 35829, 35830, 35831, 35832, 35833, 35834, 35835, 35836, 35837, 35838, 35839, 35840

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 35818 in the body.
You can then email your comments to 35818 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#35818; Package guix-patches. (Tue, 21 May 2019 08:51:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 21 May 2019 08:51:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: guy fleury iteriteka <hoonandon <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: guy fleury iteriteka <hoonandon <at> gmail.com>
Subject: [PATCH 01/31] gnu: mate-common: Use mirror://mate/ in source URI.
Date: Tue, 21 May 2019 10:50:42 +0200
* gnu/packages/mate.scm(mate-common)[source](uri): Use "mirror://mate/"
  instead of "https://pub.mate-desktop.org/releases/" directly.
---
 gnu/packages/mate.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index f234d2c..9ab0bdd 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -79,8 +79,7 @@
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://pub.mate-desktop.org/releases/"
-                           (version-major+minor version) "/"
+       (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-- 
2.21.0





Information forwarded to guix-patches <at> gnu.org:
bug#35818; Package guix-patches. (Tue, 21 May 2019 08:53:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: guy fleury iteriteka <hoonandon <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: guy fleury iteriteka <hoonandon <at> gmail.com>
Subject: [PATCH 24/31] gnu: mate-screensaver: Use mirror://mate/ in source URI.
Date: Tue, 21 May 2019 10:51:05 +0200
* gnu/packages/mate.scm(mate-screensaver)[source](uri): Use "mirror://mate/"
  instead of "https://pub.mate-desktop.org/releases/" directly.
---
 gnu/packages/mate.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 8f2e31f..ba903ae 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1196,8 +1196,7 @@ Re-decorates windows on un-maximise.
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://pub.mate-desktop.org/releases/"
-                           (version-major+minor version) "/"
+       (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-- 
2.21.0





Information forwarded to guix-patches <at> gnu.org:
bug#35818; Package guix-patches. (Tue, 21 May 2019 08:53:02 GMT) Full text and rfc822 format available.

Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):

From: guy fleury iteriteka <hoonandon <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: guy fleury iteriteka <hoonandon <at> gmail.com>
Subject: [PATCH 25/31] gnu: mate-utils: Use mirror://mate/ in source URI.
Date: Tue, 21 May 2019 10:51:06 +0200
* gnu/packages/mate.scm(mate-utils)[source](uri): Use "mirror://mate/"
  instead of "https://pub.mate-desktop.org/releases/" directly.
---
 gnu/packages/mate.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index ba903ae..10bfe38 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1267,8 +1267,7 @@ can be used as backgrounds in the MATE Desktop environment.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://pub.mate-desktop.org/releases/"
-                           (version-major+minor version) "/"
+       (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-- 
2.21.0





Information forwarded to guix-patches <at> gnu.org:
bug#35818; Package guix-patches. (Tue, 21 May 2019 08:53:03 GMT) Full text and rfc822 format available.

Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):

From: guy fleury iteriteka <hoonandon <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: guy fleury iteriteka <hoonandon <at> gmail.com>
Subject: [PATCH 26/31] gnu: eom: Use mirror://mate/ in source URI.
Date: Tue, 21 May 2019 10:51:07 +0200
* gnu/packages/mate.scm(eom)[source](uri): Use "mirror://mate/"
  instead of "https://pub.mate-desktop.org/releases/" directly.
---
 gnu/packages/mate.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 10bfe38..f3b59fc 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1319,8 +1319,7 @@ can be used as backgrounds in the MATE Desktop environment.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://pub.mate-desktop.org/releases/"
-                           (version-major+minor version) "/"
+       (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-- 
2.21.0





Information forwarded to guix-patches <at> gnu.org:
bug#35818; Package guix-patches. (Tue, 21 May 2019 08:53:03 GMT) Full text and rfc822 format available.

Message #17 received at submit <at> debbugs.gnu.org (full text, mbox):

From: guy fleury iteriteka <hoonandon <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: guy fleury iteriteka <hoonandon <at> gmail.com>
Subject: [PATCH 27/31] gnu: engrampa: Use mirror://mate/ in source URI.
Date: Tue, 21 May 2019 10:51:08 +0200
* gnu/packages/mate.scm(engrampa)[source](uri): Use "mirror://mate/"
  instead of "https://pub.mate-desktop.org/releases/" directly.
---
 gnu/packages/mate.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index f3b59fc..3a4bd4c 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1369,8 +1369,7 @@ can be used as backgrounds in the MATE Desktop environment.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://pub.mate-desktop.org/releases/"
-                           (version-major+minor version) "/"
+       (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-- 
2.21.0





Information forwarded to guix-patches <at> gnu.org:
bug#35818; Package guix-patches. (Tue, 21 May 2019 08:53:04 GMT) Full text and rfc822 format available.

Message #20 received at submit <at> debbugs.gnu.org (full text, mbox):

From: guy fleury iteriteka <hoonandon <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: guy fleury iteriteka <hoonandon <at> gmail.com>
Subject: [PATCH 28/31] gnu: pluma: Use mirror://mate/ in source URI.
Date: Tue, 21 May 2019 10:51:09 +0200
* gnu/packages/mate.scm(pluma)[source](uri): Use "mirror://mate/"
  instead of "https://pub.mate-desktop.org/releases/" directly.
---
 gnu/packages/mate.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 3a4bd4c..a71b90d 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1422,8 +1422,7 @@ can be used as backgrounds in the MATE Desktop environment.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://pub.mate-desktop.org/releases/"
-                           (version-major+minor version) "/"
+       (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-- 
2.21.0





Information forwarded to guix-patches <at> gnu.org:
bug#35818; Package guix-patches. (Tue, 21 May 2019 08:53:04 GMT) Full text and rfc822 format available.

Message #23 received at submit <at> debbugs.gnu.org (full text, mbox):

From: guy fleury iteriteka <hoonandon <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: guy fleury iteriteka <hoonandon <at> gmail.com>
Subject: [PATCH 29/31] gnu: mate-system-monitor: Use mirror://mate/ in source
 URI.
Date: Tue, 21 May 2019 10:51:10 +0200
* gnu/packages/mate.scm(mate-system-monitor)[source](uri): Use
  "mirror://mate/" instead of "https://pub.mate-desktop.org/releases/"
  directly.
---
 gnu/packages/mate.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index a71b90d..80b39f6 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1472,8 +1472,7 @@ can be used as backgrounds in the MATE Desktop environment.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://pub.mate-desktop.org/releases/"
-                           (version-major+minor version) "/"
+       (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-- 
2.21.0





Information forwarded to guix-patches <at> gnu.org:
bug#35818; Package guix-patches. (Tue, 21 May 2019 08:53:04 GMT) Full text and rfc822 format available.

Message #26 received at submit <at> debbugs.gnu.org (full text, mbox):

From: guy fleury iteriteka <hoonandon <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: guy fleury iteriteka <hoonandon <at> gmail.com>
Subject: [PATCH 30/31] gnu: mate-polkit: Use mirror://mate/ in source URI.
Date: Tue, 21 May 2019 10:51:11 +0200
* gnu/packages/mate.scm(mate-polkit)[source](uri): Use "mirror://mate/"
  instead of "https://pub.mate-desktop.org/releases/" directly.
---
 gnu/packages/mate.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 80b39f6..29696bf 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1512,8 +1512,7 @@ MATE Desktop to monitor your system resources and usage.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://pub.mate-desktop.org/releases/"
-                           (version-major+minor version) "/"
+       (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-- 
2.21.0





Information forwarded to guix-patches <at> gnu.org:
bug#35818; Package guix-patches. (Tue, 21 May 2019 08:53:05 GMT) Full text and rfc822 format available.

Message #29 received at submit <at> debbugs.gnu.org (full text, mbox):

From: guy fleury iteriteka <hoonandon <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: guy fleury iteriteka <hoonandon <at> gmail.com>
Subject: [PATCH 31/31] gnu: mate-themes: Use mirror://mate/themes/ in source
 URI.
Date: Tue, 21 May 2019 10:51:12 +0200
* gnu/packages/mate.scm(mate-themes)[source](uri): Use "mirror://mate/themes"
  instead of "https://pub.mate-desktop.org/releases/themes" directly.
---
 gnu/packages/mate.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 29696bf..c2a6aaf 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -196,11 +196,11 @@ from Mint-X-F and Faenza-Fresh icon packs.")
   (package
     (name "mate-themes")
     (version "3.22.19")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "https://pub.mate-desktop.org/releases/themes/"
-                                  (version-major+minor version) "/mate-themes-"
-                                  version ".tar.xz"))
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://mate/themes/" (version-major+minor version)
+                           "/mate-themes-" version ".tar.xz"))
               (sha256
                (base32
                 "1ycb8b8r0s8d1h1477135mynr53s5781gdb2ap8xlvj2g58492wq"))))
-- 
2.21.0





Merged 35818 35819 35820 35821 35822 35823 35824 35825 35826 35827. Request was from Tobias Geerinckx-Rice <me <at> tobias.gr> to control <at> debbugs.gnu.org. (Tue, 21 May 2019 11:20:01 GMT) Full text and rfc822 format available.

Merged 35818 35819 35820 35821 35822 35823 35824 35825 35826 35827 35828 35829 35830 35831 35832 35833 35834 35835. Request was from Tobias Geerinckx-Rice <me <at> tobias.gr> to control <at> debbugs.gnu.org. (Tue, 21 May 2019 11:23:02 GMT) Full text and rfc822 format available.

Merged 35818 35819 35820 35821 35822 35823 35824 35825 35826 35827 35828 35829 35830 35831 35832 35833 35834 35835 35836 35837 35838 35839 35840. Request was from Tobias Geerinckx-Rice <me <at> tobias.gr> to control <at> debbugs.gnu.org. (Tue, 21 May 2019 11:23:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#35818; Package guix-patches. (Tue, 21 May 2019 11:27:02 GMT) Full text and rfc822 format available.

Message #38 received at 35818 <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: 35818 <at> debbugs.gnu.org
Subject: [PATCH] gnu: Use mirror://mate/ in source URIs.
Date: Tue, 21 May 2019 13:26:48 +0200
[Message part 1 (text/plain, inline)]
Guy,

This opened 31 bugs in our patch tracker ;-)  I've merged them all 
into this one.

You can avoid this by first sending a cover letter, and using ‘git 
send-email --in-reply-to=’.  See ‘Sending a Patch Series’ in the 
Guix manual.  Sending a single patch straight to guix-patches@ is 
fine.

Kind regards,

T G-R
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#35818; Package guix-patches. (Wed, 22 May 2019 07:00:02 GMT) Full text and rfc822 format available.

Message #41 received at 35818 <at> debbugs.gnu.org (full text, mbox):

From: Guy fleury <hoonandon <at> gmail.com>
To: Tobias Geerinckx-Rice <me <at> tobias.gr>
Cc: 35818 <at> debbugs.gnu.org
Subject: Re: [bug#35818] [PATCH] gnu: Use mirror://mate/ in source URIs.
Date: Wed, 22 May 2019 08:59:45 +0200
[Message part 1 (text/plain, inline)]
Hi,

Thanks for the tips.
I think there is no need to send an update series!
Le 21 mai 2019 13:27, "Tobias Geerinckx-Rice" <me <at> tobias.gr> a écrit :

> Guy,
>
> This opened 31 bugs in our patch tracker ;-)  I've merged them all into
> this one.
>
> You can avoid this by first sending a cover letter, and using ‘git
> send-email --in-reply-to=’.  See ‘Sending a Patch Series’ in the Guix
> manual.  Sending a single patch straight to guix-patches@ is fine.
>
> Kind regards,
>
> T G-R
>
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#35818; Package guix-patches. (Fri, 24 May 2019 15:41:02 GMT) Full text and rfc822 format available.

Message #44 received at 35818 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Tobias Geerinckx-Rice <me <at> tobias.gr>
Cc: 35818 <at> debbugs.gnu.org
Subject: Re: [bug#35818] [PATCH] gnu: Use mirror://mate/ in source URIs.
Date: Fri, 24 May 2019 17:40:04 +0200
Hello,

Tobias Geerinckx-Rice <me <at> tobias.gr> skribis:

> This opened 31 bugs in our patch tracker ;-)  I've merged them all
> into this one.

The patches all LGTM, but I don’t think it makes sense to split them.
It’s a case where a single patch is more appropriate IMO, because this
is all logically the same change.

Could you merge them and send the resulting patch, Guy?

Thanks!

Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#35818; Package guix-patches. (Mon, 27 May 2019 07:11:02 GMT) Full text and rfc822 format available.

Message #47 received at 35818 <at> debbugs.gnu.org (full text, mbox):

From: guy fleury iteriteka <hoonandon <at> gmail.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 35818 <at> debbugs.gnu.org, Tobias Geerinckx-Rice <me <at> tobias.gr>
Subject: Re: [bug#35818] [PATCH] gnu: Use mirror://mate/ in source URIs.
Date: Mon, 27 May 2019 09:11:33 +0200
[Message part 1 (text/plain, inline)]
hi,
Le ven. 24 mai 2019 à 17:41, Ludovic Courtès <ludo <at> gnu.org> a écrit :

> Hello,
>
> Tobias Geerinckx-Rice <me <at> tobias.gr> skribis:
>
> > This opened 31 bugs in our patch tracker ;-)  I've merged them all
> > into this one.
>
> The patches all LGTM, but I don’t think it makes sense to split them.
> It’s a case where a single patch is more appropriate IMO, because this
> is all logically the same change.
>
> Could you merge them and send the resulting patch, Guy?
>
> see attached file!

> Thanks!
>
> Ludo’.
>
>
>
>
[Message part 2 (text/html, inline)]
[0001-gnu-MATE-Use-mirror-mate-in-source-URIs.patch (text/x-patch, attachment)]

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 27 May 2019 10:03:02 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Mon, 27 May 2019 10:03:02 GMT) Full text and rfc822 format available.

Message #52 received at 35818-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: guy fleury iteriteka <hoonandon <at> gmail.com>
Cc: 35818-done <at> debbugs.gnu.org, Tobias Geerinckx-Rice <me <at> tobias.gr>
Subject: Re: [bug#35818] [PATCH] gnu: Use mirror://mate/ in source URIs.
Date: Mon, 27 May 2019 12:02:42 +0200
Hi,

guy fleury iteriteka <hoonandon <at> gmail.com> skribis:

> From 3c76a517f763f592f49da4da15a3ee33ff25cd25 Mon Sep 17 00:00:00 2001
> From: guy fleury iteriteka <hoonandon <at> gmail.com>
> Date: Fri, 17 May 2019 09:15:35 +0200
> Subject: [PATCH] gnu: MATE: Use mirror://mate/ in source URIs.
>
> * gnu/packages/mate.scm(MATE packages)[source](uri): Use "mirror://mate/"
>   instead of "https://pub.mate-desktop.org/releases/" directly.

Applied, thanks!

Ludo'.




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 27 May 2019 10:03:03 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Mon, 27 May 2019 10:03:03 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 27 May 2019 10:03:03 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Mon, 27 May 2019 10:03:03 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 27 May 2019 10:03:03 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Mon, 27 May 2019 10:03:04 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 27 May 2019 10:03:04 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Mon, 27 May 2019 10:03:05 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 27 May 2019 10:03:05 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Mon, 27 May 2019 10:03:05 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 27 May 2019 10:03:05 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Mon, 27 May 2019 10:03:05 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 27 May 2019 10:03:06 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Mon, 27 May 2019 10:03:06 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 27 May 2019 10:03:06 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Mon, 27 May 2019 10:03:06 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 27 May 2019 10:03:07 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Mon, 27 May 2019 10:03:07 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 27 May 2019 10:03:07 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Mon, 27 May 2019 10:03:07 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 27 May 2019 10:03:07 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Mon, 27 May 2019 10:03:08 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 27 May 2019 10:03:08 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Mon, 27 May 2019 10:03:08 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 27 May 2019 10:03:08 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Mon, 27 May 2019 10:03:10 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 27 May 2019 10:03:10 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Mon, 27 May 2019 10:03:10 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 27 May 2019 10:03:10 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Mon, 27 May 2019 10:03:10 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 27 May 2019 10:03:11 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Mon, 27 May 2019 10:03:13 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 27 May 2019 10:03:13 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Mon, 27 May 2019 10:03:13 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 27 May 2019 10:03:13 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Mon, 27 May 2019 10:03:14 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 27 May 2019 10:03:14 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Mon, 27 May 2019 10:03:14 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 27 May 2019 10:03:14 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Mon, 27 May 2019 10:03:14 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 27 May 2019 10:03:15 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Mon, 27 May 2019 10:03:15 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 27 May 2019 10:03:15 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <hoonandon <at> gmail.com>:
bug acknowledged by developer. (Mon, 27 May 2019 10:03:15 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 24 Jun 2019 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 280 days ago.

Previous Next


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