Skip to content
Snippets Groups Projects
Commit 4ffc7bcb authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

spec: reference SWHID using explicit anchors

parent dfd33d2d
No related branches found
No related tags found
No related merge requests found
import os
import django
os.environ.setdefault("DJANGO_SETTINGS_MODULE",
"swh.deposit.settings.development")
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "swh.deposit.settings.development")
django.setup()
from swh.docs.sphinx.conf import * # NoQA
......@@ -403,7 +403,8 @@ Only ``deposited`` deposit are concerned by the loading.
When the loading is done and successful, the deposit entry is updated:
- ``status`` is updated to ``done``
- ``swh-id`` is populated with the resulting `SWH persistent identifier <https://docs.softwareheritage.org/devel/swh-model/persistent-identifiers.html>`_
- ``swh-id`` is populated with the resulting :ref:`SWHID
<persistent-identifiers>`
- ``complete_date`` is updated to the loading's finished time
When the loading has failed, the deposit entry is updated:
......
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