IMPORTANT: iceberg home changed

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

IMPORTANT: iceberg home changed

EstebanLM
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 *catalog>http://catalog.pharo.org*, so you can load while
doing the transition.
Reply | Threaded
Open this post in threaded view
|

Re: IMPORTANT: iceberg home changed

philippeback
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 required to use) ssh keys to access several git repos  I deal with.

Phil

On Thu, Apr 27, 2017 at 5:51 PM, Esteban Lorenzano <[hidden email]> 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:

Metacello new
  baseline: 'Iceberg';
  repository: 'github://pharo-vcs/iceberg:dev-0.4';
  load.

I also uploaded a Configuration to the *catalog>http://catalog.pharo.org*, so you can load while
doing the transition.

Reply | Threaded
Open this post in threaded view
|

Re: IMPORTANT: iceberg home changed

EstebanLM

On 27 Apr 2017, at 18:01, [hidden email] 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 github user and password."

Is there a workaround? I am using (and am required to use) ssh keys to access several git repos  I deal with.


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)

Esteban

Phil

On Thu, Apr 27, 2017 at 5:51 PM, Esteban Lorenzano <[hidden email]> 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:

Metacello new
  baseline: 'Iceberg';
  repository: '<a href="github://pharo-vcs/iceberg:" class="">github://pharo-vcs/iceberg:dev-0.4';
  load.

I also uploaded a Configuration to the *catalog>http://catalog.pharo.org*, so you can load while
doing the transition.


Reply | Threaded
Open this post in threaded view
|

Re: IMPORTANT: iceberg home changed

Sean P. DeNigris
Administrator
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 exclusively so that is great news :)
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: IMPORTANT: iceberg home changed

Stephane Ducasse-3
In reply to this post by EstebanLM
esteban do we have a naming convention on github?
pharo-xxx?

Stef

On Thu, Apr 27, 2017 at 5:51 PM, Esteban Lorenzano <[hidden email]> 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:

Metacello new
  baseline: 'Iceberg';
  repository: 'github://pharo-vcs/iceberg:dev-0.4';
  load.

I also uploaded a Configuration to the *catalog>http://catalog.pharo.org*, so you can load while
doing the transition.

Reply | Threaded
Open this post in threaded view
|

Re: IMPORTANT: iceberg home changed

EstebanLM
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-graphics -> block/brick and upcoming graphical cool stuff
pharo-gtools -> gtools + glamour, etc.
pharo-nosql -> voyage family 
pharo-? -> I don’t know, whatever

in the future, with the upcoming versions of iceberg + bootstrap, projects like iceberg, gtools, etc. will be “subtrees” of pharo-core so is good to have them well organised. 

of course people are free to name their projects/organisation as they want, but I was trying to figure out a way for *us* :)
(and since is very easy to change, we could just reorganise everything under pharo-project if we decide to put everything in just one repository).

Esteban


On 28 Apr 2017, at 10:11, Stephane Ducasse <[hidden email]> wrote:

esteban do we have a naming convention on github?
pharo-xxx?

Stef

On Thu, Apr 27, 2017 at 5:51 PM, Esteban Lorenzano <[hidden email]> 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:

Metacello new
  baseline: 'Iceberg';
  repository: '<a href="github://pharo-vcs/iceberg:" class="">github://pharo-vcs/iceberg:dev-0.4';
  load.

I also uploaded a Configuration to the *catalog>http://catalog.pharo.org*, so you can load while
doing the transition.


Reply | Threaded
Open this post in threaded view
|

Re: IMPORTANT: iceberg home changed

kilon.alios
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 <[hidden email]> wrote:
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-graphics -> block/brick and upcoming graphical cool stuff
pharo-gtools -> gtools + glamour, etc.
pharo-nosql -> voyage family 
pharo-? -> I don’t know, whatever

in the future, with the upcoming versions of iceberg + bootstrap, projects like iceberg, gtools, etc. will be “subtrees” of pharo-core so is good to have them well organised. 

of course people are free to name their projects/organisation as they want, but I was trying to figure out a way for *us* :)
(and since is very easy to change, we could just reorganise everything under pharo-project if we decide to put everything in just one repository).

Esteban


On 28 Apr 2017, at 10:11, Stephane Ducasse <[hidden email]> wrote:

esteban do we have a naming convention on github?
pharo-xxx?

Stef

On Thu, Apr 27, 2017 at 5:51 PM, Esteban Lorenzano <[hidden email]> 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:

Metacello new
  baseline: 'Iceberg';
  repository: 'github://pharo-vcs/iceberg:dev-0.4';
  load.

I also uploaded a Configuration to the *catalog>http://catalog.pharo.org*, so you can load while
doing the transition.


Reply | Threaded
Open this post in threaded view
|

Re: IMPORTANT: iceberg home changed

kilon.alios
And here some info about the HOW TO (teams for Github are named "organisations")



On Fri, Apr 28, 2017 at 6:07 PM Dimitris Chloupis <[hidden email]> wrote:
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 <[hidden email]> wrote:
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-graphics -> block/brick and upcoming graphical cool stuff
pharo-gtools -> gtools + glamour, etc.
pharo-nosql -> voyage family 
pharo-? -> I don’t know, whatever

in the future, with the upcoming versions of iceberg + bootstrap, projects like iceberg, gtools, etc. will be “subtrees” of pharo-core so is good to have them well organised. 

of course people are free to name their projects/organisation as they want, but I was trying to figure out a way for *us* :)
(and since is very easy to change, we could just reorganise everything under pharo-project if we decide to put everything in just one repository).

Esteban


On 28 Apr 2017, at 10:11, Stephane Ducasse <[hidden email]> wrote:

esteban do we have a naming convention on github?
pharo-xxx?

Stef

On Thu, Apr 27, 2017 at 5:51 PM, Esteban Lorenzano <[hidden email]> 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:

Metacello new
  baseline: 'Iceberg';
  repository: 'github://pharo-vcs/iceberg:dev-0.4';
  load.

I also uploaded a Configuration to the *catalog>http://catalog.pharo.org*, so you can load while
doing the transition.


Reply | Threaded
Open this post in threaded view
|

Re: IMPORTANT: iceberg home changed

Ben Coman
In reply to this post by kilon.alios

On Fri, Apr 28, 2017 at 11:07 PM, Dimitris Chloupis <[hidden email]> 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 Smalltalk from those weird cult of curly brace "{ }" !!

cheers -ben  
 
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 <[hidden email]> wrote:
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-graphics -> block/brick and upcoming graphical cool stuff
pharo-gtools -> gtools + glamour, etc.
pharo-nosql -> voyage family 
pharo-? -> I don’t know, whatever

in the future, with the upcoming versions of iceberg + bootstrap, projects like iceberg, gtools, etc. will be “subtrees” of pharo-core so is good to have them well organised. 

of course people are free to name their projects/organisation as they want, but I was trying to figure out a way for *us* :)
(and since is very easy to change, we could just reorganise everything under pharo-project if we decide to put everything in just one repository).

Esteban


On 28 Apr 2017, at 10:11, Stephane Ducasse <[hidden email]> wrote:

esteban do we have a naming convention on github?
pharo-xxx?

Stef

On Thu, Apr 27, 2017 at 5:51 PM, Esteban Lorenzano <[hidden email]> 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:

Metacello new
  baseline: 'Iceberg';
  repository: 'github://pharo-vcs/iceberg:dev-0.4';
  load.

I also uploaded a Configuration to the *catalog>http://catalog.pharo.org*, so you can load while
doing the transition.



Reply | Threaded
Open this post in threaded view
|

Re: IMPORTANT: iceberg home changed

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 <[hidden email]> wrote:

On Fri, Apr 28, 2017 at 11:07 PM, Dimitris Chloupis <[hidden email]> 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 Smalltalk from those weird cult of curly brace "{ }" !!

cheers -ben  
 
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 <[hidden email]> wrote:
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-graphics -> block/brick and upcoming graphical cool stuff
pharo-gtools -> gtools + glamour, etc.
pharo-nosql -> voyage family 
pharo-? -> I don’t know, whatever

in the future, with the upcoming versions of iceberg + bootstrap, projects like iceberg, gtools, etc. will be “subtrees” of pharo-core so is good to have them well organised. 

of course people are free to name their projects/organisation as they want, but I was trying to figure out a way for *us* :)
(and since is very easy to change, we could just reorganise everything under pharo-project if we decide to put everything in just one repository).

Esteban


On 28 Apr 2017, at 10:11, Stephane Ducasse <[hidden email]> wrote:

esteban do we have a naming convention on github?
pharo-xxx?

Stef

On Thu, Apr 27, 2017 at 5:51 PM, Esteban Lorenzano <[hidden email]> 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:

Metacello new
  baseline: 'Iceberg';
  repository: 'github://pharo-vcs/iceberg:dev-0.4';
  load.

I also uploaded a Configuration to the *catalog>http://catalog.pharo.org*, so you can load while
doing the transition.






--
Damien Pollet
type less, do more [ | ] http://people.untyped.org/damien.pollet