I sent scripts to the pharo mailing-list
| go |
go := Gofer new.
go squeaksource: 'DrGeo'.
(go allResolved select: [ :each | 'DrGeo*' match: each packageName])
do: [ :pack |
pack packageName crLog.
go package: pack packageName; fetch]
| go repo |
go := Gofer new.
repo := MCSmalltalkhubRepository
owner: 'Pharo'
project: 'ArchiveNEC'
user: 'StephaneDucasse'
password: ''.
go repository: repo.
(go allResolved select: [ :each | '*ECompletion*' match: each packageName])
do: [ :pack | pack packageName crLog.
go package: pack packageName; fetch]
often before commiting I check (go allResolved groupedBy: #packageName) keys to see
ever
Stef, how do you migrate the code? Do you have a
script or something?
Cheers,
Alexandre
On Mar 3, 2013, at 1:01 PM, Stéphane Ducasse <stephane.ducasse(a)inria.fr> wrote:
Hi guys
I migrated XMLParser, XMLWriter, Pastell to SmalltalkHub and revisited their complete
configurations.
Now I will do the same for OPAX.
After I will suggest to put OPAX in readonly and to mention it on the squeaksource web
site.
Stef
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel
http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev