[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: move link generation outside the loop

Holger Levsen holger at moszumanska.debian.org
Thu Mar 5 14:27:20 UTC 2015


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 ff99598e2b87a2ddd309171954969a9ca2ee5a9e
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Mar 5 15:26:17 2015 +0100

    reproducible: move link generation outside the loop
---
 bin/reproducible_common.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index a20afc3..943530b 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -179,8 +179,8 @@ write_page_header() {
 				fi
 			done
 		fi
-		write_page "<li><a href=\"https://wiki.debian.org/ReproducibleBuilds\" target=\"_blank\">wiki</a></li>"
 	done
+	write_page "<li><a href=\"https://wiki.debian.org/ReproducibleBuilds\" target=\"_blank\">wiki</a></li>"
 	write_page "</ul>"
 	write_page "</header>"
 }

-- 
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