Skip to content

extract per release package list in TSV format

Ritesh Raj Sarraf requested to merge wip/ritesh/tsv into master

This script extracts the packages list from the respective Apertis releases Sources metadata file. It extracts the following fields:

  • Source Package Names
  • Package Version
  • Repository Component

It then writes these values in a TSV format to a file per release.

Signed-off-by: Ritesh Raj Sarraf ritesh.sarraf@collabora.com

Merge request reports