Page MenuHomeSoftware Heritage

Update loaders to register origin_visit's state
Closed, MigratedEdits Locked

Description

As of today, loaders only creates origin_visit when they finish successfully (through the current occurrence_add mechanism).

This needs to be updated to:

  • create one origin_visit as soon as they start (state: ongoing)
  • update the origin_visit's state when done
    • successfully (state: full)
    • or not (state: partial).

Event Timeline

This tasks takes care of:

  • loader-core
  • loader-dir (depends on loader-core)
  • loader-tar (depends on loader-dir and loader-core)
  • loader-git
  • loader-svn

The loader-debian will be dealt with later.

ardumont removed a project: Debian loader.