[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible FreeBSD: ignore "freebsd_master_git?????????.tar.xz" when looking for unreproducible artifacts
Holger Levsen
holger at layer-acht.org
Thu Nov 16 14:51:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit f17845c9395b7f2354d02019b9533d5b65cdb076
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Nov 16 14:51:29 2017 +0000
reproducible FreeBSD: ignore "freebsd_master_git?????????.tar.xz" when looking for unreproducible artifacts
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_freebsd.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index f0ddfe1..295aaf1 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -62,7 +62,8 @@ run_diffoscope_on_results() {
fi
cd $TMPDIR/b1
tree .
- for j in $(find * -type l -prune -o -type f -print |sort -u ) ; do
+ # maybe better remove that "freebsd_master_git?????????.tar.xz" from the tree first?
+ for j in $(find * -type l -prune -o -type f -print |sort -u | egrep -v "freebsd_master_git?????????.tar.xz" ) ; do
ALL_FILES[$FREEBSD_TARGET]=$(( ${ALL_FILES[$FREEBSD_TARGET]}+1 ))
call_diffoscope . $j
get_filesize $j
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list