canonical / ubuntu-package-buildinfo

Tool to retrieve Ubuntu package build info
Other
1 stars 1 forks source link

============================ Ubuntu Package BuilInfo

.. image:: https://img.shields.io/pypi/v/ubuntu-package-buildinfo.svg :target: https://pypi.python.org/pypi/ubuntu-package-buildinfo

.. image:: https://img.shields.io/travis/canonical/ubuntu-package-buildinfo.svg :target: https://travis-ci.com/canonical/ubuntu-package-buildinfo

.. image:: https://readthedocs.org/projects/ubuntu-package-buildlog-info/badge/?version=latest :target: https://ubuntu-package-buildlog-info.readthedocs.io/en/latest/?version=latest :alt: Documentation Status

Tool to retrieve Ubuntu Package Buildinfo

This script downloads the changes file, the buildlog file and the buildinfo file and verifies that the buildinfo file is correct based on the checksum in the .changes file.

See https://wiki.debian.org/ReproducibleBuilds/BuildinfoFiles for more information on buildinfo files.

Example Usage

::

ubuntu-package-buildinfo --series jammy --package-version 3.0.4-2ubuntu2.2 --package-name apparmor

Features

Downloads the changes file, the buildlog file and the buildinfo file for a given package and version in a given Ubuntu series.

It also verifies that the buildinfo file is correct based on the checksum in the .changes file.

TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

.. Cookiecutter: https://github.com/audreyr/cookiecutter .. audreyr/cookiecutter-pypackage: https://github.com/audreyr/cookiecutter-pypackage