Re: status update for grub 2 developments?

2007-07-22 Thread Marco Gerards
"Ashok kumar" <[EMAIL PROTECTED]> writes: [...] >> Well, if people want to work on scripting or networking they should >> talk to me. I have lots of code on my hd that is incomplete or just >> not cleaned up. It would be a waste of time if it were rewritten. >> And please poke me a lot to get m

Re: status update for grub 2 developments?

2007-07-22 Thread Marco Gerards
Bean <[EMAIL PROTECTED]> writes: > On Sun, Jun 24, 2007 at 12:22:18PM +0800, Bean wrote: >> Some bugs I found on scripting. >> >> 1. token parser >> >> echo aa"bb" >> aabb >> (correct) >> >> echo aa"bb"cc >> aabb >> (cc is lost) >> >> echo aa$prefix >> aa (hd0,1)/boot/grub >> (should be one to

Re: status update for grub 2 developments?

2007-06-25 Thread Ashok kumar
On 6/23/07, Marco Gerards <[EMAIL PROTECTED]> wrote: Vesa Jääskeläinen <[EMAIL PROTECTED]> writes: Hi Vesa, > I think it would be wise to keep some kind of status updates from time > to time so we can keep track on what people are doing (related to grub > 2). If we continue with current situat

Re: status update for grub 2 developments?

2007-06-25 Thread Bean
On Sun, Jul 01, 2007 at 07:49:20PM +0200, adrian15 wrote: > Bean escribió: > >>Well, if people want to work on scripting or networking they should > >>talk to me. I have lots of code on my hd that is incomplete or just > >>not cleaned up. It would be a waste of time if it were rewritten. > >>And

Re: status update for grub 2 developments?

2007-06-25 Thread adrian15
Bean escribió: Well, if people want to work on scripting or networking they should talk to me. I have lots of code on my hd that is incomplete or just not cleaned up. It would be a waste of time if it were rewritten. And please poke me a lot to get me to work... ;) I'm interested in scripting

Re: status update for grub 2 developments?

2007-06-24 Thread Bean
On Sun, Jun 24, 2007 at 12:22:18PM +0800, Bean wrote: > Some bugs I found on scripting. > > 1. token parser > > echo aa"bb" > aabb > (correct) > > echo aa"bb"cc > aabb > (cc is lost) > > echo aa$prefix > aa (hd0,1)/boot/grub > (should be one token) > > echo $prefix/grub.cfg > (hd0,1)/boot/grub

Re: status update for grub 2 developments?

2007-06-23 Thread Bean
Some bugs I found on scripting. 1. token parser echo aa"bb" aabb (correct) echo aa"bb"cc aabb (cc is lost) echo aa$prefix aa (hd0,1)/boot/grub (should be one token) echo $prefix/grub.cfg (hd0,1)/boot/grub /grub.cfg (should be one token) The problem here is that when a variable is mixed with t

Re: status update for grub 2 developments?

2007-06-23 Thread Yoshinori K. Okuji
On Saturday 23 June 2007 18:38, Marco Gerards wrote: > Bean <[EMAIL PROTECTED]> writes: > > On Sat, Jun 23, 2007 at 06:10:10PM +0200, Marco Gerards wrote: > >> The best thing, according to most people working on GRUB (from what I > >> can tell) is a bug tracking system combined with something that

Re: status update for grub 2 developments?

2007-06-23 Thread Marco Gerards
Bean <[EMAIL PROTECTED]> writes: > On Sat, Jun 23, 2007 at 06:10:10PM +0200, Marco Gerards wrote: >> The best thing, according to most people working on GRUB (from what I >> can tell) is a bug tracking system combined with something that tracks >> tasks, what people are interested on, descriptions

Re: status update for grub 2 developments?

2007-06-23 Thread Bean
On Sat, Jun 23, 2007 at 06:10:10PM +0200, Marco Gerards wrote: > The best thing, according to most people working on GRUB (from what I > can tell) is a bug tracking system combined with something that tracks > tasks, what people are interested on, descriptions of how tasks should > be performed, et

Re: status update for grub 2 developments?

2007-06-23 Thread Marco Gerards
Bean <[EMAIL PROTECTED]> writes: > On Sat, Jun 23, 2007 at 04:52:34PM +0200, Marco Gerards wrote: >> Bean <[EMAIL PROTECTED]> writes: >> >> > On Sat, Jun 23, 2007 at 02:57:30PM +0200, Marco Gerards wrote: >> >> Something I think is important for GRUB 2 is regression testing. So >> >> we can make

Re: status update for grub 2 developments?

2007-06-23 Thread Bean
On Sat, Jun 23, 2007 at 04:52:34PM +0200, Marco Gerards wrote: > Bean <[EMAIL PROTECTED]> writes: > > > On Sat, Jun 23, 2007 at 02:57:30PM +0200, Marco Gerards wrote: > >> Something I think is important for GRUB 2 is regression testing. So > >> we can make sure things like scripting works, filesy

Re: status update for grub 2 developments?

2007-06-23 Thread Marco Gerards
Bean <[EMAIL PROTECTED]> writes: > On Sat, Jun 23, 2007 at 02:57:30PM +0200, Marco Gerards wrote: >> Something I think is important for GRUB 2 is regression testing. So >> we can make sure things like scripting works, filesystems work >> correctly, etc. > > I can't agree more. I think major bug s

Re: status update for grub 2 developments?

2007-06-23 Thread Marco Gerards
Bean <[EMAIL PROTECTED]> writes: > On Sat, Jun 23, 2007 at 02:57:30PM +0200, Marco Gerards wrote: >> Something I think is important for GRUB 2 is regression testing. So >> we can make sure things like scripting works, filesystems work >> correctly, etc. > > I can't agree more. I think major bug s

Re: status update for grub 2 developments?

2007-06-23 Thread Bean
On Sat, Jun 23, 2007 at 02:57:30PM +0200, Marco Gerards wrote: > Something I think is important for GRUB 2 is regression testing. So > we can make sure things like scripting works, filesystems work > correctly, etc. I can't agree more. I think major bug should be fixed as soon as possible, otherw

Re: status update for grub 2 developments?

2007-06-23 Thread Marco Gerards
Vesa Jääskeläinen <[EMAIL PROTECTED]> writes: Hi Vesa, > I think it would be wise to keep some kind of status updates from time > to time so we can keep track on what people are doing (related to grub > 2). If we continue with current situation we are long in 2010's before > we have next release.

Re: status update for grub 2 developments?

2007-06-19 Thread Vesa Jääskeläinen
adrian15 wrote: > Vesa Jääskeläinen escribió: >> Joomla's tracker is a bit more what I was thinking about. It handles >> tasks quite nicely. Has task dependency support. > > I think that gforge has also tasks. I just do not find right now any > gforge site with a task site. Joomla's tracker i

Re: status update for grub 2 developments?

2007-06-19 Thread adrian15
Vesa Jääskeläinen escribió: Joomla's tracker is a bit more what I was thinking about. It handles tasks quite nicely. Has task dependency support. I think that gforge has also tasks. I just do not find right now any gforge site with a task site. adrian15 ___

Re: status update for grub 2 developments?

2007-06-19 Thread adrian15
Robert Millan escribió: On Mon, Jun 18, 2007 at 12:22:47PM +0200, adrian15 wrote: * pause command How about calling it "read" command, and giving it read-like syntax, to keep the trend of maintaining some consistency with the GNU cli environment? It's good idea. I also wanted to do somethi

Re: status update for grub 2 developments?

2007-06-18 Thread Vesa Jääskeläinen
Robert Millan wrote: > On Mon, Jun 18, 2007 at 12:22:47PM +0200, adrian15 wrote: >>> Ideas are welcome where to store this information are also welcome :). >>> We would need to track requirements for features on component level. >>> More automated the better. >> Can we use the bugs system maybe? >>

Re: status update for grub 2 developments?

2007-06-18 Thread Robert Millan
On Mon, Jun 18, 2007 at 12:22:47PM +0200, adrian15 wrote: > * pause command How about calling it "read" command, and giving it read-like syntax, to keep the trend of maintaining some consistency with the GNU cli environment? > # Short term development > * grub-disk scripts Not sure what

Re: status update for grub 2 developments?

2007-06-18 Thread adrian15
Vesa Jääskeläinen escribió: Hi all! I think it would be wise to keep some kind of status updates from time to time so we can keep track on what people are doing (related to grub 2). If we continue with current situation we are long in 2010's before we have next release. You're too optimistic. :)

Re: status update for grub 2 developments?

2007-06-17 Thread Ashok kumar
On 6/17/07, Vesa Jääskeläinen <[EMAIL PROTECTED]> wrote: Hi all! I think it would be wise to keep some kind of status updates from time to time so we can keep track on what people are doing (related to grub 2). If we continue with current situation we are long in 2010's before we have next rele

Re: status update for grub 2 developments?

2007-06-17 Thread Robert Millan
On Sun, Jun 17, 2007 at 03:47:23PM +0300, Vesa Jääskeläinen wrote: > > Anyway. First of all I would like to hear if you are developing > something above or something else, reply this e-mail and tell us about > it, there is no reason that work should be duplicated. Especially if you > are already d

status update for grub 2 developments?

2007-06-17 Thread Vesa Jääskeläinen
Hi all! I think it would be wise to keep some kind of status updates from time to time so we can keep track on what people are doing (related to grub 2). If we continue with current situation we are long in 2010's before we have next release. I think it would also be important to coordinate more