From c52cc23de44c7d6480c7363857b6b09a5185b21f Mon Sep 17 00:00:00 2001 From: Harsh Vardhan Mahawar <hv062727@gmail.com> Date: Fri, 19 May 2023 02:19:23 +0530 Subject: [PATCH] Declare swh-spdx in .mrconfig --- .mrconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.mrconfig b/.mrconfig index d9fe8ac..8480b38 100644 --- a/.mrconfig +++ b/.mrconfig @@ -213,6 +213,13 @@ fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install grep -q pre-commit.com .git/hooks/commit-msg || pre-commit install -t commit-msg +[swh-spdx] +checkout = git clone 'https://gitlab.softwareheritage.org/swh/devel/swh-spdx.git' 'swh-spdx' +fixups = + git remote set-url origin https://gitlab.softwareheritage.org/swh/devel/swh-spdx.git + grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install + grep -q pre-commit.com .git/hooks/commit-msg || pre-commit install -t commit-msg + [swh-storage] checkout = git clone 'https://gitlab.softwareheritage.org/swh/devel/swh-storage.git' 'swh-storage' fixups = -- GitLab