[Git][reproducible-builds/strip-nondeterminism][master] Identify data files from the COmmon Data Access (CODA) framework as being .zip files.

Chris Lamb gitlab at salsa.debian.org
Wed Jul 3 12:04:29 UTC 2019



Chris Lamb pushed to branch master at Reproducible Builds / strip-nondeterminism


Commits:
6a40d5db by Chris Lamb at 2019-07-03T12:03:09Z
Identify data files from the COmmon Data Access (CODA) framework as being .zip files.

- - - - -


1 changed file:

- lib/File/StripNondeterminism.pm


Changes:

=====================================
lib/File/StripNondeterminism.pm
=====================================
@@ -90,7 +90,7 @@ sub get_normalizer_for_file($) {
 		return _handler('png');
 	}
 	# zip
-	if (m/\.(zip|pk3|epub|whl|xpi|htb|zhfst|par)$/
+	if (m/\.(zip|pk3|epub|whl|xpi|htb|zhfst|par|codadef)$/
 		&& _get_file_type($_) =~ m/Zip archive data|EPUB document/) {
 		return _handler('zip');
 	}



View it on GitLab: https://salsa.debian.org/reproducible-builds/strip-nondeterminism/commit/6a40d5dbfa0578602bdc2c49bcfd30107f0958b1

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/strip-nondeterminism/commit/6a40d5dbfa0578602bdc2c49bcfd30107f0958b1
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20190703/a58a3f64/attachment.html>


More information about the rb-commits mailing list