move to gemstone!

classic Classic list List threaded Threaded
1 message Options
Camillo Bruni-3 Camillo Bruni-3
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

move to gemstone!

again as squeaksource was down today I think everybody should move their projects to gemstone...
as mariano pointed out in his blog this is fairly easy to do if you have a configuration:


conf := #ConfigurationOfSoup.
ss := 'Soup'.
ss3 := 'soup'.

gofer := Gofer new
        package: conf.

gofer copy
        squeaksource: ss;
        load.

project := (Smalltalk at: conf) project latestVersion.
project packages do: [:spec| gofer package: spec name. ].

gofer copy
        squeaksource: ss;
        fetch.
       
gofer copy
        url: 'http://ss3.gemstone.com/ss/', ss3;
        push.




best
cami


Loading...