diff --git a/.mrconfig b/.mrconfig index 0cb962d..2e80ba6 100644 --- a/.mrconfig +++ b/.mrconfig @@ -1,104 +1,108 @@ # 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 = ../bin/git-add-pre-commit-hook . +[swh-dataset] +checkout = git clone 'https://forge.softwareheritage.org/source/swh-dataset.git' 'swh-dataset' +fixups = ../bin/git-add-pre-commit-hook . + [swh-deposit] checkout = git clone 'https://forge.softwareheritage.org/source/swh-deposit.git' 'swh-deposit' fixups = ../bin/git-add-pre-commit-hook . [swh-docker-dev] checkout = git clone 'https://forge.softwareheritage.org/source/swh-docker-dev.git' 'swh-docker-dev' fixups = ../bin/git-add-pre-commit-hook . [swh-docs] checkout = git clone 'https://forge.softwareheritage.org/source/swh-docs.git' 'swh-docs' fixups = ../bin/git-add-pre-commit-hook . [swh-graph] checkout = git clone 'https://forge.softwareheritage.org/source/swh-graph.git' 'swh-graph' fixups = ../bin/git-add-pre-commit-hook . [swh-indexer] checkout = git clone 'https://forge.softwareheritage.org/source/swh-indexer.git' 'swh-indexer' fixups = ../bin/git-add-pre-commit-hook . [swh-journal] checkout = git clone 'https://forge.softwareheritage.org/source/swh-journal.git' 'swh-journal' fixups = ../bin/git-add-pre-commit-hook . [swh-lister] checkout = git clone 'https://forge.softwareheritage.org/source/swh-lister.git' 'swh-lister' fixups = ../bin/git-add-pre-commit-hook . [swh-loader-core] checkout = git clone 'https://forge.softwareheritage.org/source/swh-loader-core.git' 'swh-loader-core' fixups = ../bin/git-add-pre-commit-hook . [swh-loader-debian] checkout = git clone 'https://forge.softwareheritage.org/source/swh-loader-debian.git' 'swh-loader-debian' fixups = ../bin/git-add-pre-commit-hook . [swh-loader-dir] checkout = git clone 'https://forge.softwareheritage.org/source/swh-loader-dir.git' 'swh-loader-dir' fixups = ../bin/git-add-pre-commit-hook . [swh-loader-git] checkout = git clone 'https://forge.softwareheritage.org/source/swh-loader-git.git' 'swh-loader-git' fixups = ../bin/git-add-pre-commit-hook . [swh-loader-npm] checkout = git clone 'https://forge.softwareheritage.org/source/swh-loader-npm.git' 'swh-loader-npm' fixup = ../bin/git-add-pre-commit-hook . [swh-loader-mercurial] checkout = git clone 'https://forge.softwareheritage.org/source/swh-loader-mercurial.git' 'swh-loader-mercurial' fixups = ../bin/git-add-pre-commit-hook . [swh-loader-pypi] checkout = git clone 'https://forge.softwareheritage.org/source/swh-loader-pypi.git' 'swh-loader-pypi' fixup = ../bin/git-add-pre-commit-hook . [swh-loader-svn] checkout = git clone 'https://forge.softwareheritage.org/source/swh-loader-svn.git' 'swh-loader-svn' fixups = ../bin/git-add-pre-commit-hook . [swh-loader-tar] checkout = git clone 'https://forge.softwareheritage.org/source/swh-loader-tar.git' 'swh-loader-tar' fixups = ../bin/git-add-pre-commit-hook . [swh-mirror-forge] checkout = git clone 'https://forge.softwareheritage.org/source/swh-mirror-forge.git' 'swh-mirror-forge' fixups = ../bin/git-add-pre-commit-hook . [swh-model] checkout = git clone 'https://forge.softwareheritage.org/source/swh-model.git' 'swh-model' fixups = ../bin/git-add-pre-commit-hook . [swh-objstorage] checkout = git clone 'https://forge.softwareheritage.org/source/swh-objstorage.git' 'swh-objstorage' fixups = ../bin/git-add-pre-commit-hook . [swh-py-template] checkout = git clone 'https://forge.softwareheritage.org/source/swh-py-template.git' 'swh-py-template' fixups = ../bin/git-add-pre-commit-hook . [swh-scheduler] checkout = git clone 'https://forge.softwareheritage.org/source/swh-scheduler.git' 'swh-scheduler' fixups = ../bin/git-add-pre-commit-hook . [swh-storage] checkout = git clone 'https://forge.softwareheritage.org/source/swh-storage.git' 'swh-storage' fixups = ../bin/git-add-pre-commit-hook . [swh-vault] checkout = git clone 'https://forge.softwareheritage.org/source/swh-vault.git' 'swh-vault' fixups = ../bin/git-add-pre-commit-hook . [swh-web] checkout = git clone 'https://forge.softwareheritage.org/source/swh-web.git' 'swh-web' fixups = ../bin/git-add-pre-commit-hook .