Skip to content
Snippets Groups Projects
Commit c37db05f authored by Antoine Lambert's avatar Antoine Lambert Committed by Antoine R. Dumont
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 84ad185f
No related branches found
No related tags found
No related merge requests found
......@@ -18,23 +18,23 @@ listing as json manifest.
manifests. As they contain various types of origins, |swh| uses various loaders to
ingest with those origins, url targeting a:
- simple file: The :py:class:`swh.loader.core.loader.ContentLoader`
- **simple file:** :py:class:`swh.loader.core.loader.ContentLoader`
ingests origin of type ``content``.
- tarball: The :py:class:`swh.loader.core.loader.TarballDirectoryLoader`
- **tarball:** :py:class:`swh.loader.core.loader.TarballDirectoryLoader`
ingests origin with type ``tarball-directory``.
- :ref:`Svn <user-software-origins-svn>` repository: The
- :ref:`Svn <user-software-origins-svn>` **repository:**
:py:class:`swh.loader.svn.loader.SvnLoader` ingests origin with type ``svn``.
- :ref:`Svn <user-software-origins-svn>` repository at a specific revision: The
- :ref:`Svn <user-software-origins-svn>` **repository at a specific revision:**
:py:class:`swh.loader.svn.directory.SvnExportLoader` ingests origins
with type ``svn-export``.
- :ref:`Git <user-software-origins-git>` repository: The
- :ref:`Git <user-software-origins-git>` **repository:**
:py:class:`swh.loader.git.loader.GitLoader` ingests origin with type ``git``.
- :ref:`Git <user-software-origins-git>` repository at a specific git commit: The
- :ref:`Git <user-software-origins-git>` **repository at a specific git commit:**
:py:class:`swh.loader.git.directory.GitCheckoutLoader` ingests origin with type
``git-checkout``.
- :ref:`Mercurial <user-software-origins-mercurial>` repository: The
- :ref:`Mercurial <user-software-origins-mercurial>` **repository:**
:py:class:`swh.loader.mercurial.loader.HgLoader` ingests origin with type ``hg``.
- :ref:`Mercurial <user-software-origins-mercurial>` repository: The
- :ref:`Mercurial <user-software-origins-mercurial>` **repository:**
:py:class:`swh.loader.mercurial.directory.HgCheckoutLoader>` ingests with type
``hg-checkout``.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment