<html>
<head>
<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: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p>Ha, duplicate of <span>ReleaseBuilder-ct.218! Anyway, thank you for fixing the bug. :-)</span></p>
<p><span><br>
</span></p>
<p><span>Best,</span></p>
<p><span>Christoph</span></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> Dienstag, 16. November 2021 15:16:48<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org; packages@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] The Trunk: ReleaseBuilder-mt.217.mcz</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Marcel Taeumel uploaded a new version of ReleaseBuilder to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/ReleaseBuilder-mt.217.mcz">http://source.squeak.org/trunk/ReleaseBuilder-mt.217.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: ReleaseBuilder-mt.217<br>
Author: mt<br>
Time: 16 November 2021, 3:16:47.475795 pm<br>
UUID: 83ea78fb-e83f-ce44-97ba-56ba834f320a<br>
Ancestors: ReleaseBuilder-mt.216<br>
<br>
Do not add non-existent release repositories. Catch new NotFound error, which can be signaled since Monticello-ct.747.<br>
<br>
=============== Diff against ReleaseBuilder-mt.216 ===============<br>
<br>
Item was changed:<br>
  ----- Method: ReleaseBuilder class>>assureReleaseRepositoryReadAccess: (in category 'manual') -----<br>
  assureReleaseRepositoryReadAccess: repo<br>
  <br>
         self releaseLocally ifTrue: [<br>
                 (FileDirectory on: repo description) assureExistence.<br>
                 ^ true].<br>
         <br>
+        [repo allFileNames] on: NetworkError, NotFound do: [<br>
-        [repo allFileNames] on: NetworkError do: [<br>
                 self<br>
                         inform: ('Release Builder - Manual Step Required\\Please create the release repository:\{1}\...and ensure that you have global read access to it.' withCRs<br>
                                 format: {repo description}).<br>
                 ^ false].<br>
         ^ true!<br>
<br>
Item was changed:<br>
  ----- Method: ReleaseBuilder class>>releaseRepository (in category 'accessing') -----<br>
  releaseRepository<br>
  <br>
         (MCRepositoryGroup default repositories<br>
                 detect: [:repo | repo description = self releaseRepositoryUrl]<br>
                 ifNone: [MCRepository location: self releaseRepositoryUrl])<br>
                         in: [:repo |<br>
-                                MCRepositoryGroup default addRepository: repo.<br>
                                 (self assureReleaseRepositoryReadAccess: repo)<br>
                                         ifFalse: [ReleaseBuilderFailed signal: 'Could not build the release.'].<br>
+                                MCRepositoryGroup default addRepository: repo.<br>
                                 ^ repo]!<br>
<br>
<br>
</div>
</span></font>
</body>
</html>