Page MenuHomeSoftware Heritage

Generate (swh) releases from all git tags
Closed, MigratedEdits Locked

Description

The way we make snapshots of git repositories currently stores "lightweight tags" (that is, tags created without the git tag -a flag) as branches that point directly to revision objects.

This doesn't map properly to what git users mean when they do unannotated tags, so we should make sure that all git tags point to releases.

Note that this doesn't solve the question of pulling release notes from e.g. GitHub release pages, which is something that would need to be done by some other component (T17 comes to mind).

Related Objects

StatusAssignedTask
Migratedgitlab-migration
Migratedgitlab-migration
Migratedgitlab-migration
Migratedgitlab-migration
Migratedgitlab-migration
Migratedgitlab-migration
Migratedgitlab-migration
Migratedgitlab-migration
Migratedgitlab-migration
Migratedgitlab-migration
Migratedgitlab-migration
Migratedgitlab-migration
Migratedgitlab-migration
Migratedgitlab-migration
Migratedgitlab-migration
Migratedgitlab-migration
Migratedgitlab-migration
Migratedgitlab-migration
Migratedgitlab-migration
Migratedgitlab-migration
Migratedgitlab-migration
Migratedgitlab-migration
Migratedgitlab-migration
Migratedgitlab-migration

Event Timeline

olasd triaged this task as Normal priority.Nov 5 2019, 11:58 AM
olasd created this task.
olasd updated the task description. (Show Details)

Note that this doesn't solve the question of pulling release notes from e.g. GitHub release pages, which is something that would need to be done by some other component (T17 comes to mind).

There is T1101 for pulling release notes :-)