[debrepatch] 01/01: Have the examples dump diffoscope output in a separate directory

Ximin Luo infinity0 at debian.org
Mon Nov 28 20:35:06 UTC 2016


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

infinity0 pushed a commit to branch master
in repository debrepatch.

commit b2f369bfae492a4ae1996b1c538b62e4da00def7
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Nov 28 20:55:24 2016 +0100

    Have the examples dump diffoscope output in a separate directory
---
 .gitignore | 1 +
 README.rst | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 75f7d52..616e2c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /build
+/diff
 /patches/*.new
diff --git a/README.rst b/README.rst
index e54f841..c829a18 100644
--- a/README.rst
+++ b/README.rst
@@ -32,11 +32,11 @@ Examples:
 # Test that everything patches correctly
 $ ./all-patched-pkgs | xargs -rn1 ./debrepatch
 
-# Patch all packages and run them through reprotest. Diffoscope output will
-# be stored in $pkg.diffoscope, and if these are all empty then everything
-# reproduced succesfully.
+# Patch all packages and run them through reprotest and diffoscope. The output
+# will be stored in diff/$pkg.diffoscope, and if these are all empty that means
+# everything reproduced succesfully.
 $ ./all-patched-pkgs | xargs -rn1 -I '{}' ./debrepatch -f '{}' \
-    reprotest --diffoscope-arg=--text --diffoscope-arg="$PWD/{}.diffoscope" \
+    reprotest --diffoscope-arg=--text --diffoscope-arg="$PWD/diff/{}.diffoscope" \
               --diffoscope-arg=--output-empty
               -- schroot unstable-amd64-sbuild
 

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



More information about the Reproducible-commits mailing list