From: ng0 <ng0@n0.is>
To: 29828-done@debbugs.gnu.org
Subject: [bug#29828] Various Linter corrections
Date: Sat, 23 Dec 2017 21:28:45 +0000 [thread overview]
Message-ID: <20171223212845.z6db2jwaemew7wcw@abyayala> (raw)
In-Reply-To: <20171223212536.wia43fmkqrpp54gi@abyayala>
[-- Attachment #1: Type: text/plain, Size: 3041 bytes --]
Disregard this, will open a new bug.
ng0 transcribed 4.0K bytes:
> ng0 transcribed 7.3K bytes:
> > This bug starts a series of patches to:
> > - fix complains external linters found
> > - fix complains our linter found
> > These fixes include: addressing permanent redirects,
> > 404s -> new files, domains, URLs, etc.
> >
> > 4 Patches for the start, more to follow.
>
> Follow-up Number 1:
>
> Workaround for the mozjs@38 source changing.
> This comes with a 'TODO' task: Work on building
> mozjs@38 from the new source.
> --
> GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
> GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys
> WWW: https://n0.is
> From 460eacedc4f1f01a9e5e84b84657af5be928615a Mon Sep 17 00:00:00 2001
> From: ng0 <ng0@n0.is>
> Date: Sat, 23 Dec 2017 21:17:24 +0000
> Subject: [PATCH] gnu: mozjs@38: Workaround for people.mozilla.org shutdown.
>
> Read https://lists.gnu.org/archive/html/guix-devel/2017-12/msg00189.html
> for more details about this workaround.
>
> * gnu/packages/gnuzilla.scm (mozjs@38)[source]: Provide additional URL.
> ---
> gnu/packages/gnuzilla.scm | 16 ++++++++++++----
> 1 file changed, 12 insertions(+), 4 deletions(-)
>
> diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
> index c53c31613..9aa13ebf2 100644
> --- a/gnu/packages/gnuzilla.scm
> +++ b/gnu/packages/gnuzilla.scm
> @@ -6,7 +6,7 @@
> ;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
> ;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
> ;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
> -;;; Copyright © 2017 ng0 <ng0@infotropique.org>
> +;;; Copyright © 2017 ng0 <ng0@n0.is>
> ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
> ;;;
> ;;; This file is part of GNU Guix.
> @@ -168,9 +168,17 @@ in C/C++.")
> (version "38.2.1.rc0")
> (source (origin
> (method url-fetch)
> - (uri (string-append
> - "https://people.mozilla.org/~sstangl/"
> - name "-" version ".tar.bz2"))
> + (uri (list (string-append
> + "https://people.mozilla.org/~sstangl/"
> + name "-" version ".tar.bz2")
> + ;; FIXME: people.mozilla.org has shut down:
> + ;; https://lists.gnu.org/archive/html/guix-devel/2017-12/msg00189.html
> + ;; This is an unofficial temporary location until we
> + ;; can build mozjs-38 from the new location:
> + (string-append
> + "https://d.n0.is/d/v/mozjs/"
> + name "-" version ".tar.bz2")))
> +
> (sha256
> (base32
> "0p4bmbpgkfsj54xschcny0a118jdrdgg0q29rwxigg3lh5slr681"))
> --
> 2.15.1
>
--
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys
WWW: https://n0.is
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2017-12-23 21:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-23 20:52 [bug#29828] Various Linter corrections ng0
2017-12-23 21:14 ` bug#29828: " Danny Milosavljevic
2017-12-23 21:27 ` [bug#29828] " ng0
2017-12-23 21:25 ` ng0
2017-12-23 21:28 ` ng0 [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171223212845.z6db2jwaemew7wcw@abyayala \
--to=ng0@n0.is \
--cc=29828-done@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.