March 7, 2013
2:26 p.m.
Awesome, thanks! On 07.03.2013, at 15:07, Damien Cassou <damien.cassou@gmail.com> wrote:
Hi,
imagine you have a list of mcz files you want to push to SmalltalkHub. This list can for example come from a project on SqueakSource. Here is how to push each mcz:
repo := MCSmalltalkhubRepository owner: ... project: ... user: ... password: ... go := Gofer new. go repository: repo. #('Magritte-Tests-Model-DamienCassou.28.mcz' 'Magritte-Model-NickAger.429.mcz' ...) do: [ :name | go version: (name copyUpToLast: $.) ]. go push
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill