<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div dir="ltr"><br></div><div dir="ltr"><br><blockquote type="cite">On Dec 18, 2022, at 11:19 AM, Thiede, Christoph <Christoph.Thiede@student.hpi.uni-potsdam.de> wrote:<br><br></blockquote></div><blockquote type="cite"><div dir="ltr">

<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style>.EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left-width: 2px; border-left-style: solid; border-left-color: rgb(128, 0, 0); }</style>


<meta content="text/html; charset=UTF-8">

<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p>Hi,</p>
<p><br>
</p>
<p>should we backport this to Squeak 6.0?</p></div></div></div></blockquote><div><br></div>+1<br><blockquote type="cite"><div dir="ltr"><div dir="ltr"><div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p><br>
</p>
<p>Best,</p>
<p>Christoph</p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von commits@source.squeak.org <commits@source.squeak.org><br>
<b>Gesendet:</b> Sonntag, 18. Dezember 2022 20:19:23<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org; packages@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] The Trunk: System-ct.1377.mcz</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Christoph Thiede uploaded a new version of System to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/System-ct.1377.mcz">http://source.squeak.org/trunk/System-ct.1377.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: System-ct.1377<br>
Author: ct<br>
Time: 18 December 2022, 8:19:19.152987 pm<br>
UUID: 74200562-3e0e-6d49-a67d-98c0682a5677<br>
Ancestors: System-eem.1376<br>
<br>
Repairs CI status badge in update version message. Complements <a href="https://github.com/badges/shields/issues/8671">
https://github.com/badges/shields/issues/8671</a>.<br>
<br>
=============== Diff against System-eem.1376 ===============<br>
<br>
Item was changed:<br>
  ----- Method: SystemVersion>>ciStatusBadgeUrl (in category 'continuous integration') -----<br>
  ciStatusBadgeUrl<br>
         "shields.io needs a workflow's descriptive name, not the name of the .yml file."<br>
         <br>
+        ^ '<a href="https://raster.shields.io/github/actions/workflow/status/squeak-smalltalk/squeak-app/bundle.yml?branch=squeak-trunk&style=flat&logo=github&label=">https://raster.shields.io/github/actions/workflow/status/squeak-smalltalk/squeak-app/bundle.yml?branch=squeak-trunk&style=flat&logo=github&label=</a>'<br>
-        ^ '<a href="https://raster.shields.io/github/workflow/status/squeak-smalltalk/squeak-app/{1}/{2}?style=flat&logo=github&label=">https://raster.shields.io/github/workflow/status/squeak-smalltalk/squeak-app/{1}/{2}?style=flat&logo=github&label=</a>'<br>
                 format: {self ciWorkflowName encodeForHTTP. self ciBranch}!<br>
<br>
Item was changed:<br>
  ----- Method: SystemVersion>>ciWorkflowName (in category 'continuous integration') -----<br>
  ciWorkflowName<br>
+        "Name of the workflow .yml file in .github/workflows. Case sensitive."<br>
-        "See 'name' in #ciWorkflow .yml file. Case sensitive."<br>
         <br>
+        ^ 'bundle.yml'!<br>
-        ^ 'Bundle'!<br>
<br>
<br>
</div>
</span></font>


<span></span><br></div></blockquote></body></html>