Issue 4711 in pharo: Pharo 1.4 has wrong link to inbox

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

Issue 4711 in pharo: Pharo 1.4 has wrong link to inbox

pharo
Status: New
Owner: ----

New issue 4711 by [hidden email]: Pharo 1.4 has wrong link to inbox
http://code.google.com/p/pharo/issues/detail?id=4711

Pharo1.4a #14108

Still pointing to squeaksource.com, which is now read-only.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4711 in pharo: Pharo 1.4 has wrong link to inbox

pharo

Comment #1 on issue 4711 by [hidden email]: Pharo 1.4 has wrong link  
to inbox
http://code.google.com/p/pharo/issues/detail?id=4711

Fix in *new* inbox Monticello-SeanDeNigris.532


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4711 in pharo: Pharo 1.4 has wrong link to inbox

pharo

Comment #2 on issue 4711 by [hidden email]: Pharo 1.4 has wrong link  
to inbox
http://code.google.com/p/pharo/issues/detail?id=4711

The fix I uploaded is a start, but does not fix the problem i.e. the old  
inbox still shows in the MC Browser


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4711 in pharo: Pharo 1.4 has wrong link to inbox

pharo
Updates:
        Status: FixToInclude
        Labels: Milestone-1.4

Comment #3 on issue 4711 by [hidden email]: Pharo 1.4 has wrong link  
to inbox
http://code.google.com/p/pharo/issues/detail?id=4711

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4711 in pharo: Pharo 1.4 has wrong link to inbox

pharo
Updates:
        Status: Closed

Comment #4 on issue 4711 by [hidden email]: Pharo 1.4 has wrong link  
to inbox
http://code.google.com/p/pharo/issues/detail?id=4711

in 14112


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4711 in pharo: Pharo 1.4 has wrong link to inbox

pharo

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=4711

The 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