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.
- Free software: GNU General Public License v3
- Documentation: https://ubuntu-package-buildlog-info.readthedocs.io.
ubuntu-package-buildinfo --series jammy --package-version 3.0.4-2ubuntu2.2 --package-name apparmor
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.
- Code cleanup now that we have a working version
- Write tests
- Complete support for querying PPAs
- Add support for querying latest version of a package in a series if no version is specified
- Create snapcraft.yaml to build a snap package for easy distribution
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.