[Reproducible-commits] [dpkg] 03/05: dpkg-genbuildinfo; Disable Environment information for now

Mattia Rizzolo mattia at debian.org
Mon Aug 1 10:27:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch pu/reproducible_builds
in repository dpkg.

commit e10beeb36951500c15391b1b31619d16e0eff54c
Author: Niko Tyni <ntyni at debian.org>
Date:   Tue May 3 23:42:16 2016 +0300

    dpkg-genbuildinfo; Disable Environment information for now
    
    We need support for ignoring Environment information in diffoscope first
    for test.reproducible-builds.org to work, so temporarily disable it.
---
 scripts/dpkg-genbuildinfo.pl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/dpkg-genbuildinfo.pl b/scripts/dpkg-genbuildinfo.pl
index 7183d94..09c0ed7 100755
--- a/scripts/dpkg-genbuildinfo.pl
+++ b/scripts/dpkg-genbuildinfo.pl
@@ -400,8 +400,10 @@ foreach my $flag ($bf->list()) {
     }
 }
 
+if (0) { # disabled until diffoscope supports this
 $fields->{'Environment'} = "\n" .
     join "\n", map { $_ . '="' . ($environment{$_} =~ s/"/\\"/gr) . '"' }
                    (sort keys %environment);
+}
 
 $fields->output(\*STDOUT);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list