[squeak-dev] The Trunk: Monticello-mt.780.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Jul 1 08:00:27 UTC 2022


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

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

Name: Monticello-mt.780
Author: mt
Time: 1 July 2022, 10:00:27.318329 am
UUID: cb3b7741-1429-a248-8be7-7b38cc9ed728
Ancestors: Monticello-ct.779

Use HTTPS for Trunk, Inbox, Treated.

=============== Diff against Monticello-ct.779 ===============

Item was changed:
  ----- Method: MCHttpRepository class>>inboxUrlString (in category 'accessing') -----
  inboxUrlString
+ 	^ 'https://source.squeak.org/inbox'!
- 	^ 'http://source.squeak.org/inbox'!

Item was changed:
  ----- Method: MCHttpRepository class>>treatedUrlString (in category 'accessing') -----
  treatedUrlString
+ 	^ 'https://source.squeak.org/treated'!
- 	^ 'http://source.squeak.org/treated'!

Item was changed:
  ----- Method: MCHttpRepository class>>trunkUrlString (in category 'accessing') -----
  trunkUrlString
+ 	^ 'https://source.squeak.org/trunk'!
- 	^ 'http://source.squeak.org/trunk'!



More information about the Squeak-dev mailing list