Codebase list debuerreotype / cb055ee
Update to 0.6 upstream release (and update autopkgtest) Tianon Gravi 5 years ago
2 changed file(s) with 11 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
0 debuerreotype (0.5-1) UNRELEASED; urgency=medium
0 debuerreotype (0.6-1) UNRELEASED; urgency=medium
11
2 * Update to 0.5 upstream release
2 * Update to 0.6 upstream release; notable PRs (since 0.4):
3 - https://github.com/debuerreotype/debuerreotype/pull/24
4 - https://github.com/debuerreotype/debuerreotype/pull/26
5 - https://github.com/debuerreotype/debuerreotype/pull/28
6 - https://github.com/debuerreotype/debuerreotype/pull/31
7 - https://github.com/debuerreotype/debuerreotype/pull/32
38 * Update autopkgtests to show a relevant "diffoscope" result on failure
49
510 -- Tianon Gravi <tianon@debian.org> Tue, 10 Apr 2018 09:43:32 -0700
00 #!/usr/bin/env bash
11 set -Eeuo pipefail
2
3 # see https://people.debian.org/~tianon/debuerreotype/
42
53 suite='stretch'
64 timestamp='2017-01-01T00:00:00Z'
75
86 expectedEpoch='1483228800'
9 expectedSha256='2839acd297e012d00683008af92e35e17e3f3b6eb0c4910e3d545f4f8e0ca450'
7 expectedSha256='5ba341c3235d386744e9ea5db801174d03481c62c5f6e9463e6c5c51e91073f0'
108
119 tempDir="$(mktemp -d)"
1210 trap "rm -rf '$tempDir'" EXIT
1917
2018 debuerreotype-chroot "$rootfs" true
2119
22 debuerreotype-gen-sources-list "$rootfs" "$suite" http://deb.debian.org/debian http://security.debian.org
20 debuerreotype-gen-sources-list "$rootfs" "$suite" http://deb.debian.org/debian http://security.debian.org/debian-security
2321
2422 debuerreotype-tar "$rootfs" "$tempDir/actual.tar"
2523 sha256="$(sha256sum "$tempDir/actual.tar" | cut -d' ' -f1)"
24
25 # see https://people.debian.org/~tianon/debuerreotype/
2626
2727 if [ "$sha256" != "$expectedSha256" ]; then
2828 (