<!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=utf-8" 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/43aeb9088ce78585570a8c3455e7b7a95af44420">43aeb908</a></strong>
<div>
<span>by Alexander Couzens</span>
<i>at 2019-03-10T16:27:24Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">reproducible OpenWrt: copy over Package* files

Package files will be parsed to fill the database

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Signed-off-by: Holger Levsen <holger@layer-acht.org>
</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class="file-stats">
<a href="#4382120294b18d11e12125a03670bca0ea7fc920">
bin/reproducible_openwrt.sh
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id="4382120294b18d11e12125a03670bca0ea7fc920">
<a href="https://salsa.debian.org/qa/jenkins.debian.net/commit/43aeb9088ce78585570a8c3455e7b7a95af44420#4382120294b18d11e12125a03670bca0ea7fc920"><strong>bin/reproducible_openwrt.sh</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="172" 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="172" 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">@@ -172,7 +172,7 @@ save_openwrt_results() {</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="172" 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">
172
</td>
<td class="diff-line-num new_line" data-linenumber="172" 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">
172
</td>
<td class="line_content noteable_line" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC172" class="line" lang="shell">                        <span class="c" style="color: #998; font-style: italic;"># save subtarget specific packages</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="173" 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">
173
</td>
<td class="diff-line-num new_line" data-linenumber="173" 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">
173
</td>
<td class="line_content noteable_line" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC173" class="line" lang="shell">                        <span class="k" style="font-weight: 600;">if</span> <span class="o" style="font-weight: 600;">[</span> <span class="nt" style="color: navy;">-d</span> packages <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="174" 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">
174
</td>
<td class="diff-line-num new_line" data-linenumber="174" 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">
174
</td>
<td class="line_content noteable_line" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC174" class="line" lang="shell"><span class="k" style="font-weight: 600;">                            </span><span class="nb" style="color: #0086b3;">pushd </span>packages</span>
</pre>
</td>
</tr>
<tr class="line_holder old" id="" style="line-height: 1.6;">
<td class="diff-line-num old old_line" data-linenumber="175" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#f9d7dc">
175
</td>
<td class="diff-line-num new_line old" data-linenumber="175" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#f9d7dc">
 
</td>
<td class="line_content noteable_line old" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#fbe9eb">
<pre style="margin: 0;">-<span id="LC175" class="line" lang="shell">                                <span class="k" style="font-weight: 600;">for </span>package <span class="k" style="font-weight: 600;">in</span> <span class="k" style="font-weight: 600;">$(</span>find <span class="k" style="font-weight: 600;">*</span> <span class="nt" style="color: navy;">-name</span> <span class="s2" style="color: #d14;">"*.ipk"</span><span class="k" style="font-weight: 600;">)</span> <span class="p">;</span> <span class="k" style="font-weight: 600;">do</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="176" 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="175" 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">
175
</td>
<td class="line_content new noteable_line" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#ecfdf0">
<pre style="margin: 0;">+<span id="LC175" class="line" lang="shell">                                <span class="k" style="font-weight: 600;">for </span>package <span class="k" style="font-weight: 600;">in</span> <span class="k" style="font-weight: 600;">$(</span>find <span class="k" style="font-weight: 600;">*</span> <span class="nt" style="color: navy;">-name</span> <span class="s2" style="color: #d14;">"*.ipk"</span><span class="idiff left"> </span><span class="nt" style="color: navy;"><span class="idiff">-o</span></span><span class="idiff"> </span><span class="nt" style="color: navy;"><span class="idiff">-name</span></span><span class="idiff"> </span><span class="s2" style="color: #d14;"><span class="idiff right">"Package*"</span></span><span class="k" style="font-weight: 600;">)</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="176" 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">
176
</td>
<td class="diff-line-num new_line" data-linenumber="176" 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">
176
</td>
<td class="line_content noteable_line" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC176" class="line" lang="shell"><span class="k" style="font-weight: 600;">                                    </span><span class="nb" style="color: #0086b3;">mkdir</span> <span class="nt" style="color: navy;">-p</span> <span class="nv" style="color: teal;">$TMPDIR</span>/<span class="nv" style="color: teal;">$RUN</span>/packages/<span class="nv" style="color: teal;">$target</span>/<span class="nv" style="color: teal;">$subtarget</span>/<span class="k" style="font-weight: 600;">$(</span><span class="nb" style="color: #0086b3;">dirname</span> <span class="nv" style="color: teal;">$package</span><span class="k" style="font-weight: 600;">)</span> <span class="o" style="font-weight: 600;">||</span> <span class="o" style="font-weight: 600;">(</span> <span class="nb" style="color: #0086b3;">echo</span> <span class="nv" style="color: teal;">$TMPDIR</span>/<span class="nv" style="color: teal;">$RUN</span>/packages/<span class="nv" style="color: teal;">$target</span>/<span class="nv" style="color: teal;">$subtarget</span>/<span class="k" style="font-weight: 600;">$(</span><span class="nb" style="color: #0086b3;">dirname</span> <span class="nv" style="color: teal;">$package</span><span class="k" style="font-weight: 600;">)</span> <span class="p">;</span> <span class="k" style="font-weight: 600;">continue</span> <span class="o" style="font-weight: 600;">)</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="177" 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">
177
</td>
<td class="diff-line-num new_line" data-linenumber="177" 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">
177
</td>
<td class="line_content noteable_line" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC177" class="line" lang="shell">                                        <span class="nb" style="color: #0086b3;">cp</span> <span class="nt" style="color: navy;">-p</span> <span class="nv" style="color: teal;">$package</span> <span class="nv" style="color: teal;">$TMPDIR</span>/<span class="nv" style="color: teal;">$RUN</span>/packages/<span class="nv" style="color: teal;">$target</span>/<span class="nv" style="color: teal;">$subtarget</span>/<span class="k" style="font-weight: 600;">$(</span><span class="nb" style="color: #0086b3;">dirname</span> <span class="nv" style="color: teal;">$package</span><span class="k" style="font-weight: 600;">)</span>/</span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="178" 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">
178
</td>
<td class="diff-line-num new_line" data-linenumber="178" 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">
178
</td>
<td class="line_content noteable_line" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC178" class="line" lang="shell">                                <span class="k" style="font-weight: 600;">done</span></span>
</pre>
</td>
</tr>
<tr class="line_holder match" id="" style="line-height: 1.6;">
<td class="diff-line-num unfold js-unfold old_line" data-linenumber="191" 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="191" 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">@@ -191,7 +191,7 @@ save_openwrt_results() {</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="191" 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">
191
</td>
<td class="diff-line-num new_line" data-linenumber="191" 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">
191
</td>
<td class="line_content noteable_line" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC191" class="line" lang="shell"><span class="k" style="font-weight: 600;">            </span><span class="nb" style="color: #0086b3;">pushd</span> <span class="s2" style="color: #d14;">"</span><span class="nv" style="color: teal;">$arch</span><span class="s2" style="color: #d14;">"</span> <span class="o" style="font-weight: 600;">||</span> <span class="k" style="font-weight: 600;">continue</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="diff-line-num old_line" data-linenumber="192" 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">
192
</td>
<td class="diff-line-num new_line" data-linenumber="192" 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">
192
</td>
<td class="line_content noteable_line" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC192" class="line" lang="shell"><span class="k" style="font-weight: 600;">            for </span>feed <span class="k" style="font-weight: 600;">in</span> <span class="k" style="font-weight: 600;">*</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="193" 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">
193
</td>
<td class="diff-line-num new_line" data-linenumber="193" 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">
193
</td>
<td class="line_content noteable_line" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC193" class="line" lang="shell"><span class="k" style="font-weight: 600;">                    </span><span class="nb" style="color: #0086b3;">pushd</span> <span class="s2" style="color: #d14;">"</span><span class="nv" style="color: teal;">$feed</span><span class="s2" style="color: #d14;">"</span> <span class="o" style="font-weight: 600;">||</span> <span class="k" style="font-weight: 600;">continue</span></span>
</pre>
</td>
</tr>
<tr class="line_holder old" id="" style="line-height: 1.6;">
<td class="diff-line-num old old_line" data-linenumber="194" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#f9d7dc">
194
</td>
<td class="diff-line-num new_line old" data-linenumber="194" style="width: 35px; color: rgba(0,0,0,0.3); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: 0 5px;" align="right" bgcolor="#f9d7dc">
 
</td>
<td class="line_content noteable_line old" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#fbe9eb">
<pre style="margin: 0;">-<span id="LC194" class="line" lang="shell"><span class="k" style="font-weight: 600;">                    for </span>package <span class="k" style="font-weight: 600;">in</span> <span class="k" style="font-weight: 600;">$(</span>find <span class="k" style="font-weight: 600;">*</span> <span class="nt" style="color: navy;">-name</span> <span class="s2" style="color: #d14;">"*.ipk"</span><span class="k" style="font-weight: 600;">)</span> <span class="p">;</span> <span class="k" style="font-weight: 600;">do</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="195" 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="194" 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">
194
</td>
<td class="line_content new noteable_line" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#ecfdf0">
<pre style="margin: 0;">+<span id="LC194" class="line" lang="shell"><span class="k" style="font-weight: 600;">                    for </span>package <span class="k" style="font-weight: 600;">in</span> <span class="k" style="font-weight: 600;">$(</span>find <span class="k" style="font-weight: 600;">*</span> <span class="nt" style="color: navy;">-name</span> <span class="s2" style="color: #d14;">"*.ipk"</span><span class="idiff left"> </span><span class="nt" style="color: navy;"><span class="idiff">-o</span></span><span class="idiff"> </span><span class="nt" style="color: navy;"><span class="idiff">-name</span></span><span class="idiff"> </span><span class="s2" style="color: #d14;"><span class="idiff right">"Package*"</span></span><span class="k" style="font-weight: 600;">)</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="195" 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">
195
</td>
<td class="diff-line-num new_line" data-linenumber="195" 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">
195
</td>
<td class="line_content noteable_line" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC195" class="line" lang="shell"><span class="k" style="font-weight: 600;">                            </span><span class="nb" style="color: #0086b3;">mkdir</span> <span class="nt" style="color: navy;">-p</span> <span class="s2" style="color: #d14;">"</span><span class="nv" style="color: teal;">$TMPDIR</span><span class="s2" style="color: #d14;">/</span><span class="nv" style="color: teal;">$RUN</span><span class="s2" style="color: #d14;">/packages/</span><span class="nv" style="color: teal;">$arch</span><span class="s2" style="color: #d14;">/</span><span class="nv" style="color: teal;">$feed</span><span class="s2" style="color: #d14;">/</span><span class="k" style="font-weight: 600;">$(</span><span class="nb" style="color: #0086b3;">dirname</span> <span class="s2" style="color: #d14;">"</span><span class="nv" style="color: teal;">$package</span><span class="s2" style="color: #d14;">"</span><span class="k" style="font-weight: 600;">)</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="196" 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">
196
</td>
<td class="diff-line-num new_line" data-linenumber="196" 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">
196
</td>
<td class="line_content noteable_line" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC196" class="line" lang="shell">                                <span class="nb" style="color: #0086b3;">cp</span> <span class="nt" style="color: navy;">-p</span> <span class="s2" style="color: #d14;">"</span><span class="nv" style="color: teal;">$package</span><span class="s2" style="color: #d14;">"</span> <span class="s2" style="color: #d14;">"</span><span class="nv" style="color: teal;">$TMPDIR</span><span class="s2" style="color: #d14;">/</span><span class="nv" style="color: teal;">$RUN</span><span class="s2" style="color: #d14;">/packages/</span><span class="nv" style="color: teal;">$arch</span><span class="s2" style="color: #d14;">/</span><span class="nv" style="color: teal;">$feed</span><span class="s2" style="color: #d14;">/</span><span class="k" style="font-weight: 600;">$(</span><span class="nb" style="color: #0086b3;">dirname</span> <span class="s2" style="color: #d14;">"</span><span class="nv" style="color: teal;">$package</span><span class="s2" style="color: #d14;">"</span><span class="k" style="font-weight: 600;">)</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="197" 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">
197
</td>
<td class="diff-line-num new_line" data-linenumber="197" 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">
197
</td>
<td class="line_content noteable_line" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC197" class="line" lang="shell">                        <span class="k" style="font-weight: 600;">done</span></span>
</pre>
</td>
</tr>

</table>
<br>
</li>

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

<br>
<a href="https://salsa.debian.org/qa/jenkins.debian.net/commit/43aeb9088ce78585570a8c3455e7b7a95af44420">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/43aeb9088ce78585570a8c3455e7b7a95af44420"}}</script>
</p>
</div>
</body>
</html>