[strip-nondeterminism] 01/05: bin/strip-nondeterminism: Print a warning in --verbose mode if no canonical time specified.

Chris Lamb chris at chris-lamb.co.uk
Tue Oct 3 13:56:14 UTC 2017


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

lamby pushed a commit to branch master
in repository strip-nondeterminism.

commit 0a60b30b45f4143775a17f509b25d4b958869e3c
Author: Chris Lamb <lamby at debian.org>
Date:   Mon Oct 2 11:23:38 2017 +0100

    bin/strip-nondeterminism: Print a warning in --verbose mode if no canonical time specified.
---
 bin/strip-nondeterminism | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bin/strip-nondeterminism b/bin/strip-nondeterminism
index 31b10d4..2fbba50 100755
--- a/bin/strip-nondeterminism
+++ b/bin/strip-nondeterminism
@@ -66,6 +66,8 @@ if (defined $filetype) {
 	  = File::StripNondeterminism::get_normalizer_by_name($filetype);
 	die "$filetype: Unknown file type\n" unless $normalizer;
 }
+print "$cmd: Not using a canonical time\n"
+  if not defined $timestamp and $verbose;
 for my $filename (@ARGV) {
 	die "$filename: Does not exist\n" unless -e $filename;
 

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



More information about the Reproducible-commits mailing list