diff --git a/.mrconfig b/.mrconfig index f840056..6115580 100644 --- a/.mrconfig +++ b/.mrconfig @@ -1,84 +1,88 @@ # keep the list sorted alphabetically by local repo name [snippets] checkout = git clone 'https://forge.softwareheritage.org/source/snippets.git' 'snippets' [swh-core] checkout = git clone 'https://forge.softwareheritage.org/source/swh-core.git' 'swh-core' fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install [swh-dataset] checkout = git clone 'https://forge.softwareheritage.org/source/swh-dataset.git' 'swh-dataset' fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install [swh-deposit] checkout = git clone 'https://forge.softwareheritage.org/source/swh-deposit.git' 'swh-deposit' fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install [swh-docs] checkout = git clone 'https://forge.softwareheritage.org/source/swh-docs.git' 'swh-docs' fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install [swh-graph] checkout = git clone 'https://forge.softwareheritage.org/source/swh-graph.git' 'swh-graph' fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install +[swh-icinga-plugins] +checkout = git clone 'https://forge.softwareheritage.org/source/swh-icinga-plugins.git' 'swh-icinga-plugins' +fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install + [swh-indexer] checkout = git clone 'https://forge.softwareheritage.org/source/swh-indexer.git' 'swh-indexer' fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install [swh-journal] checkout = git clone 'https://forge.softwareheritage.org/source/swh-journal.git' 'swh-journal' fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install [swh-lister] checkout = git clone 'https://forge.softwareheritage.org/source/swh-lister.git' 'swh-lister' fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install [swh-loader-core] checkout = git clone 'https://forge.softwareheritage.org/source/swh-loader-core.git' 'swh-loader-core' fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install [swh-loader-git] checkout = git clone 'https://forge.softwareheritage.org/source/swh-loader-git.git' 'swh-loader-git' fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install [swh-loader-mercurial] checkout = git clone 'https://forge.softwareheritage.org/source/swh-loader-mercurial.git' 'swh-loader-mercurial' fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install [swh-loader-svn] checkout = git clone 'https://forge.softwareheritage.org/source/swh-loader-svn.git' 'swh-loader-svn' fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install [swh-model] checkout = git clone 'https://forge.softwareheritage.org/source/swh-model.git' 'swh-model' fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install [swh-objstorage] checkout = git clone 'https://forge.softwareheritage.org/source/swh-objstorage.git' 'swh-objstorage' fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install [swh-py-template] checkout = git clone 'https://forge.softwareheritage.org/source/swh-py-template.git' 'swh-py-template' fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install [swh-scheduler] checkout = git clone 'https://forge.softwareheritage.org/source/swh-scheduler.git' 'swh-scheduler' fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install [swh-search] checkout = git clone 'https://forge.softwareheritage.org/source/swh-search.git' 'swh-search' fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install [swh-storage] checkout = git clone 'https://forge.softwareheritage.org/source/swh-storage.git' 'swh-storage' fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install [swh-vault] checkout = git clone 'https://forge.softwareheritage.org/source/swh-vault.git' 'swh-vault' fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install [swh-web] checkout = git clone 'https://forge.softwareheritage.org/source/swh-web.git' 'swh-web' fixups = grep -q pre-commit.com .git/hooks/pre-commit || pre-commit install