[commit: ghc] master: Use git.h.o copy of arcanist-external-json-linter (c714f8f)

git at git.haskell.org git at git.haskell.org
Sat Dec 5 08:21:40 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/c714f8fd4288e86f2e0541512afef7e216c98699/ghc

>---------------------------------------------------------------

commit c714f8fd4288e86f2e0541512afef7e216c98699
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Dec 5 09:15:57 2015 +0100

    Use git.h.o copy of arcanist-external-json-linter
    
    It shouldn't have been possible to reference an external
    Git submodule not hosted on git.haskell.org as we can't otherwise
    ensure gitlink integrity. But it turns out the
    validation hook scripts in place didn't reject
    020375d1e723339a95b86d0d3b8a8214b1cc144a, so here we are...
    
    This commit changes ghc.git to use our own fork/copy of
    https://github.com/bgamari/arcanist-external-json-linter
    hosted on git.haskell.org


>---------------------------------------------------------------

c714f8fd4288e86f2e0541512afef7e216c98699
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index 0d88e01..73ce0d1 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -117,4 +117,4 @@
 	ignore = none
 [submodule ".arc-linters/arcanist-external-json-linter"]
 	path = .arc-linters/arcanist-external-json-linter
-	url = https://github.com/bgamari/arcanist-external-json-linter.git
+	url = ../arcanist-external-json-linter.git



More information about the ghc-commits mailing list