Re: [Pharo-dev] IMPORTANT: iceberg home changed

2017-04-29 Thread Damien Pollet
the reason that SBA exists is to get ISBN numbers for the books. It's an adhoc editor like Apress or O'Reilly, if you will. And it was created at the time of Squeak by Example, so probably a bit before Pharo. On 29 April 2017 at 03:04, Ben Coman wrote: > > On Fri, Apr 28, 2017 at 11:07 PM, Dimit

Re: [Pharo-dev] IMPORTANT: iceberg home changed

2017-04-28 Thread Ben Coman
On Fri, Apr 28, 2017 at 11:07 PM, Dimitris Chloupis wrote: > Why not make a Pharo team , we already have one for the books which also > has a weird name "square bracker associates" , > I don't think its weird. Square brackets "[ ]" to delineate blocks of code is one thing that distinguishes Sma

Re: [Pharo-dev] IMPORTANT: iceberg home changed

2017-04-28 Thread Dimitris Chloupis
And here some info about the HOW TO (teams for Github are named "organisations") https://github.com/blog/674-introducing-organizations On Fri, Apr 28, 2017 at 6:07 PM Dimitris Chloupis wrote: > Why not make a Pharo team , we already have one for the books which also > has a weird name "square

Re: [Pharo-dev] IMPORTANT: iceberg home changed

2017-04-28 Thread Dimitris Chloupis
Why not make a Pharo team , we already have one for the books which also has a weird name "square bracker associates" , we should make a pharo team and put all the repos there so people can find them in one place On Fri, Apr 28, 2017 at 11:31 AM Esteban Lorenzano wrote: > Hi, > > not really, but

Re: [Pharo-dev] IMPORTANT: iceberg home changed

2017-04-28 Thread Esteban Lorenzano
Hi, not really, but we want to promote pharo related stuff with the pharo prefix on the organisations (and those who in someway will fall under our umbrella).. pharo-project -> core pharo pharo-vcs -> iceberg, libgit2 bindings, in the future: an iceberg page, maybe other backends. pharo-graph

Re: [Pharo-dev] IMPORTANT: iceberg home changed

2017-04-28 Thread Stephane Ducasse
esteban do we have a naming convention on github? pharo-xxx? Stef On Thu, Apr 27, 2017 at 5:51 PM, Esteban Lorenzano wrote: > As part of our work for release, I changed the home of Iceberg into his > own place: https://github.com/pharo-vcs/iceberg > > So, now to install you will need: > > Meta

Re: [Pharo-dev] IMPORTANT: iceberg home changed

2017-04-27 Thread Sean P. DeNigris
EstebanLM wrote >>Currently Iceberg (in its default configuration) can not use SSH keys to connect to github > > that’s outdated (as the pictures, etc.) :P > you can use ssh and in theory you can also use https (then you will be > asked to provide your credentials) Awesome! I use SSH keys exclusi

Re: [Pharo-dev] IMPORTANT: iceberg home changed

2017-04-27 Thread Esteban Lorenzano
> On 27 Apr 2017, at 18:01, p...@highoctane.be wrote: > > Cool. > > I see "Whenever you decide to push your commits, Iceberg will require your > github credentials. Currently Iceberg (in its default configuration) can not > use SSH keys to connect to github, so you will have to provide your g

Re: [Pharo-dev] IMPORTANT: iceberg home changed

2017-04-27 Thread p...@highoctane.be
Cool. I see "Whenever you decide to push your commits, Iceberg will require your github credentials. Currently Iceberg (in its default configuration) can not use SSH keys to connect to github, so you will have to provide your github user and password." Is there a workaround? I am using (and am re

[Pharo-dev] IMPORTANT: iceberg home changed

2017-04-27 Thread Esteban Lorenzano
As part of our work for release, I changed the home of Iceberg into his own place: https://github.com/pharo-vcs/iceberg So, now to install you will need: Metacello new baseline: 'Iceberg'; repository: 'github://pharo-vcs/iceberg:dev-0.4'; load. I also uploaded a Configuration to the *ca