summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_openwrt.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-13 18:19:40 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-13 18:19:40 +0200
commitba5ab0e37571724bbbbfd99e88cdd063c69e4451 (patch)
treebe67290505432c0ba59d724fefc69a27721922dd /bin/reproducible_openwrt.sh
parent265c4b28a7857a9ed7d61e5b7e832257dfe6c8b8 (diff)
downloadjenkins.debian.net-ba5ab0e37571724bbbbfd99e88cdd063c69e4451.tar.xz
reproducible openwrt: add debug code
Diffstat (limited to 'bin/reproducible_openwrt.sh')
-rwxr-xr-xbin/reproducible_openwrt.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index d61dedaf..10d1c265 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -260,6 +260,7 @@ GOOD_PACKAGES=0
ALL_PACKAGES=0
create_results_dirs
cd $TMPDIR/b1
+tree .
for i in * ; do
cd $i
for j in $(find * -name "*.ipk" |sort -u ) ; do