diff options
author | Chris Lamb <lamby@debian.org> | 2016-10-28 18:17:56 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-10-31 22:29:25 +0100 |
commit | c1294524086e363851b548313038c1ea4457966f (patch) | |
tree | f9dfaad4ca36fa6b1b1be2069c9711e1b230ad94 | |
parent | c08bfdfbd9f85f8c71e069f5313ea11bd2ab029b (diff) | |
download | jenkins.debian.net-c1294524086e363851b548313038c1ea4457966f.tar.xz |
reproducible Debian: avoid DRY by specifying BUILDINFO_SIGNED
Signed-off-by: Chris Lamb <lamby@debian.org>
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 7b498864..750dcc8d 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -543,6 +543,7 @@ get_source_package() { DBDREPORT="${SRCPACKAGE}_${EVERSION}.diffoscope.html" DBDTXT="${SRCPACKAGE}_${EVERSION}.diffoscope.txt" BUILDINFO="${SRCPACKAGE}_${EVERSION}_${ARCH}.buildinfo" + BUILDINFO_SIGNED="${BUILDINFO}.asc" } check_suitability() { |