[gentoo-dev] Google SoC @ Gentoo - Universal Select Tool

2009-05-04 Thread Sérgio Almeida
Gentoo Dev's, My name is Sérgio Almeida, I am Portuguese and I am a student for this year's Google SoC coding the Universal Select Tool project for Gentoo being Sébastien Fabbro (bicatali) my mentor. Abstract: Universal Select Tool is an utility to manage system configuration. This tool

Re: [gentoo-dev] Google SoC @ Gentoo - Universal Select Tool

2009-05-12 Thread Sérgio Almeida
settings from current dir's .uselect folder? I am starting the plans on profile managing today. This now gets interesting. Thanks! Cheers, Sérgio -- Sérgio Almeida meph...@gmail.com mephx @ freenode

Re: [gentoo-dev] Google SoC @ Gentoo - Universal Select Tool

2009-05-22 Thread Sérgio Almeida
, Sérgio -- Sérgio Almeida meph...@gmail.com mephx @ freenode signature.asc Description: This is a digitally signed message part

Re: [gentoo-dev] New app-eselect category?

2009-05-26 Thread Sérgio Almeida
Hello, I am the student doing the Universal Select Tool for this year's Geetoo's SoC. On Tue, 2009-05-26 at 16:35 +0200, Philipp Riegger wrote: How will that tool be called? Maybe uselect? Everything points out to that until now. =) The way it's done, current eselect modules can continue

Re: [gentoo-dev] New app-eselect category?

2009-05-26 Thread Sérgio Almeida
On Wed, 2009-05-27 at 01:19 +0530, Nirbheek Chauhan wrote: 2009/5/27 Sérgio Almeida meph...@gmail.com: this time (SoC starts in a few hours) the prototype is written in python, does everything eselect does and supports any scripting language for module's actions. Oh, it's extremely faster

Re: [gentoo-dev] Google SoC @ Gentoo - Universal Select Tool

2009-05-26 Thread Sérgio Almeida
On Tue, 2009-05-26 at 22:04 +0200, Tiziano Müller wrote: Am Montag, den 04.05.2009, 22:01 +0100 schrieb Sérgio Almeida: Gentoo Dev's, My name is Sérgio Almeida, I am Portuguese and I am a student for this year's Google SoC coding the Universal Select Tool project for Gentoo being

[gentoo-dev] Progress on Universal Select Tool

2009-06-16 Thread Sérgio Almeida
will push the code into gentoo's git. If you have time, take a look at it. Hope these reports are taken also as a call for ideas. Hope I'm not lacking any information. I'm loving working with Gentoo on this. Learned a lot until now. Cheers, Sérgio -- Sérgio Almeida - meph...@gmail.com mephx @ freenode

[gentoo-dev] Re: Progress on Universal Select Tool

2009-06-17 Thread Sérgio Almeida
On Tue, 2009-06-16 at 15:48 +0100, Sérgio Almeida wrote: Hello, Current State of Universal Select Tool - uselect Proposal link: http://socghop.appspot.com/student_project/show/google/gsoc2009/gentoo/t124022356237 uselect implementation started a few weeks before SoC officially started

[gentoo-dev] Re: Progress on Universal Select Tool

2009-06-29 Thread Sérgio Almeida
on git for more updates during this week. http://git.overlays.gentoo.org/gitweb/?p=proj/uselect.git;a=summary Cheers, Sérgio -- Sérgio Almeida - meph...@gmail.com mephx @ freenode signature.asc Description: This is a digitally signed message part

[gentoo-dev] Re: [gentoo-soc] Re: Progress on Universal Select Tool

2009-06-29 Thread Sérgio Almeida
to any markup language that comes in handy in module readability/programming. Thanks for listening, Sebastian I thank you. Will now add the markup language support to the to-do list, not to implement right away but to have in mind while expanding the API. Cheers, Sérgio -- Sérgio Almeida

[gentoo-dev] Re: Progress on Universal Select Tool

2009-07-13 Thread Sérgio Almeida
the profiling capabilities later this week. Cheers, Sérgio -- Sérgio Almeida - meph...@gmail.com mephx @ freenode signature.asc Description: This is a digitally signed message part

Re: [gentoo-dev] Re: Progress on Universal Select Tool

2009-07-15 Thread Sérgio Almeida
! /haubi/ Cheers, Sérgio -- Sérgio Almeida - meph...@gmail.com mephx @ freenode signature.asc Description: This is a digitally signed message part

Re: [gentoo-dev] Re: Progress on Universal Select Tool

2009-07-15 Thread Sérgio Almeida
! /haubi/ Thanks for the hint! Cheers, Sérgio -- Sérgio Almeida - meph...@gmail.com mephx @ freenode signature.asc Description: This is a digitally signed message part

[gentoo-dev] Re: Progress on Universal Select Tool

2009-07-22 Thread Sérgio Almeida
-- Sérgio Almeida - meph...@gmail.com mephx @ freenode signature.asc Description: This is a digitally signed message part

[gentoo-dev] Re: [gentoo-soc] Re: Progress on Universal Select Tool

2009-07-22 Thread Sérgio Almeida
that supports env changes from child processes I like the first idea the most even though it's a sub-shell. This method kind of breaks automatic startup of uprofile for HOME. Anyone has a clue on this? Off to sleep... Cheers, Sérgio -- Sérgio Almeida - meph...@gmail.com mephx @ freenode

[gentoo-dev] Re: [gentoo-soc] Re: Progress on Universal Select Tool

2009-07-23 Thread Sérgio Almeida
On Thu, 2009-07-23 at 11:02 +0530, Nirbheek Chauhan wrote: 2009/7/23 Sérgio Almeida meph...@gmail.com: A child process cannot (or shouldn't be able to) change parent's process environment. uprofile will need to change env var's on-the-fly. For instance tag $PS1 with the current profile

[gentoo-dev] Re: [gentoo-soc] Re: Progress on Universal Select Tool

2009-07-23 Thread Sérgio Almeida
On Thu, 2009-07-23 at 13:17 +0530, Arun Raghavan wrote: 2009/7/23 Nirbheek Chauhan nirbh...@gentoo.org: 2009/7/23 Sérgio Almeida meph...@gmail.com: A child process cannot (or shouldn't be able to) change parent's process environment. uprofile will need to change env var's on-the-fly

[gentoo-dev] Re: [gentoo-soc] Re: Progress on Universal Select Tool

2009-07-23 Thread Sérgio Almeida
On Thu, 2009-07-23 at 17:28 +0200, Robert Buchholz wrote: On Thursday 23 July 2009, Sérgio Almeida wrote: You changedir, you call uprofile, and voila, new profile. You login again, default profile. Most shells have the ability to execute a command when a new prompt is generated. Users do

Re: [gentoo-dev] Re: [gentoo-soc] Re: Progress on Universal Select Tool

2009-07-26 Thread Sérgio Almeida
On Fri, 2009-07-24 at 10:22 +0200, Michael Haubenwallner wrote: Sérgio Almeida wrote: On Thu, 2009-07-23 at 17:28 +0200, Robert Buchholz wrote: On Thursday 23 July 2009, Sérgio Almeida wrote: You changedir, you call uprofile, and voila, new profile. You login again, default profile

Re: [gentoo-dev] Re: [gentoo-soc] Re: Progress on Universal Select Tool

2009-07-27 Thread Sérgio Almeida
and will have more active commits. Cheers, Sérgio -- Sérgio Almeida - meph...@gmail.com mephx @ freenode signature.asc Description: This is a digitally signed message part

[gentoo-dev] Re: [gentoo-soc] Re: [GSoC status] Web-based image builder

2009-07-29 Thread Sérgio Almeida
vmware machine on a quad-core with 1GB of dedicated RAM just for you and your testings. The machine has 100/100MB connection to internet. What else do you need? Cheers, Sérgio -- Sérgio Almeida - meph...@gmail.com mephx @ freenode signature.asc Description: This is a digitally signed message part

[gentoo-dev] Re: Progress on Universal Select Tool

2009-08-01 Thread Sérgio Almeida
-- Sérgio Almeida - meph...@gmail.com mephx @ freenode signature.asc Description: This is a digitally signed message part

[gentoo-dev] Re: Progress on Universal Select Tool

2009-08-18 Thread Sérgio Almeida
deal). Will also continue posting weekly reports on gentoo-soc@ until soc ends. Cheers, Sérgio -- Sérgio Almeida - meph...@gmail.com mephx @ freenode signature.asc Description: This is a digitally signed message part