From c803ad53f80b3f46c6f2555f69c004c4fad1d1a6 Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" <ardumont@softwareheritage.org> Date: Mon, 5 Jul 2021 11:43:22 +0200 Subject: [PATCH] Update documentation entry point with the new loader cvs module So it's integrated in the build. Related to T2845 --- docs/index.rst | 3 +++ requirements-swh-dev.txt | 1 + requirements-swh.txt | 1 + 3 files changed, 5 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 7d91bb70..853a8765 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -126,6 +126,9 @@ swh.docs :ref:`swh.loader-svn <swh-loader-svn>` loader for `Subversion <https://subversion.apache.org/>`_ repositories +:ref:`swh.loader-cvs <swh-loader-cvs>` + loader for `CVS <https://savannah.nongnu.org/projects/cvs>`_ repositories + :ref:`swh.model <swh-model>` implementation of the :ref:`data-model` to archive source code artifacts diff --git a/requirements-swh-dev.txt b/requirements-swh-dev.txt index 3c06a0ef..6a70cf86 100644 --- a/requirements-swh-dev.txt +++ b/requirements-swh-dev.txt @@ -22,6 +22,7 @@ ../swh-loader-git ../swh-loader-mercurial ../swh-loader-svn +../swh-loader-cvs ../swh-search ../swh-vault ../swh-web diff --git a/requirements-swh.txt b/requirements-swh.txt index be4d49e8..29c87276 100644 --- a/requirements-swh.txt +++ b/requirements-swh.txt @@ -12,6 +12,7 @@ swh.loader.core swh.loader.git swh.loader.mercurial swh.loader.svn +swh.loader.cvs swh.model swh.objstorage[testing] swh.objstorage.replayer -- GitLab