From e479b9b38b81ff16a4694386435ecd66f36907df Mon Sep 17 00:00:00 2001 From: Nicolas Richart <nicolas.richart@epfl.ch> Date: Mon, 22 Jan 2024 22:54:05 +0100 Subject: [PATCH] Change branches for external repos --- config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index d16ff1d..8c5ee4b 100644 --- a/config.json +++ b/config.json @@ -4,11 +4,11 @@ "repos": { "scitas-externals": { "url": "https://gitlab.epfl.ch/SCITAS/software-stack/spack-repo-externals.git", - "branch": "release/syrah" + "branch": "releases/2024.0.0" }, "sctias-packages": { - "url": "https://gitlab.epfl.ch/SCITAS/software-stack/spack-repo-externals.git", - "branch": "release/syrah" + "url": "https://gitlab.epfl.ch/SCITAS/software-stack/spack-scitas-packages.git", + "branch": "releases/2024.0.0" } } } -- GitLab