Re: [Pharo-users] Iceberg: SCP urls are not limited to 'git@'

2017-08-01 Thread Herby Vojčík
Herby Vojčík wrote: Hello! Once I finally added remote to my localgit repo, I cannot build my image any more because Iceberg fails to parse the url. After first error I tried ssh://, but it is protected as well. The problem is, g...@host.site is just the way to say which user to log in via ssh

Re: [Pharo-users] Iceberg: SCP urls are not limited to 'git@'

2017-07-31 Thread Herby Vojčík
I put this hotfix in my script: "Work around scp url hardwired 'git@'" IceScpRemote class compile: 'canHandleUrl: aRepositoryUrl "Very simplistic implementation that does not cover all cases" ^ aRepositoryUrl matchesRegex: ''([\w.-]+@|ssh\://).*'''. IceScpRemote compile:

[Pharo-users] Iceberg: SCP urls are not limited to 'git@'

2017-07-29 Thread Herby Vojčík
Hello! Once I finally added remote to my localgit repo, I cannot build my image any more because Iceberg fails to parse the url. After first error I tried ssh://, but it is protected as well. The problem is, g...@host.site is just the way to say which user to log in via ssh into the host.