The Inbox: Monticello-ct.711.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: Monticello-ct.711.mcz

commits-2
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'!