<!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>
John Scott pushed to branch master
at <a href="https://salsa.debian.org/reproducible-builds/reproducible-website">Reproducible Builds / reproducible-website</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/82f54676756ea378a17455f1338c166b362512d6">82f54676</a></strong>
<div>
<span>by John Scott</span>
<i>at 2021-04-07T10:28:03-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">2021-03: fix typos
</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class="file-stats">
<a href="#3393d43faf4de0e437a4a2d103125a64a3076911">
_reports/2021-03.md
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id="3393d43faf4de0e437a4a2d103125a64a3076911">
<a href="https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/82f54676756ea378a17455f1338c166b362512d6#3393d43faf4de0e437a4a2d103125a64a3076911"><strong>_reports/2021-03.md</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="46" 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="46" 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">@@ -46,7 +46,7 @@ This month, Alexander "*lynxis*" Couzens worked on improving support for Coreboo</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="46" 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">
46
</td>
<td class="new_line diff-line-num" data-linenumber="46" 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">
46
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC46" class="line" lang="markdown"></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="47" 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">
47
</td>
<td class="new_line diff-line-num" data-linenumber="47" 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">
47
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC47" class="line" lang="markdown">When building Debian packages, <span class="sb" style="color: #d14;">`dpkg`</span> currently passes options to the underlying build system to strip out the build path from generated binaries. However, many binaries still end up including the build path because they embed the entire compiler command-line which includes, ironically, the very flags that specify the build path to facilitate stripping it out. Vagrant Cascadian therefore <span class="p">[</span><span class="nv" style="color: #008080;">filed a bug against the Debian `dpkg` package</span><span class="p">](</span><span class="sx" style="color: #d14;">https://bugs.debian.org/985553</span><span class="p">)</span> to use <span class="p">[</span><span class="nv" style="color: #008080;">GCC</span><span class="p">](</span><span class="sx" style="color: #d14;">https://gcc.gnu.org/</span><span class="p">)</span>'s <span class="sb" style="color: #d14;">`.spec`</span> files to specify the <span class="sb" style="color: #d14;">`fixfilepath`</span> and <span class="sb" style="color: #d14;">`fixdebugpath`</span> options. This supplies the build path to GCC via the <span class="sb" style="color: #d14;">`DEB_BUILD_PATH`</span> environment variable, thus avoid passing the path on the command-line itself. Related to this, it was noticed that <span class="p">[</span><span class="nv" style="color: #008080;">Debian unstable reached 85% reproducibility</span><span class="p">](</span><span class="sx" style="color: #d14;">https://tests.reproducible-builds.org/debian/unstable/index_suite_amd64_stats.html</span><span class="p">)</span> for the first time since enabling variations in the build path.</span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="48" 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">
48
</td>
<td class="new_line diff-line-num" data-linenumber="48" 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">
48
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC48" class="line" lang="markdown"></span>
</pre>
</td>
</tr>
<tr class="line_holder old" id="" style="line-height: 1.6;">
<td class="old_line diff-line-num old" data-linenumber="49" 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">
49
</td>
<td class="new_line diff-line-num old" data-linenumber="49" 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 old" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#fbe9eb">
<pre style="margin: 0;">-<span id="LC49" class="line" lang="markdown">Frédéric Pierret has been working on a partial copy of the <span class="p">[</span><span class="nv" style="color: #008080;">`snapshot.debian.org`</span><span class="p">](</span><span class="sx" style="color: #d14;">https://snapshot.debian.org/</span><span class="p">)</span> "wayback machine" service limited solely to the packages needed to rebuild Debian <span class="ge" style="font-style: italic;">*bullseye*</span> on the <span class="sb" style="color: #d14;">`amd64`</span> architecture. This is to workaround the bandwidth and other perceived limitations of <span class="sb" style="color: #d14;">`snapshot.debian.org`</span>. Whilst the mirror itself is reachable at <span class="p">[</span><span class="nv" style="color: #008080;">`debian.notset.fr`</span><span class="p">](</span><span class="sx" style="color: #d14;">https://debian.notset.fr/snapshot/</span><span class="p">)</span>, the software for creating that partial mirror <span class="p">[</span><span class="nv" style="color: #008080;">is available in Frédéric's Git repository</span><span class="p">](</span><span class="sx" style="color: #d14;">https://github.com/fepitre/snapshot-mirror</span><span class="p">)</span>. Currently, Frédéric's service has mirrored 4 months in 2 weeks, but needs approximately 3-5 years of content in order to fully rebuild <span class="ge" style="font-style: italic;">*bullseye*</span>. To that end, <span class="p">[</span><span class="nv" style="color: #008080;">a request was made to the Debian system administrators</span><span class="p">](</span><span class="sx" style="color: #d14;">https://rt.debian.org/Ticket/Display.html?id=8547</span><span class="p">)</span><span class="idiff left right">)</span> to obtain better access to <span class="sb" style="color: #d14;">`snapshot.debian.org`</span> for this mirror in order to accelerate the initial seeding.</span>
</pre>
</td>
</tr>
<tr class="line_holder new" id="" style="line-height: 1.6;">
<td class="old_line diff-line-num new" data-linenumber="50" 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="new_line diff-line-num new" data-linenumber="49" 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">
49
</td>
<td class="line_content new" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#ecfdf0">
<pre style="margin: 0;">+<span id="LC49" class="line" lang="markdown">Frédéric Pierret has been working on a partial copy of the <span class="p">[</span><span class="nv" style="color: #008080;">`snapshot.debian.org`</span><span class="p">](</span><span class="sx" style="color: #d14;">https://snapshot.debian.org/</span><span class="p">)</span> "wayback machine" service limited solely to the packages needed to rebuild Debian <span class="ge" style="font-style: italic;">*bullseye*</span> on the <span class="sb" style="color: #d14;">`amd64`</span> architecture. This is to workaround the bandwidth and other perceived limitations of <span class="sb" style="color: #d14;">`snapshot.debian.org`</span>. Whilst the mirror itself is reachable at <span class="p">[</span><span class="nv" style="color: #008080;">`debian.notset.fr`</span><span class="p">](</span><span class="sx" style="color: #d14;">https://debian.notset.fr/snapshot/</span><span class="p">)</span>, the software for creating that partial mirror <span class="p">[</span><span class="nv" style="color: #008080;">is available in Frédéric's Git repository</span><span class="p">](</span><span class="sx" style="color: #d14;">https://github.com/fepitre/snapshot-mirror</span><span class="p">)</span>. Currently, Frédéric's service has mirrored 4 months in 2 weeks, but needs approximately 3-5 years of content in order to fully rebuild <span class="ge" style="font-style: italic;">*bullseye*</span>. To that end, <span class="p">[</span><span class="nv" style="color: #008080;">a request was made to the Debian system administrators</span><span class="p">](</span><span class="sx" style="color: #d14;">https://rt.debian.org/Ticket/Display.html?id=8547</span><span class="p">)</span> to obtain better access to <span class="sb" style="color: #d14;">`snapshot.debian.org`</span> for this mirror in order to accelerate the initial seeding.</span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="50" 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">
50
</td>
<td class="new_line diff-line-num" data-linenumber="50" 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">
50
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC50" class="line" lang="markdown"></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="51" 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">
51
</td>
<td class="new_line diff-line-num" data-linenumber="51" 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">
51
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC51" class="line" lang="markdown">53 reviews of Debian packages were added, 25 were updated and 22 were removed this month adding to our <span class="p">[</span><span class="nv" style="color: #008080;">extensive knowledge of identified issues</span><span class="p">](</span><span class="sx" style="color: #d14;">https://tests.reproducible-builds.org/debian/index_issues.html</span><span class="p">)</span>.</span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="52" 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">
52
</td>
<td class="new_line diff-line-num" data-linenumber="52" 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">
52
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC52" class="line" lang="markdown"></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="62" 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="62" 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">@@ -62,7 +62,7 @@ Bernhard M. Wiedemann posted his [monthly reproducible builds status report](htt</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="62" 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">
62
</td>
<td class="new_line diff-line-num" data-linenumber="62" 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">
62
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC62" class="line" lang="markdown"></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="63" 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">
63
</td>
<td class="new_line diff-line-num" data-linenumber="63" 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">
63
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC63" class="line" lang="markdown"><span class="p">[</span><span class="nv" style="color: #008080;">![</span><span class="p">](</span><span class="sx" style="color: #d14;">{{</span> <span class="nn" style="color: #555;">"/images/reports/2021-03/diffoscope.svg#right"</span> | relative_url }})](https://diffoscope.org)</span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="64" 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">
64
</td>
<td class="new_line diff-line-num" data-linenumber="64" 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">
64
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC64" class="line" lang="markdown"></span>
</pre>
</td>
</tr>
<tr class="line_holder old" id="" style="line-height: 1.6;">
<td class="old_line diff-line-num old" data-linenumber="65" 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">
65
</td>
<td class="new_line diff-line-num old" data-linenumber="65" 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 old" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#fbe9eb">
<pre style="margin: 0;">-<span id="LC65" class="line" lang="markdown"><span class="p">[</span><span class="nv" style="color: #008080;">*diffoscope*</span><span class="p">](</span><span class="sx" style="color: #d14;">https://diffoscope.org</span><span class="p">)</span> is the Reproducible Build's project in-depth and content-aware diff utility. Not only can it locate and diagnose reproducibility issues, it provides human-readable diffs from many kinds of binary format. This month, <span class="p">[</span><span class="nv" style="color: #008080;">Chris Lamb</span><span class="p">](</span><span class="sx" style="color: #d14;">https://chris-lamb.co.uk</span><span class="p">)</span> made a large number of changes (including releasing <span class="p">[</span><span class="nv" style="color: #008080;">version 169</span><span class="p">](</span><span class="sx" style="color: #d14;">https://diffoscope.org/news/diffoscope-169-released/</span><span class="p">)</span> <span class="p">[</span><span class="ss" style="color: #990073;">version 170</span><span class="p">]</span>(https://diffoscope.org/news/diffoscope-170-released/) and <span class="p">[</span><span class="nv" style="color: #008080;">version 171</span><span class="p">](</span><span class="sx" style="color: #d14;">https://diffoscope.org/news/diffoscope-171-released/</span><span class="p">)</span>:</span>
</pre>
</td>
</tr>
<tr class="line_holder new" id="" style="line-height: 1.6;">
<td class="old_line diff-line-num new" data-linenumber="66" 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="new_line diff-line-num new" data-linenumber="65" 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">
65
</td>
<td class="line_content new" style="padding-left: 0.5em; padding-right: 0.5em;" bgcolor="#ecfdf0">
<pre style="margin: 0;">+<span id="LC65" class="line" lang="markdown"><span class="p">[</span><span class="nv" style="color: #008080;">*diffoscope*</span><span class="p">](</span><span class="sx" style="color: #d14;">https://diffoscope.org</span><span class="p">)</span> is the Reproducible Build's project in-depth and content-aware diff utility. Not only can it locate and diagnose reproducibility issues, it provides human-readable diffs from many kinds of binary format<span class="idiff left right">s</span>. This month, <span class="p">[</span><span class="nv" style="color: #008080;">Chris Lamb</span><span class="p">](</span><span class="sx" style="color: #d14;">https://chris-lamb.co.uk</span><span class="p">)</span> made a large number of changes (including releasing <span class="p">[</span><span class="nv" style="color: #008080;">version 169</span><span class="p">](</span><span class="sx" style="color: #d14;">https://diffoscope.org/news/diffoscope-169-released/</span><span class="p">)</span> <span class="p">[</span><span class="ss" style="color: #990073;">version 170</span><span class="p">]</span>(https://diffoscope.org/news/diffoscope-170-released/) and <span class="p">[</span><span class="nv" style="color: #008080;">version 171</span><span class="p">](</span><span class="sx" style="color: #d14;">https://diffoscope.org/news/diffoscope-171-released/</span><span class="p">)</span>:</span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="66" 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">
66
</td>
<td class="new_line diff-line-num" data-linenumber="66" 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">
66
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC66" class="line" lang="markdown"></span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="67" 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">
67
</td>
<td class="new_line diff-line-num" data-linenumber="67" 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">
67
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC67" class="line" lang="markdown"><span class="p">*</span> New features:</span>
</pre>
</td>
</tr>
<tr class="line_holder" id="" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="68" 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">
68
</td>
<td class="new_line diff-line-num" data-linenumber="68" 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">
68
</td>
<td class="line_content" style="padding-left: 0.5em; padding-right: 0.5em;">
<pre style="margin: 0;"> <span id="LC68" class="line" lang="markdown"></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/reproducible-builds/reproducible-website/-/commit/82f54676756ea378a17455f1338c166b362512d6">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/reproducible-builds/reproducible-website/-/commit/82f54676756ea378a17455f1338c166b362512d6"}}</script>


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