reprotest 0.7.4 source package in Ubuntu
Changelog
reprotest (0.7.4) unstable; urgency=medium * Hopefully fix the autopkgtest tests. * Add aslr, domain_host, and num_cpu variations. * Add a --print-sudoers feature. * Properly drop privs when running the build. (Closes: #877813) * Fix the time variation to actually make the time constant. This drops the time.auto_faketimes variation-spec option. * Make --no-clean-on-error a bit more reliable. -- Ximin Luo <email address hidden> Mon, 27 Nov 2017 14:19:11 +0100
Upload details
- Uploaded by:
- Reproducible builds folks
- Uploaded to:
- Sid
- Original maintainer:
- Reproducible builds folks
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
reprotest_0.7.4.dsc | 2.1 KiB | fa13bd6015c03ada154d5fe1fe50281650307d1ebddb2ee3efbdd462b407b701 |
reprotest_0.7.4.tar.xz | 83.4 KiB | bd701465bcb8573887c08e66b8509a964e4bb359b8d2fc04c72fe7bd7a2aa4fe |
Available diffs
- diff from 0.7.3 to 0.7.4 (19.7 KiB)
No changes file available.
Binary packages built by this source
- reprotest: Build software and check it for reproducibility.
reprotest builds the same source code twice in different environments, and
then checks the binaries produced by each build for differences. If any are
found, then diffoscope (or if unavailable then diff) is used to display them
in detail for later analysis.
.
It supports different types of environment such as a "null" environment (i.e.
doing the builds directly in /tmp) or various other virtual servers, for
example schroot, ssh, qemu, and several others.
.
reprotest is developed as part of the “reproducible builds” Debian project.