Re: [Pharo-users] Pharo private develoment

2014-01-02 Thread Esteban A. Maringolo
I'll try to replicate the WebDAV part with nginx, I guess it will be easy if not easier. I was thinking of a local directory rsync'ed frequently. I'll take a look into the builder to see if I can implement it in my own VPS. I haven't created my Metacello configuration yet (shame on me...) Regards

Re: [Pharo-users] code formatting... adjust the formatting?

2014-01-02 Thread sergio_101
awesome! thanks! On Thu, Jan 2, 2014 at 2:56 PM, Marcus Denker wrote: > > On 02 Jan 2014, at 19:49, sergio_101 wrote: > > i accidentally posted this to the seaside group, so now i am posting it > back here to pharo.. > > i am currently using the code formatting in the browser in pharo 2.0... >

Re: [Pharo-users] code formatting... adjust the formatting?

2014-01-02 Thread Marcus Denker
On 02 Jan 2014, at 19:49, sergio_101 wrote: > i accidentally posted this to the seaside group, so now i am posting it back > here to pharo.. > > i am currently using the code formatting in the browser in pharo 2.0... > > it seems to be a lot more aggressive than it has been in the past.. > >

[Pharo-users] code formatting... adjust the formatting?

2014-01-02 Thread sergio_101
i accidentally posted this to the seaside group, so now i am posting it back here to pharo.. i am currently using the code formatting in the browser in pharo 2.0... it seems to be a lot more aggressive than it has been in the past.. for instance, this: html anchor url: '#'; with: 'random link'.

Re: [Pharo-users] Pharo private develoment

2014-01-02 Thread Hilaire Fernandes
Le 02/01/2014 12:25, Norbert Hartl a écrit : >> >> I use filetree and bitbucket for my private projects, and I use also >> metacello to build with them. > > I still didn’t find the time to look into filetree. It is yet another > thing to learn. Can you commit to bitbucket from within pharo? And I

[Pharo-users] FW: Graph-ET Examples on Facebook

2014-01-02 Thread Daniel Aviv Notario
Fowarding what I posted on Pharo-dev Cheers! :-) From: daniel_avivnota...@hotmail.com To: moose-...@iam.unibe.ch; pharo-...@lists.pharo.org Subject: Graph-ET Examples on Facebook Date: Thu, 2 Jan 2014 11:30:30 -0300 Hi! We’ve just put online some example about GraphET. GraphET is about draw

[Pharo-users] FW: New in Graph-ET

2014-01-02 Thread Daniel Aviv Notario
Fowarding what I posted on Pharo-devCheers! :-) From: daniel_avivnota...@hotmail.com To: moose-...@iam.unibe.ch; pharo-...@lists.pharo.org Subject: New in Graph-ET Date: Thu, 2 Jan 2014 11:40:40 -0300 Hi guys! It's been a while since I posted in this list. The reason why I'm posting is becau

Re: [Pharo-users] Pharo private develoment

2014-01-02 Thread Benjamin
Smalltalkhub private project or bitbucket And I deployed my own Jenkins. It’s as complicated as `sudo apt-get install jenkins` Ben On 01 Jan 2014, at 19:26, Esteban A. Maringolo wrote: > Pharo as a community has support to use its CI server, among other > goodies such as SmalltalkHub. > > B

Re: [Pharo-users] Pharo private develoment

2014-01-02 Thread Esteban Lorenzano
On 02 Jan 2014, at 13:42, Norbert Hartl wrote: > > Am 02.01.2014 um 13:22 schrieb Esteban Lorenzano : > >> >> On 02 Jan 2014, at 12:25, Norbert Hartl wrote: >> >>> >>> Am 02.01.2014 um 11:57 schrieb Esteban Lorenzano : >>> On 02 Jan 2014, at 11:49, Norbert Hartl wrote: >

Re: [Pharo-users] Pharo private develoment

2014-01-02 Thread Norbert Hartl
Am 02.01.2014 um 13:22 schrieb Esteban Lorenzano : > > On 02 Jan 2014, at 12:25, Norbert Hartl wrote: > >> >> Am 02.01.2014 um 11:57 schrieb Esteban Lorenzano : >> >>> >>> On 02 Jan 2014, at 11:49, Norbert Hartl wrote: >>> Am 01.01.2014 um 19:26 schrieb Esteban A. Maringolo : >

Re: [Pharo-users] Pharo private develoment

2014-01-02 Thread Esteban Lorenzano
On 02 Jan 2014, at 12:25, Norbert Hartl wrote: > > Am 02.01.2014 um 11:57 schrieb Esteban Lorenzano : > >> >> On 02 Jan 2014, at 11:49, Norbert Hartl wrote: >> >>> >>> Am 01.01.2014 um 19:26 schrieb Esteban A. Maringolo : >>> Pharo as a community has support to use its CI server, amo

Re: [Pharo-users] Pharo private develoment

2014-01-02 Thread Norbert Hartl
Am 02.01.2014 um 11:57 schrieb Esteban Lorenzano : > > On 02 Jan 2014, at 11:49, Norbert Hartl wrote: > >> >> Am 01.01.2014 um 19:26 schrieb Esteban A. Maringolo : >> >>> Pharo as a community has support to use its CI server, among other >>> goodies such as SmalltalkHub. >>> >>> But what if

Re: [Pharo-users] Pharo private develoment

2014-01-02 Thread Esteban Lorenzano
On 02 Jan 2014, at 11:49, Norbert Hartl wrote: > > Am 01.01.2014 um 19:26 schrieb Esteban A. Maringolo : > >> Pharo as a community has support to use its CI server, among other >> goodies such as SmalltalkHub. >> >> But what if your code is not public and you want to have a central >> reposit

Re: [Pharo-users] Pharo private develoment

2014-01-02 Thread Norbert Hartl
Am 01.01.2014 um 19:26 schrieb Esteban A. Maringolo : > Pharo as a community has support to use its CI server, among other > goodies such as SmalltalkHub. > > But what if your code is not public and you want to have a central > repository and continuous builds? > > Has anybody ever wrote a guid