Comment #5 on issue 4711 by
[hidden email]: Pharo 1.4 has wrong link
to inbox
http://code.google.com/p/pharo/issues/detail?id=4711The fix I uploaded was only partial. In Pharo1.4a update: #14112, the MC
Browser still shows the old inbox. Here is a DoIt which seems to solve the
problem. N.B. I just made this up off the top of my head. I think it works
and checked in in the browser, but I don't understand this part of the
system well, so be careful:
inbox := MCHttpRepository allInstances detect: [ :repo | repo description
= '
http://www.squeaksource.com/PharoInbox/' ].
inbox location: '
http://ss3.gemstone.com/ss/PharoInbox/'.
Also, what about the PharoTreatedInbox? Will that stay on sqs or be moved
also? For one thing, since sqs is often down or slow, keeping a sqs
repository listed will slow down the ss3 operations when checking latest
package versions on sqs.
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker