May 22, 2013
11:28 a.m.
On 22 May 2013 12:13, Goubier Thierry <thierry.goubier@cea.fr> wrote:
Le 22/05/2013 13:05, Frank Shearar a écrit :
On 22 May 2013 12:05, Goubier Thierry <thierry.goubier@cea.fr> wrote:
I'm trying to setup a git-based build script from the command line and I end up unable to load a configuration from a filetree repository on the pharo command line.
Has someone encountered that? It seems Gopher is missing a FiletreeURL for this to work.
What does your script currently look like?
frank
./pharo Pharo.image config filetree://`pwd`/../src/
Fails on trying to execute #mcRepositoryAsUser:withPassword: on a GenericUrl instance inside Gofer.
Yep, I'd agree with your assessment. Has Pharo forked Gofer, or does it still use Lukas Renggli's repository? frank