Re: ccd build failure

1999-09-24 Thread Oliver Fromme
Warner Losh wrote in list.freebsd-current: > In message <[EMAIL PROTECTED]> "Matthew D. Fuller" writes: > : OK: > : #!/bin/sh > : (cvs status | grep '^File:' | grep -v 'Status: Up-to-date$') 2> /dev/null > ^^ -q Hm, that variant does not display the directory names at all. I'd like to

Re: ccd build failure

1999-09-24 Thread Warner Losh
In message <[EMAIL PROTECTED]> "Matthew D. Fuller" writes: : OK: : #!/bin/sh : (cvs status | grep '^File:' | grep -v 'Status: Up-to-date$') 2> /dev/null ^^ -q Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: ccd build failure

1999-09-23 Thread Dmitrij Tejblum
"Matthew D. Fuller" wrote: > OK: > #!/bin/sh > (cvs status | grep '^File:' | grep -v 'Status: Up-to-date$') 2> /dev/null Excuse me, I apparently completely missed the idea, but what is wrong with cvs -qn up ? Dima To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-cu

Re: ccd build failure

1999-09-23 Thread Darryl Okahata
"Matthew D. Fuller" <[EMAIL PROTECTED]> wrote: > OK: > #!/bin/sh > (cvs status | grep '^File:' | grep -v 'Status: Up-to-date$') 2> /dev/null This doesn't give path information -- it's worse than before, in that the (verbose) path information is thrown away. -- Darryl Okahata

Re: ccd build failure

1999-09-23 Thread Matthew D. Fuller
On Thu, Sep 23, 1999 at 02:51:15PM -0700, a little birdie told me that Darryl Okahata remarked > Oliver Fromme <[EMAIL PROTECTED]> wrote: > > > Uhm... Maybe I misunderstand what your 100-line perl script > > does, but I use the following 3-line shell script instead: > > > >#!/bin/sh - > >

Re: ccd build failure

1999-09-23 Thread Darryl Okahata
Oliver Fromme <[EMAIL PROTECTED]> wrote: > Uhm... Maybe I misunderstand what your 100-line perl script > does, but I use the following 3-line shell script instead: > >#!/bin/sh - >cvs status | grep '^File:' | grep -v 'Status: Up-to-date$' >true This works (and is faster), but

Re: ccd build failure

1999-09-23 Thread Wilko Bulte
As Jordan K. Hubbard wrote ... > > I just forgot to commit a header file. Sorry about that. I test all > > of my code, unlike you Poul. > > > > Insert nasty message about how people shouldn't post idiotic comments. > > Ummm. I don't see this going in positive directions at all and

Re: ccd build failure

1999-09-23 Thread Mark Murray
> I am getting wholely sick and tired of having to clean up after Poul's > commit bugs. I've spent at least a hundred hours and probably more in > the last month fixing things that he's broken, like BOOTP and VN. I > would much rather spend my time on other more interesting thing

Re: ccd build failure

1999-09-23 Thread Oliver Fromme
Darryl Okahata wrote in list.freebsd-current: > In the interests of peace and harmony (;-), I'd like to submit the > attached perl script, which lists the status of cvs-controlled files. > In particular, it's very useful for determining which files have been > modified but not committed,

Re: ccd build failure

1999-09-23 Thread Anton Berezin
On Thu, Sep 23, 1999 at 11:46:38AM -0700, Darryl Okahata wrote: > I'd like to submit the attached perl script, which lists the status of > cvs-controlled files. In particular, it's very useful for determining > which files have been modified but not committed With the following patch this scrip

Re: ccd build failure

1999-09-23 Thread Warner Losh
In message <[EMAIL PROTECTED]> Matthew Dillon writes: : Mutual respect doesn't exist when one of the parties refuses to listen : to *anyone's* advise, ever. I think that this overstates things too much. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-cur

pcl-cvs (was Re: ccd build failure)

1999-09-23 Thread Jacques Vidrine
Thanks for the script! I thought I'd point out pcl-cvs for emacs, which can be found at src/contrib/cvs/tools/pcl-cvs or it can be easily installed using XEmacs 21's package management. Jacques Vidrine / [EMAIL PROTECTED] / [EMAIL PROTECTED] On 23 September 1999 at 11:46, Darryl Okahata <[EMAIL

Re: ccd build failure

1999-09-23 Thread Darryl Okahata
In the interests of peace and harmony (;-), I'd like to submit the attached perl script, which lists the status of cvs-controlled files. In particular, it's very useful for determining which files have been modified but not committed, like: i386/linux/linux_file.c

Re: ccd build failure

1999-09-23 Thread Jordan K. Hubbard
> Mutual respect doesn't exist when one of the parties refuses to listen > to *anyone's* advise, ever. > > I am getting wholely sick and tired of having to clean up after Poul's > commit bugs. I've spent at least a hundred hours and probably more in > the last month fixing th

Re: ccd build failure

1999-09-23 Thread Jordan K. Hubbard
> I just forgot to commit a header file. Sorry about that. I test all > of my code, unlike you Poul. > > Insert nasty message about how people shouldn't post idiotic comments. Ummm. I don't see this going in positive directions at all and I'd appreciate it highly if everyone invol

Re: ccd build failure

1999-09-23 Thread Nate Williams
> :[Insert semi-nasty message about how people should really be testing > :their changes before they commit, how it is a blatant disregard for > :basic human rigths not to do so etc etc etc] > ... > Insert nasty message about how people shouldn't post idiotic comments. Play nice boys! Reme

Re: ccd build failure

1999-09-23 Thread John W. DeBoskey
Many thanks... personal opinions aside, I appreciate the work that ALL of you do. Again, many thanks, John > > : > :Hi, > : > : I'm current as of 11:30am EST. If a fix has been made for the > :following I probably won't see it until the cvsup servers run > :their hourly updates... didn't k

Re: ccd build failure

1999-09-23 Thread Vallo Kallaste
On Thu, Sep 23, 1999 at 09:19:18AM -0700, Matthew Dillon <[EMAIL PROTECTED]> wrote: > : > :[Insert semi-nasty message about how people should really be testing > :their changes before they commit, how it is a blatant disregard for > :basic human rigths not to do so etc etc etc] > : > :Poul-Henn

Re: ccd build failure

1999-09-23 Thread Foxfair Hu
phk, dillon, other FreeBSD folks, We are all in a Open Source project named "Free"BSD. So could we agree with all, play it totally "free" and "open" ? Not just sharing your own knowledge freely, but also sitting you mind with thousands of others' open. It is more helpful to t

Re: ccd build failure

1999-09-23 Thread Matthew Dillon
: :Hi, : : I'm current as of 11:30am EST. If a fix has been made for the :following I probably won't see it until the cvsup servers run :their hourly updates... didn't know if you'd seen this or :not. : :Thanks, :John The missing header file changes have been committed. They should show

Re: ccd build failure

1999-09-23 Thread Matthew Dillon
:Mutual respect is the glue that holds FreeBSD together, IMHO. As such, :it should not be discarded lightly. : :-- : Ben Rosengart Mutual respect doesn't exist when one of the parties refuses to listen to *anyone's* advise, ever. I am getting wholely sick and tired of having to clea

Re: ccd build failure

1999-09-23 Thread Amancio Hasty
Stay nice 8) Never give the opposition an opportunity to get the best of you for most likely they will fully exploit your weakness . After all isn't that was opposition is all about? -- Amancio Hasty [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubsc

Re: ccd build failure

1999-09-23 Thread Ben Rosengart
Mutual respect is the glue that holds FreeBSD together, IMHO. As such, it should not be discarded lightly. -- Ben Rosengart UNIX Systems Engineer, Skunk Group StarMedia Network, Inc. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the messag

Re: ccd build failure

1999-09-23 Thread Garrett Wollman
< said: > Insert nasty message about how people shouldn't post idiotic comments. Totally uncalled-for in our mailing-lists. (And before you hit that `R' key: it doesn't matter how much you think you were provoked.) -GAWEollman -- Garrett A. Wollman | O Siem / We are all family / O Siem

Re: ccd build failure

1999-09-23 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Matthew Dillon writes: >: >:[Insert semi-nasty message about how people should really be testing >:their changes before they commit, how it is a blatant disregard for >:basic human rigths not to do so etc etc etc] >: >:Poul-Henning > >I just forgot to commit a

Re: ccd build failure

1999-09-23 Thread Matthew Dillon
: :[Insert semi-nasty message about how people should really be testing :their changes before they commit, how it is a blatant disregard for :basic human rigths not to do so etc etc etc] : :Poul-Henning I just forgot to commit a header file. Sorry about that. I test all of my code, unl

Re: ccd build failure

1999-09-23 Thread Poul-Henning Kamp
[Insert semi-nasty message about how people should really be testing their changes before they commit, how it is a blatant disregard for basic human rigths not to do so etc etc etc] Poul-Henning In message <[EMAIL PROTECTED]>, "John W. DeBoskey" writ es: >Hi, > > I'm current as of 11:30am E