unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: 01/01: gnu: Add libotf.
       [not found] ` <E1aWvde-0007Di-UO@vcs.savannah.gnu.org>
@ 2016-02-21 18:51   ` Ludovic Courtès
  2016-02-22  9:35     ` Roel Janssen
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2016-02-21 18:51 UTC (permalink / raw)
  To: Roel Janssen; +Cc: guix-devel

Hi!

??? <iyzsong@gmail.com> skribis:

> +              (uri (string-append
> +                    "http://download.savannah.gnu.org/releases/m17n/libotf-"
> +                    version ".tar.gz"))

It’s best to use mirror://savannah here.  :-)

Ludo’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 01/01: gnu: Add libotf.
  2016-02-21 18:51   ` 01/01: gnu: Add libotf Ludovic Courtès
@ 2016-02-22  9:35     ` Roel Janssen
  2016-02-22 12:04       ` 宋文武
  0 siblings, 1 reply; 3+ messages in thread
From: Roel Janssen @ 2016-02-22  9:35 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-libotf-Use-mirror.patch --]
[-- Type: text/x-patch, Size: 947 bytes --]

From e10c0a6da69bce2886f05b1e0027df962c663e67 Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Mon, 22 Feb 2016 10:33:10 +0100
Subject: [PATCH] gnu: libotf: Use mirror.

* gnu/packages/fontutils.scm (libotf): Use the mirror prefix instead of the full URL.
---
 gnu/packages/fontutils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 4acf44d..b8d931f 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -266,7 +266,7 @@ resolution.")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "http://download.savannah.gnu.org/releases/m17n/libotf-"
+                    "mirror://savannah/releases/m17n/libotf-"
                     version ".tar.gz"))
               (sha256
                (base32 "0239zvfan56w7vrppriwy77fzb10ag9llaz15nsraps2a2x6di3v"))))
-- 
2.5.0


[-- Attachment #2: Type: text/plain, Size: 397 bytes --]


Ludovic Courtès writes:

> ??? <iyzsong@gmail.com> skribis:
>
>> +              (uri (string-append
>> +                    "http://download.savannah.gnu.org/releases/m17n/libotf-"
>> +                    version ".tar.gz"))
>
> It’s best to use mirror://savannah here.  :-)

The attached patch should fix that.  I added it to my list of things to
check before submitting patches. :)

Thanks!

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: 01/01: gnu: Add libotf.
  2016-02-22  9:35     ` Roel Janssen
@ 2016-02-22 12:04       ` 宋文武
  0 siblings, 0 replies; 3+ messages in thread
From: 宋文武 @ 2016-02-22 12:04 UTC (permalink / raw)
  To: Roel Janssen; +Cc: guix-devel

Roel Janssen <roel@gnu.org> writes:

> Ludovic Courtès writes:
>
>> ??? <iyzsong@gmail.com> skribis:
>>
>>> +              (uri (string-append
>>> +                    "http://download.savannah.gnu.org/releases/m17n/libotf-"
>>> +                    version ".tar.gz"))
>>
>> It’s best to use mirror://savannah here.  :-)
>
> The attached patch should fix that.  I added it to my list of things to
> check before submitting patches. :)
Applied, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-22 12:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20160220004247.27598.59042@vcs.savannah.gnu.org>
     [not found] ` <E1aWvde-0007Di-UO@vcs.savannah.gnu.org>
2016-02-21 18:51   ` 01/01: gnu: Add libotf Ludovic Courtès
2016-02-22  9:35     ` Roel Janssen
2016-02-22 12:04       ` 宋文武

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).