I would like to migrate Roassal to STHub. What is the best way to do this?
Google helped me to find these scripts from Igor: http://goran.krampe.se/2013/01/07/moving-to-smalltalkhub/
Is this the way I should go?
cheers, Alexandre
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Here is "less taken road" ;) version of migration scripts: (i use NBOpenGL project as an example). The advantage is to use pattern-matching for package names, instead of explicitly enumerating each of them by name.
==== fetching ====
| go | go := Gofer new. go squeaksource: 'NBOpenGL'. (go allResolved select: [ :each | '*NBOpenGL*' match: each packageName]) do: [ :pack | self crLog: pack packageName. go package: pack packageName; fetch]
==== pushing ======
| go repo | go := Gofer new. repo := MCSmalltalkhubRepository owner: 'PharoExtras' project: 'NBOpenGL' user: 'root' password: 'password'. go repository: repo. (go allResolved select: [ :each | '*NBOpenGL*' match: each packageName]) do: [ :pack | self crLog: pack packageName. go package: pack packageName; push] • -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
On Feb 26, 2013, at 5:17 PM, stephane ducasse stephane.ducasse@free.fr wrote:
Alexandre
check if you can access to it. You should move roassal to STHub if this is not done :)
Stef
Thanks!!
Alexandre
On Feb 17, 2013, at 6:26 PM, Stéphane Ducasse stephane.ducasse@inria.fr wrote:
Hi guys
I'm currently migrating CAnalyzer from SS to SHub/Moose/CAnalyzer
Stef _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev