[Pharo-project] move to gemstone!
Feb. 10, 2012
7:04 p.m.
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
5285
Age (days ago)
5285
Last active (days ago)
0 comments
1 participants
participants (1)
-
Camillo Bruni