[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible_openwrt_common: add comments for save_results

Holger Levsen holger at layer-acht.org
Sat Jul 30 19:09:48 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 52531c464ec98d25613fc54ba82fcb89f499c744
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Sat Jul 30 01:45:51 2016 +0200

    reproducible_openwrt_common: add comments for save_results
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_openwrt_common.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh
index d821843..1fc8430 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list