[Reproducible-commits] [diffoscope] 02/04: Pass --force-local to cpio
Jérémy Bobbio
lunar at moszumanska.debian.org
Thu Sep 3 09:40:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch master
in repository diffoscope.
commit 636731ae49a40db10780d6ee09d9b49e0f4ab09e
Author: Jérémy Bobbio <lunar at debian.org>
Date: Thu Sep 3 08:54:18 2015 +0000
Pass --force-local to cpio
We don't want filenames with ':' to trigger remote copies.
---
diffoscope/comparators/cpio.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/diffoscope/comparators/cpio.py b/diffoscope/comparators/cpio.py
index e936788..2365703 100644
--- a/diffoscope/comparators/cpio.py
+++ b/diffoscope/comparators/cpio.py
@@ -29,7 +29,7 @@ from diffoscope.difference import Difference
class CpioContent(Command):
@tool_required('cpio')
def cmdline(self):
- return ['cpio', '--quiet', '--numeric-uid-gid', '-tvF', self.path]
+ return ['cpio', '--quiet', '--numeric-uid-gid', '--force-local', '-tvF', self.path]
class CpioFile(File):
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the Reproducible-commits
mailing list