Re: [Pharo-project] [Seaside] [OT] squeaksource.com is down
please? On Sat, Oct 22, 2011 at 4:16 PM, Sebastian Sastre < sebastian@flowingconcept.com> wrote:
sorry to bother with this but squeaksource.com is down since yesterday afternoon
anybody can reset it? or know the guy who can?
sebastian <http://about.me/sebastianconcept>
o/
_______________________________________________ seaside mailing list seaside@lists.squeakfoundation.org http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
-- Mariano http://marianopeck.wordpress.com
Chile had a mirror, right? I need only download a few packages now ... 2011/10/22 Mariano Martinez Peck <marianopeck@gmail.com>
please?
On Sat, Oct 22, 2011 at 4:16 PM, Sebastian Sastre < sebastian@flowingconcept.com> wrote:
sorry to bother with this but squeaksource.com is down since yesterday afternoon
anybody can reset it? or know the guy who can?
sebastian <http://about.me/sebastianconcept>
o/
_______________________________________________ seaside mailing list seaside@lists.squeakfoundation.org http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
-- Mariano http://marianopeck.wordpress.com
is this http://www.dsal.cl/squeaksource/ 2011/10/22 Gastón Dall' Oglio <gaston.dalloglio@gmail.com>
Chile had a mirror, right? I need only download a few packages now ...
2011/10/22 Mariano Martinez Peck <marianopeck@gmail.com>
please?
On Sat, Oct 22, 2011 at 4:16 PM, Sebastian Sastre < sebastian@flowingconcept.com> wrote:
sorry to bother with this but squeaksource.com is down since yesterday afternoon
anybody can reset it? or know the guy who can?
sebastian <http://about.me/sebastianconcept>
o/
_______________________________________________ seaside mailing list seaside@lists.squeakfoundation.org http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
-- Mariano http://marianopeck.wordpress.com
Thank you!!! :D Where can we document that?? :/ 2011/10/22 Gastón Dall' Oglio <gaston.dalloglio@gmail.com>
is this http://www.dsal.cl/squeaksource/
2011/10/22 Gastón Dall' Oglio <gaston.dalloglio@gmail.com>
Chile had a mirror, right? I need only download a few packages now ...
2011/10/22 Mariano Martinez Peck <marianopeck@gmail.com>
please?
On Sat, Oct 22, 2011 at 4:16 PM, Sebastian Sastre < sebastian@flowingconcept.com> wrote:
sorry to bother with this but squeaksource.com is down since yesterday afternoon
anybody can reset it? or know the guy who can?
sebastian <http://about.me/sebastianconcept>
o/
_______________________________________________ seaside mailing list seaside@lists.squeakfoundation.org http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
-- Mariano http://marianopeck.wordpress.com
;) For example, I want to have fun with Metacello UI, here is the script to load from mirror: Gofer new url: 'http://dsal.cl/squeaksource/ObjectsAsMethodsWrap'; package: 'ObjectAsMethodWrapper'; load. Gofer new url: 'http://dsal.cl/squeaksource/MonticelloRedirect'; package: 'MontiRedirect'; load. MRManager redirectFrom: 'http://www.squeaksource.com/' to: ' http://dsal.cl/squeaksource/'. Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfMetacello'; load. (Smalltalk at: #ConfigurationOfMetacello) perform: #load. (ConfigurationOfMetacello project version: #stable) load: #('UI'). Saludos. 2011/10/22 Guillermo Polito <guillermopolito@gmail.com>
Thank you!!! :D
Where can we document that?? :/
2011/10/22 Gastón Dall' Oglio <gaston.dalloglio@gmail.com>
is this http://www.dsal.cl/squeaksource/
2011/10/22 Gastón Dall' Oglio <gaston.dalloglio@gmail.com>
Chile had a mirror, right? I need only download a few packages now ...
2011/10/22 Mariano Martinez Peck <marianopeck@gmail.com>
please?
On Sat, Oct 22, 2011 at 4:16 PM, Sebastian Sastre < sebastian@flowingconcept.com> wrote:
sorry to bother with this but squeaksource.com is down since yesterday afternoon
anybody can reset it? or know the guy who can?
sebastian <http://about.me/sebastianconcept>
o/
_______________________________________________ seaside mailing list seaside@lists.squeakfoundation.org http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
-- Mariano http://marianopeck.wordpress.com
Sorry for write again, but I want share this, maybe is useful for reduce the load on the monticello servers... I see that with MonticelloRedirect is very easy to use a CDN transparently, and becouse that when a monticello package is updated is named with a new version number and then it is published with a new url in squeaksource, there are no obsoleted cached packages in the cloud. So, I use coralcdn for test and all work fine. All you have to do is append ".nyud.net" to the hostname of the url in question: MRManager redirectFrom: 'http://www.squeaksource.com/' to: 'http://dsal.cl*. nyud.net*/squeaksource/'. or more directly (without the dsal.cl mirror): MRManager redirectFrom: 'http://www.squeaksource.com/' to: ' http://www.squeaksource.com*.nyud.net*/'. About: http://www.coralcdn.org/ http://en.wikipedia.org/wiki/Content_delivery_network my 2cents 2011/10/22 Gastón Dall' Oglio <gaston.dalloglio@gmail.com>
;)
For example, I want to have fun with Metacello UI, here is the script to load from mirror:
Gofer new url: 'http://dsal.cl/squeaksource/ObjectsAsMethodsWrap'; package: 'ObjectAsMethodWrapper'; load.
Gofer new url: 'http://dsal.cl/squeaksource/MonticelloRedirect'; package: 'MontiRedirect'; load.
MRManager redirectFrom: 'http://www.squeaksource.com/' to: ' http://dsal.cl/squeaksource/'.
Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfMetacello'; load. (Smalltalk at: #ConfigurationOfMetacello) perform: #load.
(ConfigurationOfMetacello project version: #stable) load: #('UI').
Saludos.
2011/10/22 Guillermo Polito <guillermopolito@gmail.com>
Thank you!!! :D
Where can we document that?? :/
2011/10/22 Gastón Dall' Oglio <gaston.dalloglio@gmail.com>
is this http://www.dsal.cl/squeaksource/
2011/10/22 Gastón Dall' Oglio <gaston.dalloglio@gmail.com>
Chile had a mirror, right? I need only download a few packages now ...
2011/10/22 Mariano Martinez Peck <marianopeck@gmail.com>
please?
On Sat, Oct 22, 2011 at 4:16 PM, Sebastian Sastre < sebastian@flowingconcept.com> wrote:
sorry to bother with this but squeaksource.com is down since yesterday afternoon
anybody can reset it? or know the guy who can?
sebastian <http://about.me/sebastianconcept>
o/
_______________________________________________ seaside mailing list seaside@lists.squeakfoundation.org http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
-- Mariano http://marianopeck.wordpress.com
participants (3)
-
Gastón Dall' Oglio -
Guillermo Polito -
Mariano Martinez Peck