From ba5ab0e37571724bbbbfd99e88cdd063c69e4451 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 13 Jun 2015 18:19:40 +0200 Subject: reproducible openwrt: add debug code --- bin/reproducible_openwrt.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/reproducible_openwrt.sh') 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 -- cgit v1.2.3-54-g00ecf