emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#34709: closed ([PATCH] guix: download: Add mate mi


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#34709: closed ([PATCH] guix: download: Add mate mirrors)
Date: Fri, 15 Mar 2019 17:08:02 +0000

Your message dated Fri, 15 Mar 2019 13:07:11 -0400
with message-id <address@hidden>
and subject line Re: [bug#34709] [PATCH] guix: download: Add mate mirrors
has caused the debbugs.gnu.org bug report #34709,
regarding [PATCH] guix: download: Add mate mirrors
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
34709: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34709
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] guix: download: Add mate mirrors Date: Sat, 2 Mar 2019 09:07:34 +0100
---
 guix/download.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/guix/download.scm b/guix/download.scm
index 25eaefc..f7da6d1 100644
--- a/guix/download.scm
+++ b/guix/download.scm
@@ -5,6 +5,7 @@
 ;;; Copyright ?? 2016 Alex Griffin <address@hidden>
 ;;; Copyright ?? 2016 David Craven <address@hidden>
 ;;; Copyright ?? 2017 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright ?? 2019 Guy Fleury Iteriteka <address@hidden> 
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -360,7 +361,10 @@
        "https://openbsd.mirror.constant.com/pub/OpenBSD/";
        "https://ftp4.usa.openbsd.org/pub/OpenBSD/";
        "https://ftp5.usa.openbsd.org/pub/OpenBSD/";
-       "https://mirror.esc7.net/pub/OpenBSD/";))))
+       "https://mirror.esc7.net/pub/OpenBSD/";)
+      (mate
+       "https://pub.mate-desktop.org/releases/";
+       "http://pub.mate-desktop.org/releases/";))))
 
 (define %mirror-file
   ;; Copy of the list of mirrors to a file.  This allows us to keep a single
-- 
2.20.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#34709] [PATCH] guix: download: Add mate mirrors Date: Fri, 15 Mar 2019 13:07:11 -0400 User-agent: Mutt/1.11.3 (2019-02-01)
On Sat, Mar 02, 2019 at 09:07:34AM +0100, guy fleury iteriteka wrote:
> @@ -360,7 +361,10 @@
>         "https://openbsd.mirror.constant.com/pub/OpenBSD/";
>         "https://ftp4.usa.openbsd.org/pub/OpenBSD/";
>         "https://ftp5.usa.openbsd.org/pub/OpenBSD/";
> -       "https://mirror.esc7.net/pub/OpenBSD/";))))
> +       "https://mirror.esc7.net/pub/OpenBSD/";)
> +      (mate
> +       "https://pub.mate-desktop.org/releases/";
> +       "http://pub.mate-desktop.org/releases/";))))

Thanks! I finished the commit message and pushed as
bc4cea6f0ef20a620d8bbda8ea14f9adf209c78d

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]