Hi,
Thanks Fabrizio.
Please put them under the Moose team. I created the following repositories:
-
http://www.smalltalkhub.com/#!/~Moose/PetitPHPParser
-
http://www.smalltalkhub.com/#!/~Moose/PetitJSPParser
As for PetitSQLParser, please merge the squeaksource changes with the official repository
from:
http://www.smalltalkhub.com/#!/~Moose/PetitSQLParser
For the record, here is the script you can use:
sourceGofer := Gofer new squeaksource: 'PetitPHPParser'.
pattern := 'PetitPHP*'.
repo := MCSmalltalkhubRepository
owner: 'Moose'
project: 'PetitPHPParser'
user: 'XXX'
password: 'YYY'.
((sourceGofer allResolved select: [:aPac | pattern match: aPac packageName ])
do: [:each |
self crLog: each packageName.
sourceGofer package: each packageName.
self crLog: each printString.
sourceGofer fetch ]).
targetGofer := Gofer new.
targetGofer repository: repo.
(((FileSystem disk workingDirectory / 'package-cache')
allFiles select: [:each | (pattern, '.mcz') match: each basename])
groupedBy: [:each | (each base copyUpToLast: $-) ])
keys do: [:name |
targetGofer package: name; push]
Cheers,
Doru
On Mar 24, 2013, at 11:03 PM, Fabrizio Perin <fabrizio.perin(a)gmail.com> wrote:
Hi,
@Doru: for me it is ok to move those projects. I will do that this week.
@Stef: thanks stef. I will surely ask if I will have problems.
only one question: Do you have a preferred repo name/strcture or i can create one as it
pleases me?
Cheers,
fabrizio
On Mar 24, 2013 9:38 PM, "stephane ducasse" <stephane.ducasse(a)free.fr>
wrote:
I can help if you need.
Stef
On Mar 23, 2013, at 9:54 PM, Tudor Girba <tudor(a)tudorgirba.com> wrote:
Hi Fabrizio,
I saw that you recently committed to
squeaksource.com/PetitSQLParser. Please note that
the official repository has moved to:
http://www.smalltalkhub.com/mc/Moose/PetitSQLParser/main
Furthermore, we should move PetitPHPParser and PetitJSParser to STHub as well. Do you
agree?
Cheers,
Doru
--
www.tudorgirba.com
"Yesterday is a fact.
Tomorrow is a possibility.
Today is a challenge."
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--
www.tudorgirba.com
"Quality cannot be an afterthought."