From 076d28bdee00abc5105bdff7c45d14455e96b858 Mon Sep 17 00:00:00 2001 From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de> Date: Tue, 5 Jun 2018 11:17:20 +0200 Subject: [PATCH] Revert "Switch to repositories on submodules which comply with our filters in CI network configuration" This reverts commit 92bd8051fd7fe925914f2c57c3ee6972c1a9fe73. --- .gitmodules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index ccdc3e4d..1733ea4f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,16 +3,16 @@ url = https://gitlab.tiker.net/inducer/loopy.git [submodule "python/ufl"] path = python/ufl - url = https://gitlab.dune-project.org/dominic/ufl.git + url = https://bitbucket.org/fenics-project/ufl.git [submodule "python/pymbolic"] path = python/pymbolic - url = https://gitlab.tiker.net/inducer/pymbolic.git + url = https://github.com/inducer/pymbolic.git [submodule "python/cgen"] path = python/cgen - url = https://gitlab.tiker.net/inducer/cgen.git + url = https://github.com/inducer/cgen.git [submodule "dune/perftool/vectorclass"] path = dune/perftool/vectorclass - url = https://gitlab.dune-project.org/dominic/vectorclass.git + url = https://github.com/darealshinji/vectorclass.git [submodule "python/pytools"] path = python/pytools - url = https://gitlab.tiker.net/inducer/pytools.git + url = https://github.com/inducer/pytools.git -- GitLab