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."
On Sun, Feb 24, 2013 at 8:44 PM, Tudor Girba tudor@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?
================================ 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@gmail.comwrote:
On Sun, Feb 24, 2013 at 8:44 PM, Tudor Girba tudor@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@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
On Mon, Feb 25, 2013 at 2:53 PM, Usman Bhatti usman.bhatti@gmail.com 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
ok, I moved PetitParser, PetitJava and PetitSQLParser to SmalltalkHub/Moose
On Mon, Feb 25, 2013 at 6:21 PM, Damien Cassou damien.cassou@gmail.com wrote:
On Mon, Feb 25, 2013 at 2:53 PM, Usman Bhatti usman.bhatti@gmail.com 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
Thank you!
Doru
On Feb 26, 2013, at 7:03 PM, Damien Cassou damien.cassou@gmail.com wrote:
ok, I moved PetitParser, PetitJava and PetitSQLParser to SmalltalkHub/Moose
On Mon, Feb 25, 2013 at 6:21 PM, Damien Cassou damien.cassou@gmail.com wrote:
On Mon, Feb 25, 2013 at 2:53 PM, Usman Bhatti usman.bhatti@gmail.com 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."
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 Moose-dev@iam.unibe.ch 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 stephane.ducasse@free.frwrote:
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 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
thanks!
Stef
On Mar 1, 2013, at 6:40 PM, Usman Bhatti usman.bhatti@gmail.com wrote:
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 stephane.ducasse@free.fr wrote: 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 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
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev