From commits@source.squeak.org Tue Jul 6 12:41:31 2021 From: commits@source.squeak.org To: packages@lists.squeakfoundation.org Subject: [Pkg] The Trunk: MonticelloConfigurations-mt.166.mcz Date: Tue, 06 Jul 2021 12:41:30 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8831599969317660647==" --===============8831599969317660647== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Marcel Taeumel uploaded a new version of MonticelloConfigurations to project = The Trunk: http://source.squeak.org/trunk/MonticelloConfigurations-mt.166.mcz =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Summary =3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Name: MonticelloConfigurations-mt.166 Author: mt Time: 6 July 2021, 2:41:28.982497 pm UUID: 4fcddd57-a563-4394-a3be-89ce77c26d17 Ancestors: MonticelloConfigurations-mt.165 In the update dialog, show the timestamp of the CI badge to better assess the= relevance of the badge (i.e. passed, failed, error). Note that we would have needed this information to notice that our CI builds = were disabled from June 6 to July 5. :-) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Diff against MonticelloConfigur= ations-mt.165 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Item was changed: ----- Method: MCMcmUpdater>>updateMessageFor: (in category 'private') ----- updateMessageFor: previousUpdateLevel =20 + ^ ('Update completed.

Version: {1}
Update: {3}{2}

= Url: {4}
Map: ''{5}''
TravisCI status: {9}{6}' translated format: { - ^ ('Update completed.

Version: {1}
Update: {3}{2}

= Url: {4}
Map: ''{5}''
TravisCI status: {6}' translated format: { SystemVersion current version. SystemVersion current highestUpdate. previousUpdateLevel =3D SystemVersion current highestUpdate ifTrue: [''] ifFalse: [previousUpdateLevel asString, ' -> ']. self repository. MCMcmUpdater updateMapName. SystemVersion current description ifEmpty: [''] ifNotEmpty: [:d | '

', (d copyReplaceAll: String cr with: '
')]. SystemVersion current ciStatusBadgeUrl. SystemVersion current ciStatusPageUrl. + SystemVersion current ciStatusTimestamp. =09 }) asTextFromHtml! --===============8831599969317660647==--