[Pkg] The Trunk: System-ct.1377.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Dec 18 19:19:23 UTC 2022


Christoph Thiede uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-ct.1377.mcz

==================== Summary ====================

Name: System-ct.1377
Author: ct
Time: 18 December 2022, 8:19:19.152987 pm
UUID: 74200562-3e0e-6d49-a67d-98c0682a5677
Ancestors: System-eem.1376

Repairs CI status badge in update version message. Complements https://github.com/badges/shields/issues/8671.

=============== Diff against System-eem.1376 ===============

Item was changed:
  ----- Method: SystemVersion>>ciStatusBadgeUrl (in category 'continuous integration') -----
  ciStatusBadgeUrl
  	"shields.io needs a workflow's descriptive name, not the name of the .yml file."
  	
+ 	^ '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/workflow/status/squeak-smalltalk/squeak-app/{1}/{2}?style=flat&logo=github&label='
  		format: {self ciWorkflowName encodeForHTTP. self ciBranch}!

Item was changed:
  ----- Method: SystemVersion>>ciWorkflowName (in category 'continuous integration') -----
  ciWorkflowName
+ 	"Name of the workflow .yml file in .github/workflows. Case sensitive."
- 	"See 'name' in #ciWorkflow .yml file. Case sensitive."
  	
+ 	^ 'bundle.yml'!
- 	^ 'Bundle'!



More information about the Packages mailing list