[squeak-dev] The Inbox: Monticello-ct.711.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jan 9 07:50:12 UTC 2020


A new version of Monticello was added to project The Inbox:
http://source.squeak.org/inbox/Monticello-ct.711.mcz

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

Name: Monticello-ct.711
Author: ct
Time: 9 January 2020, 8:50:05.966248 am
UUID: 4684557f-b73b-6c4a-8d17-e6611774d9e6
Ancestors: Monticello-cmm.708

Use HTTPS for Trunk, Inbox & Treated repos

=============== Diff against Monticello-cmm.708 ===============

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