From 52531c464ec98d25613fc54ba82fcb89f499c744 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sat, 30 Jul 2016 01:45:51 +0200 Subject: reproducible_openwrt_common: add comments for save_results Signed-off-by: Holger Levsen --- bin/reproducible_openwrt_common.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin/reproducible_openwrt_common.sh') diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh index d821843c..1fc84302 100644 --- a/bin/reproducible_openwrt_common.sh +++ b/bin/reproducible_openwrt_common.sh @@ -33,8 +33,11 @@ save_logs() { } # RUN - is b1 or b2. b1 for first run, b2 for second +# save the images and packages under $TMPDIR/$RUN save_lede_results() { RUN=$1 + + # first save all images and target specific packages pushd bin/targets for target in * ; do pushd $target || continue @@ -80,6 +83,8 @@ save_lede_results() { popd } +# RUN - is b1 or b2. b1 for first run, b2 for second +# save the images and packages under $TMPDIR/$RUN save_openwrt_results() { RUN=$1 cd bin -- cgit v1.2.3-70-g09d2