[squeak-dev] The Trunk: System-mt.1366.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Jul 4 15:31:20 UTC 2022


Marcel Taeumel uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-mt.1366.mcz

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

Name: System-mt.1366
Author: mt
Time: 4 July 2022, 5:31:16.038583 pm
UUID: 6e5cc98a-41f9-c840-9059-4ea5fca92db6
Ancestors: System-mt.1365

CI status: only Trunk has daily builds; release builds are manual or on push

=============== Diff against System-mt.1365 ===============

Item was changed:
  ----- Method: SystemVersion>>ciStatusPageUrl (in category 'continuous integration') -----
  ciStatusPageUrl
  
+ 	^ 'https://github.com/squeak-smalltalk/squeak-app/actions/workflows/{1}?query=branch%3A{2}{3}{4}'
+ 		format: {
+ 			self ciWorkflow.
+ 			self ciBranch.
+ 			'+is%3Acompleted'. "Show only completed runs."
+ 			self isRelease
+ 				ifTrue: ['' "Only Trunk has daily builds"]
+ 				ifFalse: ['+event%3Aschedule']}!
- 	^ 'https://github.com/squeak-smalltalk/squeak-app/actions/workflows/{1}?query=branch%3A{2}+is%3Acompleted+event%3Aschedule'
- 		format: {self ciWorkflow. self ciBranch}!



More information about the Squeak-dev mailing list