From fa0e9f591f754aca31f140bdb05dd063555cc1d4 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 4 Mar 2021 17:51:47 +0100 Subject: [PATCH] fwi: update repo url to PM server --- garlic/apps/fwi/default.nix | 2 +- garlic/apps/fwi/input.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/garlic/apps/fwi/default.nix b/garlic/apps/fwi/default.nix index 94d1bdc..013fcef 100644 --- a/garlic/apps/fwi/default.nix +++ b/garlic/apps/fwi/default.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation rec { name = "fwi"; src = builtins.fetchGit { - url = "https://gitlab.com/srodrb/BSC-FWI.git"; + url = "ssh://git@bscpm03.bsc.es/garlic/apps/fwi.git"; ref = "${gitBranch}"; }; diff --git a/garlic/apps/fwi/input.nix b/garlic/apps/fwi/input.nix index a8ba92f..63073da 100644 --- a/garlic/apps/fwi/input.nix +++ b/garlic/apps/fwi/input.nix @@ -8,7 +8,7 @@ stdenv.mkDerivation rec { name = "fwi-input"; src = builtins.fetchGit { - url = "https://gitlab.com/srodrb/BSC-FWI.git"; + url = "ssh://git@bscpm03.bsc.es/garlic/apps/fwi.git"; ref = "garlic/seq"; };