[Qa-jenkins-scm] [jenkins.debian.net] 02/03: reproducible openwrt: also save/compare openwrt*root.squashfs
Holger Levsen
holger at moszumanska.debian.org
Sun Jun 14 19:56:04 UTC 2015
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 ed7f36ad6ac69972414ff11eea911a22a25d26f1
Author: Reiner Herrmann <reiner at reiner-h.de>
Date: Sun Jun 14 20:58:53 2015 +0200
reproducible openwrt: also save/compare openwrt*root.squashfs
---
bin/reproducible_openwrt.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index 33d627a..688fee8 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -72,7 +72,7 @@ save_openwrt_results(){
cd $i
# save images
mkdir -p $TMPDIR/$RUN/$i
- for j in $(find * -name "*.bin") ; do
+ for j in $(find * -name "*.bin" -o -name "*.squashfs") ; do
cp -p $j $TMPDIR/$RUN/$i/
done
# save packages
@@ -239,7 +239,7 @@ create_results_dirs
cd $TMPDIR/b1
for i in * ; do
cd $i
- for j in $(find * -name "*.bin" |sort -u ) ; do
+ for j in $(find * -name "*.bin" -o -name "*.squashfs" |sort -u ) ; do
let ALL_IMAGES+=1
call_debbindiff $i $j
SIZE="$(du -h -b $j | cut -f1)"
--
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