================================
fetch script
| go |
go := Gofer new renggli: 'petit'.
go allResolved
do: [:each |
self crLog: each packageName.
go package: each packageName.
Transcript show: each printString ; cr.
go fetch.].
==================================
push script
|go repo|
repo := MCSmalltalkhubRepository
owner: 'Moose'
project: 'Petit'
user: 'XXX'
password: 'XXX'.
go := Gofer new.
go repository: repo.
((FileSystem disk workingDirectory / 'package-cache')
allFiles groupedBy: [:each | (each base copyUpToLast: $-) ])
keys do: [:name | go package: name; push]
=======================================
I'll add you to Moose team on SmalltalkHub so that you can commit the
projects and packages.
Repos/projs to move (move whatever you can and I can do the rest):
http://source.lukas-renggli.ch/petit
http://www.squeaksource.com/PetitJava
http://www.squeaksource.com/PetitSQLParser
usman
On Mon, Feb 25, 2013 at 2:03 PM, Damien Cassou <damien.cassou(a)gmail.com>wrote:
On Sun, Feb 24, 2013 at 8:44 PM, Tudor Girba
<tudor(a)tudorgirba.com> wrote:
> I just discussed with Lukas, and he agrees to move PetitParser under the
Moose team in SmalltalkHub.
>
> Who volunteers to do the moving? (I would like to do it myself, but the
Glamour experience showed that it does not work from home)
I can do it (in fact I was looking for PetitParser on SmalltalkHub).
Which script have you used?
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without
losing enthusiasm."
Winston Churchill
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev