diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2016-07-29 14:06:23 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-29 17:03:06 -0400 |
commit | 45468a7daee2ca0e47214656d0fbf9c1578748fa (patch) | |
tree | edd5ce597596a2b32461ec451e32930fa1652e1a /bin | |
parent | 43c50680997f4474a8033b9c7b67d2af38169f8b (diff) | |
download | jenkins.debian.net-45468a7daee2ca0e47214656d0fbf9c1578748fa.tar.xz |
reproducible_openwrt_common: add some comments
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/reproducible_openwrt_common.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh index 2e774b4f..42e65d77 100644 --- a/bin/reproducible_openwrt_common.sh +++ b/bin/reproducible_openwrt_common.sh @@ -32,6 +32,7 @@ save_logs() { tar cJf "$BASE/${project}/dbd/logs_${postfix}.tar.xz" logs/ } +# RUN - is b1 or b2. b1 for first run, b2 for second save_lede_results() { RUN=$1 pushd bin/targets @@ -61,6 +62,7 @@ save_lede_results() { done popd + # save all generic packages # arch is like mips_34kc_dsp pushd bin/packages/ for arch in * ; do |