summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-07-29 14:06:23 -0400
committerHolger Levsen <holger@layer-acht.org>2016-07-29 17:03:06 -0400
commit45468a7daee2ca0e47214656d0fbf9c1578748fa (patch)
treeedd5ce597596a2b32461ec451e32930fa1652e1a
parent43c50680997f4474a8033b9c7b67d2af38169f8b (diff)
downloadjenkins.debian.net-45468a7daee2ca0e47214656d0fbf9c1578748fa.tar.xz
reproducible_openwrt_common: add some comments
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rw-r--r--bin/reproducible_openwrt_common.sh2
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