[prev in list] [next in list] [prev in thread] [next in thread] 

List:       tor-cvs
Subject:    [tor-commits] [Git][tpo/applications/tor-browser-build][maint-12.0] Bug 40791: Make sure dmg2mar exi
From:       "Richard Pospesel \( () richard\) via tor-commits" <tor-commits () lists ! torproject ! or
Date:       2023-02-17 16:42:44
Message-ID: 63efae8491e88_2ce25f4c98c29331c () gitlab-02 ! mail
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Richard Pospesel pushed to branch maint-12.0 at The Tor Project / Applications / \
tor-browser-build


Commits:
b7e2bdc3 by Nicolas Vigier at 2023-02-17T16:42:43+00:00
Bug 40791: Make sure dmg2mar exits with an error when something failed

If the child process failed, make sure we exit with an error in the
parent process too.


(cherry picked from commit cf22cd266c5892f683306b84ca6b1363258ed6ae)
- - - - -


1 changed file:

- tools/dmg2mar


Changes:

=====================================
tools/dmg2mar
=====================================
@@ -106,7 +106,11 @@ sub get_dmg_files_from_sha256sums {
 sub convert_files {
     my ($channel) = @_;
     my $pm = Parallel::ForkManager->new(get_nbprocs);
-    $pm->run_on_finish(sub { print "Finished $_[2]\n" });
+    $pm->run_on_finish(
+      sub {
+        exit_error "Failed while running $_[2]" unless $_[1] == 0;
+        print "Finished $_[2]\n";
+      });
     foreach my $file (get_dmg_files_from_sha256sums) {
         # The 'ja' locale is a special case: it is called 'ja-JP-mac'
         # internally on OSX, but the dmg file still uses 'ja' to avoid



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/b7e2bdc3575cbcfe05591aa12df41ffd3cb0568c


-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/b7e2bdc3575cbcfe05591aa12df41ffd3cb0568c
 You're receiving this email because of your account on gitlab.torproject.org.


[Attachment #5 (text/html)]

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" \
"http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en" \
style='--code-editor-font: var(--default-mono-font, "Menlo"), DejaVu Sans Mono, \
Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, \
monospace;'> <head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>

<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>


<style>img {
max-width: 100%; height: auto;
}
body {
font-size: 0.875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
body {
font-family: var(--default-regular-font, -apple-system),BlinkMacSystemFont,"Segoe \
UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color \
Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit; }
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px; \
font-family: var(--default-regular-font, -apple-system),BlinkMacSystemFont,"Segoe \
UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color \
Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'> <div class="content">

<h3 style="margin-top: 20px; margin-bottom: 10px;">
Richard Pospesel pushed to branch maint-12.0 at <a \
href="https://gitlab.torproject.org/tpo/applications/tor-browser-build">The Tor \
Project / Applications / tor-browser-build</a> </h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: bold;"><a \
href="https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/b7e2bdc3575cbcfe05591aa12df41ffd3cb0568c">b7e2bdc3</a></strong>
 <div>
<span> by Nicolas Vigier </span> <i> at 2023-02-17T16:42:43+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: \
0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, \
"Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier \
New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: \
break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px \
12px; border: 1px solid #dcdcde;'>Bug 40791: Make sure dmg2mar exits with an error \
when something failed

If the child process failed, make sure we exit with an error in the
parent process too.


(cherry picked from commit cf22cd266c5892f683306b84ca6b1363258ed6ae)</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
1 changed file:
</h4>
<ul>
<li class="file-stats">
<a href="#d308eccbc9ca3e0f637e8c7ebfecc993b21859c8">
tools/dmg2mar
</a>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Changes:
</h4>
<li id="d308eccbc9ca3e0f637e8c7ebfecc993b21859c8">
<a href="https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/b7e \
2bdc3575cbcfe05591aa12df41ffd3cb0568c#d308eccbc9ca3e0f637e8c7ebfecc993b21859c8"><strong \
style="font-weight: bold;">tools/dmg2mar</strong></a> <hr style="overflow: hidden; \
border: 1px solid #e1e1e1;"> <table class="code white" style="border-spacing: 0; \
border-collapse: collapse; width: auto; font-family: monospace; font-size: 90%;" \
bgcolor="#fff" width="100%" cellpadding="0" cellspacing="0"> <tr class="line_holder \
match" style="line-height: 1.6;"> <td class="diff-line-num unfold js-unfold old_line" \
data-linenumber="106" style="width: 35px; color: rgba(31,30,36,0.24); \
border-right-width: 1px; border-right-color: #ececef; border-right-style: solid; \
padding: inherit;" align="right" bgcolor="#fbfafd">...</td> <td class="diff-line-num \
unfold js-unfold new_line" data-linenumber="106" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" \
bgcolor="#fbfafd">...</td> <td class="line_content match" style="color: \
rgba(31,30,36,0.24); padding: inherit;" bgcolor="#fbfafd">@@ -106,7 +106,11 @@ sub \
get_dmg_files_from_sha256sums {</td> </tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="106" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 106
</td>
<td class="new_line diff-line-num" data-linenumber="106" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 106
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; \
font-size: 0.875rem; color: #333238; position: relative; font-family: \
var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'> \
<span id="LC106" class="line" lang="perl"><span class="k" style="font-weight: \
600;">sub </span><span class="nf" style="color: #900; font-weight: \
600;">convert_files</span> <span class="p">{</span></span> </pre></td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="107" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 107
</td>
<td class="new_line diff-line-num" data-linenumber="107" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 107
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; \
font-size: 0.875rem; color: #333238; position: relative; font-family: \
var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'> \
<span id="LC107" class="line" lang="perl">    <span class="k" style="font-weight: \
600;">my</span> <span class="p">(</span><span class="nv" style="color: \
#008080;">$channel</span><span class="p">)</span> <span class="o" style="font-weight: \
600;">=</span> <span class="nv" style="color: #008080;">@_</span><span \
class="p">;</span></span> </pre></td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="108" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 108
</td>
<td class="new_line diff-line-num" data-linenumber="108" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 108
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; \
font-size: 0.875rem; color: #333238; position: relative; font-family: \
var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'> \
<span id="LC108" class="line" lang="perl">    <span class="k" style="font-weight: \
600;">my</span> <span class="nv" style="color: #008080;">$pm</span> <span class="o" \
style="font-weight: 600;">=</span> <span class="nn" style="color: \
#555;">Parallel::</span><span class="nv" style="color: \
#008080;">ForkManager</span><span class="o" style="font-weight: \
600;">-&gt;</span><span class="k" style="font-weight: 600;">new</span><span \
class="p">(</span><span class="nv" style="color: #008080;">get_nbprocs</span><span \
class="p">);</span></span> </pre></td>
</tr>
<tr class="line_holder old" style="line-height: 1.6;">
<td class="old_line diff-line-num old" data-linenumber="109" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #fac5cd; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#f9d7dc"> 109
</td>
<td class="new_line diff-line-num old" data-linenumber="109" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #fac5cd; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#f9d7dc">  
</td>
<td class="line_content old" style="padding: inherit;" bgcolor="#fbe9eb"><pre \
style='display: block; font-size: 0.875rem; color: #333238; position: relative; \
font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid \
#dcdcde;'>-<span id="LC109" class="line" lang="perl">    <span class="nv" \
style="color: #008080;">$pm</span><span class="o" style="font-weight: \
600;">-&gt;</span><span class="nv" style="color: #008080;">run_on_finish</span><span \
class="p">(</span><span class="k" style="font-weight: 600;">sub </span><span \
class="p">{</span> <span class="k" style="font-weight: 600;">print</span> <span \
class="p">"</span><span class="s2" style="color: #d14;">Finished </span><span \
class="si" style="color: #d14;">$_</span><span class="s2" style="color: \
#d14;">[2]</span><span class="se" style="color: #d14;">\n</span><span \
class="p">"</span> <span class="p">});</span></span> </pre></td>
</tr>
<tr class="line_holder new" style="line-height: 1.6;">
<td class="old_line diff-line-num new" data-linenumber="110" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">  
</td>
<td class="new_line diff-line-num new" data-linenumber="109" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6"> 109
</td>
<td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre \
style='display: block; font-size: 0.875rem; color: #333238; position: relative; \
font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid \
#dcdcde;'>+<span id="LC109" class="line" lang="perl">    <span class="nv" \
style="color: #008080;">$pm</span><span class="o" style="font-weight: \
600;">-&gt;</span><span class="nv" style="color: #008080;">run_on_finish</span><span \
class="p">(</span></span> </pre></td>
</tr>
<tr class="line_holder new" style="line-height: 1.6;">
<td class="old_line diff-line-num new" data-linenumber="110" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">  
</td>
<td class="new_line diff-line-num new" data-linenumber="110" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6"> 110
</td>
<td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre \
style='display: block; font-size: 0.875rem; color: #333238; position: relative; \
font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid \
#dcdcde;'>+<span id="LC110" class="line" lang="perl">      <span class="k" \
style="font-weight: 600;">sub </span><span class="p">{</span></span> </pre></td>
</tr>
<tr class="line_holder new" style="line-height: 1.6;">
<td class="old_line diff-line-num new" data-linenumber="110" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">  
</td>
<td class="new_line diff-line-num new" data-linenumber="111" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6"> 111
</td>
<td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre \
style='display: block; font-size: 0.875rem; color: #333238; position: relative; \
font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid \
#dcdcde;'>+<span id="LC111" class="line" lang="perl">        <span class="nv" \
style="color: #008080;">exit_error</span> <span class="p">"</span><span class="s2" \
style="color: #d14;">Failed while running </span><span class="si" style="color: \
#d14;">$_</span><span class="s2" style="color: #d14;">[2]</span><span \
class="p">"</span> <span class="k" style="font-weight: 600;">unless</span> <span \
class="vg" style="color: #008080;">$_</span><span class="p">[</span><span class="mi" \
style="color: #099;">1</span><span class="p">]</span> <span class="o" \
style="font-weight: 600;">==</span> <span class="mi" style="color: \
#099;">0</span><span class="p">;</span></span> </pre></td>
</tr>
<tr class="line_holder new" style="line-height: 1.6;">
<td class="old_line diff-line-num new" data-linenumber="110" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">  
</td>
<td class="new_line diff-line-num new" data-linenumber="112" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6"> 112
</td>
<td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre \
style='display: block; font-size: 0.875rem; color: #333238; position: relative; \
font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid \
#dcdcde;'>+<span id="LC112" class="line" lang="perl">        <span class="k" \
style="font-weight: 600;">print</span> <span class="p">"</span><span class="s2" \
style="color: #d14;">Finished </span><span class="si" style="color: \
#d14;">$_</span><span class="s2" style="color: #d14;">[2]</span><span class="se" \
style="color: #d14;">\n</span><span class="p">";</span></span> </pre></td>
</tr>
<tr class="line_holder new" style="line-height: 1.6;">
<td class="old_line diff-line-num new" data-linenumber="110" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">  
</td>
<td class="new_line diff-line-num new" data-linenumber="113" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6"> 113
</td>
<td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre \
style='display: block; font-size: 0.875rem; color: #333238; position: relative; \
font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid \
#dcdcde;'>+<span id="LC113" class="line" lang="perl">      <span \
class="p">});</span></span> </pre></td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="110" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 110
</td>
<td class="new_line diff-line-num" data-linenumber="114" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 114
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; \
font-size: 0.875rem; color: #333238; position: relative; font-family: \
var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'> \
<span id="LC114" class="line" lang="perl">    <span class="k" style="font-weight: \
600;">foreach</span> <span class="k" style="font-weight: 600;">my</span> <span \
class="nv" style="color: #008080;">$file</span> <span class="p">(</span><span \
class="nv" style="color: #008080;">get_dmg_files_from_sha256sums</span><span \
class="p">)</span> <span class="p">{</span></span> </pre></td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="111" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 111
</td>
<td class="new_line diff-line-num" data-linenumber="115" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 115
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; \
font-size: 0.875rem; color: #333238; position: relative; font-family: \
var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'> \
<span id="LC115" class="line" lang="perl">        <span class="c1" style="color: \
#998; font-style: italic;"># The 'ja' locale is a special case: it is called \
'ja-JP-mac'</span></span> </pre></td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="112" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 112
</td>
<td class="new_line diff-line-num" data-linenumber="116" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 116
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; \
font-size: 0.875rem; color: #333238; position: relative; font-family: \
var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'> \
<span id="LC116" class="line" lang="perl">        <span class="c1" style="color: \
#998; font-style: italic;"># internally on OSX, but the dmg file still uses 'ja' to \
avoid</span></span> </pre></td>
</tr>

</table>
<br>
</li>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #737278;">
&#8212;
<br>
<a href="https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/b7e2bdc3575cbcfe05591aa12df41ffd3cb0568c">View \
it on GitLab</a>. <br>
You're receiving this email because of your account on <a target="_blank" \
rel="noopener noreferrer" \
href="https://gitlab.torproject.org">gitlab.torproject.org</a>. <a \
href="https://gitlab.torproject.org/-/profile/notifications" target="_blank" \
rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> &#183; \
<a href="https://gitlab.torproject.org/help" target="_blank" rel="noopener \
noreferrer" class="help-link">Help</a> <script \
type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View \
Commit","url":"https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/b7e2bdc3575cbcfe05591aa12df41ffd3cb0568c"}}</script>



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



_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic