[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: html_nodes_info: also swap the table header
    Mattia Rizzolo 
    mattia at debian.org
       
    Sat Apr  7 17:27:37 UTC 2018
    
    
  
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository jenkins.debian.net.
commit 85b74ca2aeea2bb0f43363614c5c294730ce9bfb
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sat Apr 7 19:27:31 2018 +0200
    reproducible: html_nodes_info: also swap the table header
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 bin/reproducible_html_nodes_info.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_html_nodes_info.sh b/bin/reproducible_html_nodes_info.sh
index 1a9172f..29d4716 100755
--- a/bin/reproducible_html_nodes_info.sh
+++ b/bin/reproducible_html_nodes_info.sh
@@ -36,10 +36,10 @@ for ARCH in ${ARCHS} ; do
 	write_page "<table>"
 	write_page "<tr><th>Name</th><th>health check</th><th>maintenance</th><th>Debian worker.log links</th>"
 		for SUITE in ${SUITES} ; do
-			write_page "<th>schroot setup $SUITE</th>"
+			write_page "<th>pbuilder setup $SUITE</th>"
 		done
 		for SUITE in ${SUITES} ; do
-			write_page "<th>pbuilder setup $SUITE</th>"
+			write_page "<th>schroot setup $SUITE</th>"
 		done
 	write_page "</tr>"
 	# the following for-loop is a hack to insert nodes which are not part of the
-- 
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