<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Holger Levsen pushed to branch master
at <a href="https://salsa.debian.org/qa/jenkins.debian.net">Debian QA / jenkins.debian.net</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d814ee70a088df4957d839cac423ce80299aa9da">d814ee70</a></strong>
<div>
<span>by Holger Levsen</span>
<i>at 2020-11-11T01:04:53+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">deploy_jdn: add debug output

Signed-off-by: Holger Levsen <holger@layer-acht.org>
</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class="file-stats">
<a href="#fdc81eb6109fa560bd3ee2b87dd3a9ceca6b6b07">
deploy_jdn
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id="fdc81eb6109fa560bd3ee2b87dd3a9ceca6b6b07">
<a href="https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d814ee70a088df4957d839cac423ce80299aa9da#fdc81eb6109fa560bd3ee2b87dd3a9ceca6b6b07"><strong>deploy_jdn</strong></a>
<hr>
<table class="code white" style="font-family: monospace; font-size: 90%;" bgcolor="#fff" width="100%" cellpadding="0" cellspacing="0">
<tr class="line_holder match" id="" style="line-height: 1.6;">
<td class="diff-line-num unfold js-unfold old_line" data-linenumber="221" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">...</td>
<td class="diff-line-num unfold js-unfold new_line" data-linenumber="221" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">...</td>
<td class="line_content match " style="padding-left: 0.5em; padding-right: 0.5em; color: rgba(0,0,0,0.3);" bgcolor="#fafafa">@@ -221,6 +221,7 @@ PROBLEMS=""</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="221" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
221
</td>
<td class="diff-line-num new_line" data-linenumber="221" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
221
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC221" class="line" lang="shell"><span class="k" style="font-weight: 600;">for </span>i <span class="k" style="font-weight: 600;">in</span> <span class="s2" style="color: #d14;">"</span><span class="k" style="font-weight: 600;">${</span><span class="nv" style="color: #008080;">HOSTS</span><span class="p">[@]</span><span class="k" style="font-weight: 600;">}</span><span class="s2" style="color: #d14;">"</span> <span class="p">;</span> <span class="k" style="font-weight: 600;">do</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="222" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
222
</td>
<td class="diff-line-num new_line" data-linenumber="222" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
222
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC222" class="line" lang="shell"><span class="k" style="font-weight: 600;">    </span><span class="nv" style="color: #008080;">HNAME1</span><span class="o" style="font-weight: 600;">=</span><span class="si" style="color: #d14;">$(</span><span class="nb" style="color: #0086b3;">echo</span> <span class="nv" style="color: #008080;">$i</span> | <span class="nb" style="color: #0086b3;">cut</span> <span class="nt" style="color: #000080;">-d</span> <span class="s2" style="color: #d14;">"@"</span> <span class="nt" style="color: #000080;">-f2</span> | <span class="nb" style="color: #0086b3;">cut</span> <span class="nt" style="color: #000080;">-d</span> <span class="s2" style="color: #d14;">"."</span> <span class="nt" style="color: #000080;">-f1</span>|cut <span class="nt" style="color: #000080;">-d</span> <span class="s2" style="color: #d14;">"-"</span> <span class="nt" style="color: #000080;">-f1</span><span class="si" style="color: #d14;">)</span> <span class="c" style="color: #998; font-style: italic;"># IONOS nodes (h01ger)</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="223" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
223
</td>
<td class="diff-line-num new_line" data-linenumber="223" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
223
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC223" class="line" lang="shell">        <span class="nv" style="color: #008080;">HNAME2</span><span class="o" style="font-weight: 600;">=</span><span class="si" style="color: #d14;">$(</span><span class="nb" style="color: #0086b3;">echo</span> <span class="nv" style="color: #008080;">$i</span> | <span class="nb" style="color: #0086b3;">cut</span> <span class="nt" style="color: #000080;">-d</span> <span class="s2" style="color: #d14;">"@"</span> <span class="nt" style="color: #000080;">-f2</span> | <span class="nb" style="color: #0086b3;">cut</span> <span class="nt" style="color: #000080;">-d</span> <span class="s2" style="color: #d14;">"."</span> <span class="nt" style="color: #000080;">-f1</span><span class="si" style="color: #d14;">)</span>                    <span class="c" style="color: #998; font-style: italic;"># non -armhf ones (vagrant)</span></span>
</pre>
</td>
</tr>
<tr class="line_holder new" id="" style="line-height: 1.6;">
<td class="diff-line-num new old_line" data-linenumber="224" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#ddfbe6">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="224" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#ddfbe6">
224
</td>
<td class="line_content new" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#ecfdf0">
<pre style="margin: 0;">+<span id="LC224" class="line" lang="shell">        <span class="nb" style="color: #0086b3;">echo</span> <span class="s2" style="color: #d14;">"Checking for problems on </span><span class="nv" style="color: #008080;">$i</span><span class="s2" style="color: #d14;"> </span><span class="nv" style="color: #008080;">$HNAME1</span><span class="s2" style="color: #d14;"> </span><span class="nv" style="color: #008080;">$HNAME2</span><span class="s2" style="color: #d14;">..."</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="224" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
224
</td>
<td class="diff-line-num new_line" data-linenumber="225" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
225
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC225" class="line" lang="shell">        <span class="nv" style="color: #008080;">TAIL</span><span class="o" style="font-weight: 600;">=</span><span class="si" style="color: #d14;">$(</span><span class="nb" style="color: #0086b3;">tail</span> <span class="nt" style="color: #000080;">-1</span> <span class="nv" style="color: #008080;">$LOG</span>.<span class="nv" style="color: #008080;">$i</span> 2>/dev/null<span class="si" style="color: #d14;">)</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="225" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
225
</td>
<td class="diff-line-num new_line" data-linenumber="226" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
226
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC226" class="line" lang="shell">        <span class="k" style="font-weight: 600;">if</span> <span class="o" style="font-weight: 600;">[</span> <span class="s2" style="color: #d14;">"</span><span class="nv" style="color: #008080;">$i</span><span class="s2" style="color: #d14;">"</span> <span class="o" style="font-weight: 600;">=</span> <span class="s2" style="color: #d14;">"root@jenkins.debian.net"</span> <span class="o" style="font-weight: 600;">]</span> <span class="p">;</span> <span class="k" style="font-weight: 600;">then</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="226" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
226
</td>
<td class="diff-line-num new_line" data-linenumber="227" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #f0f0f0; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#fafafa">
227
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC227" class="line" lang="shell"><span class="k" style="font-weight: 600;">            if</span> <span class="o" style="font-weight: 600;">!</span> <span class="o" style="font-weight: 600;">(</span> <span class="o" style="font-weight: 600;">[[</span> <span class="s2" style="color: #d14;">"</span><span class="nv" style="color: #008080;">$TAIL</span><span class="s2" style="color: #d14;">"</span> <span class="o" style="font-weight: 600;">=</span>~ <span class="s2" style="color: #d14;">"__</span><span class="nv" style="color: #008080;">$HNAME1</span><span class="s2" style="color: #d14;">=ok__"</span> <span class="o" style="font-weight: 600;">]]</span> <span class="o" style="font-weight: 600;">||</span> <span class="o" style="font-weight: 600;">[[</span> <span class="s2" style="color: #d14;">"</span><span class="nv" style="color: #008080;">$TAIL</span><span class="s2" style="color: #d14;">"</span> <span class="o" style="font-weight: 600;">=</span>~ <span class="s2" style="color: #d14;">"__</span><span class="nv" style="color: #008080;">$HNAME2</span><span class="s2" style="color: #d14;">=ok__"</span> <span class="o" style="font-weight: 600;">]]</span> <span class="o" style="font-weight: 600;">||</span> <span class="o" style="font-weight: 600;">[[</span> <span class="s2" style="color: #d14;">"</span><span class="nv" style="color: #008080;">$TAIL</span><span class="s2" style="color: #d14;">"</span> <span class="o" style="font-weight: 600;">=</span>~ <span class="s2" style="color: #d14;">"__reallyreally=ok__"</span> <span class="o" style="font-weight: 600;">]]</span> <span class="o" style="font-weight: 600;">||</span> <span class="o" style="font-weight: 600;">[[</span> <span class="s2" style="color: #d14;">"</span><span class="nv" style="color: #008080;">$TAIL</span><span class="s2" style="color: #d14;">"</span> <span class="o" style="font-weight: 600;">=</span>~ <span class="s2" style="color: #d14;">"0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded."</span> <span class="o" style="font-weight: 600;">]]</span> <span class="o" style="font-weight: 600;">)</span> <span class="p">;</span> <span class="k" style="font-weight: 600;">then</span></span>
</pre>
</td>
</tr>

</table>
<br>
</li>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #666;">

<br>
<a href="https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d814ee70a088df4957d839cac423ce80299aa9da">View it on GitLab</a>.
<br>
You're receiving this email because of your account on salsa.debian.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d814ee70a088df4957d839cac423ce80299aa9da"}}</script>


</p>
</div>
</body>
</html>