Hi,
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) Cheers, Doru -- www.tudorgirba.com "If you interrupt the barber while he is cutting your hair, you will end up with a messy haircut." _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
On Sun, Feb 24, 2013 at 8:44 PM, Tudor Girba <[hidden email]> 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 [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
================================ fetch script 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): usman On Mon, Feb 25, 2013 at 2:03 PM, Damien Cassou <[hidden email]> wrote:
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
On Mon, Feb 25, 2013 at 2:53 PM, Usman Bhatti <[hidden email]> wrote:
> Repos/projs to move (move whatever you can and I can do the rest): I started to move things, but I'm facing VM crashes: http://code.google.com/p/pharo/issues/detail?id=7596 -- 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 [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
ok, I moved PetitParser, PetitJava and PetitSQLParser to SmalltalkHub/Moose
On Mon, Feb 25, 2013 at 6:21 PM, Damien Cassou <[hidden email]> wrote: > On Mon, Feb 25, 2013 at 2:53 PM, Usman Bhatti <[hidden email]> wrote: >> Repos/projs to move (move whatever you can and I can do the rest): > > > I started to move things, but I'm facing VM crashes: > http://code.google.com/p/pharo/issues/detail?id=7596 > > -- > Damien Cassou > http://damiencassou.seasidehosting.st > > "Success is the ability to go from one failure to another without > losing enthusiasm." > Winston Churchill -- 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 [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Thank you!
Doru On Feb 26, 2013, at 7:03 PM, Damien Cassou <[hidden email]> wrote: > ok, I moved PetitParser, PetitJava and PetitSQLParser to SmalltalkHub/Moose > > On Mon, Feb 25, 2013 at 6:21 PM, Damien Cassou <[hidden email]> wrote: >> On Mon, Feb 25, 2013 at 2:53 PM, Usman Bhatti <[hidden email]> wrote: >>> Repos/projs to move (move whatever you can and I can do the rest): >> >> >> I started to move things, but I'm facing VM crashes: >> http://code.google.com/p/pharo/issues/detail?id=7596 >> >> -- >> Damien Cassou >> http://damiencassou.seasidehosting.st >> >> "Success is the ability to go from one failure to another without >> losing enthusiasm." >> Winston Churchill > > > > -- > Damien Cassou > http://damiencassou.seasidehosting.st > > "Success is the ability to go from one failure to another without > losing enthusiasm." > Winston Churchill -- www.tudorgirba.com "No matter how many recipes we know, we still value a chef." _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by Tudor Girba-2
Excellent news.
> Hi, > > 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) > > Cheers, > Doru > > > -- > www.tudorgirba.com > > "If you interrupt the barber while he is cutting your hair, > you will end up with a messy haircut." > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
I updated the cofigurationOfPetitParser and ConfigurationOfPetitSQL to point to SThub. Both are loading fine in 1.4 and 2.0 from SThub although there are some red tests in 2.0 because of certain changes...
On Tue, Feb 26, 2013 at 9:14 PM, stephane ducasse <[hidden email]> wrote: Excellent news. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
thanks!
Stef On Mar 1, 2013, at 6:40 PM, Usman Bhatti <[hidden email]> wrote:
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |