public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-catalyst] GSoC: Create a Web-based Gentoo image builder
@ 2009-03-26 17:02 Eugen Serban
  2009-03-26 21:21 ` Peter Stuge
  0 siblings, 1 reply; 5+ messages in thread
From: Eugen Serban @ 2009-03-26 17:02 UTC (permalink / raw
  To: gentoo-catalyst

Hello!
I would like to approach this idea for the GSoC 2009.
Can anyone help with some "how to"s or a forum or something like that
where I can learn more about Catalyst?
I am not very familiar with it.

Thanks!
Eugen Serban



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-catalyst] GSoC: Create a Web-based Gentoo image builder
  2009-03-26 17:02 [gentoo-catalyst] GSoC: Create a Web-based Gentoo image builder Eugen Serban
@ 2009-03-26 21:21 ` Peter Stuge
  2009-03-26 21:42   ` Erick Michau
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Stuge @ 2009-03-26 21:21 UTC (permalink / raw
  To: gentoo-catalyst

Eugen Serban wrote:
> I would like to approach this idea for the GSoC 2009.

That's an interesting idea.


> Can anyone help with some "how to"s or a forum or something like
> that where I can learn more about Catalyst?

Not really.


> I am not very familiar with it.

You should start using it. Build five or ten stages. Pick a hardware
that you want to build for, and start from the example stage spec
files installed together with catalyst.

You will need good knowledge and understanding of Gentoo, portage,
USE flags and so on, to quickly absorb most of what catalyst is
about.


//Peter



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-catalyst] GSoC: Create a Web-based Gentoo image builder
  2009-03-26 21:21 ` Peter Stuge
@ 2009-03-26 21:42   ` Erick Michau
  2009-03-26 22:14     ` Eugen Serban
  0 siblings, 1 reply; 5+ messages in thread
From: Erick Michau @ 2009-03-26 21:42 UTC (permalink / raw
  To: gentoo-catalyst

[-- Attachment #1: Type: text/plain, Size: 1441 bytes --]

Hi,

Depending on your approach you might eventually be interested in a similar
tool called metro available at http://wiki.github.com/funtoo/metro
It provides similar features at certain levels and noticeable differences
too. It currently builds stable and unstable gentoo stages. Reading through
gives some knowledge about building stages.

It sounds like a very exciting project and the first questions that pop up
to my mind are: how would one interface catalyst/metro with a website? is
there any already existing similar framework? How much space would the
server require for how many concurrent users building stage1->3 all at the
same time?

I have no clue as for the answers but it really feels like an interesting
challenge.

On Thu, Mar 26, 2009 at 9:21 PM, Peter Stuge <peter@stuge.se> wrote:

> Eugen Serban wrote:
> > I would like to approach this idea for the GSoC 2009.
>
> That's an interesting idea.
>
>
> > Can anyone help with some "how to"s or a forum or something like
> > that where I can learn more about Catalyst?
>
> Not really.
>
>
> > I am not very familiar with it.
>
> You should start using it. Build five or ten stages. Pick a hardware
> that you want to build for, and start from the example stage spec
> files installed together with catalyst.
>
> You will need good knowledge and understanding of Gentoo, portage,
> USE flags and so on, to quickly absorb most of what catalyst is
> about.
>
>
> //Peter
>
>

[-- Attachment #2: Type: text/html, Size: 1985 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-catalyst] GSoC: Create a Web-based Gentoo image builder
  2009-03-26 21:42   ` Erick Michau
@ 2009-03-26 22:14     ` Eugen Serban
  2009-03-27  6:46       ` Peter Stuge
  0 siblings, 1 reply; 5+ messages in thread
From: Eugen Serban @ 2009-03-26 22:14 UTC (permalink / raw
  To: gentoo-catalyst

Thanks!

When I first read about this idea I was very enthusiastic because I
remembered my first attempt to install Gentoo. A tool that would
simplify the process, but still keep the Gentoo "philosophy" is really
useful.

To be honest, what really concerns me is the architecture of the server
(cpu and hdd). But if I succeed in making it, even for one connection
simulated on my computer, then I am sure that it will be a great success.

Thank you very much for the link!

Erick Michau wrote:
> Hi,
>
> Depending on your approach you might eventually be interested in a similar
> tool called metro available at http://wiki.github.com/funtoo/metro
> It provides similar features at certain levels and noticeable differences
> too. It currently builds stable and unstable gentoo stages. Reading through
> gives some knowledge about building stages.
>
> It sounds like a very exciting project and the first questions that pop up
> to my mind are: how would one interface catalyst/metro with a website? is
> there any already existing similar framework? How much space would the
> server require for how many concurrent users building stage1->3 all at the
> same time?
>
> I have no clue as for the answers but it really feels like an interesting
> challenge.
>
> On Thu, Mar 26, 2009 at 9:21 PM, Peter Stuge <peter@stuge.se> wrote:
>
>   




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-catalyst] GSoC: Create a Web-based Gentoo image builder
  2009-03-26 22:14     ` Eugen Serban
@ 2009-03-27  6:46       ` Peter Stuge
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Stuge @ 2009-03-27  6:46 UTC (permalink / raw
  To: gentoo-catalyst

Eugen Serban wrote:
> To be honest, what really concerns me is the architecture of the
> server (cpu and hdd).

I consider that to be mostly irrelevant. There can be a simple
queueing system and a build cluster with distcc.


> But if I succeed in making it, even for one connection simulated on
> my computer, then I am sure that it will be a great success.

I consider the challenge to be how to provide a useful interface for
creating spec files.

Also - the web site has to simply start the process, and then notify
the initiating user out of band when the build is finished because
the request will otherwise take much too long.


//Peter



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-03-27  6:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-26 17:02 [gentoo-catalyst] GSoC: Create a Web-based Gentoo image builder Eugen Serban
2009-03-26 21:21 ` Peter Stuge
2009-03-26 21:42   ` Erick Michau
2009-03-26 22:14     ` Eugen Serban
2009-03-27  6:46       ` Peter Stuge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox